diff --git a/072-DataScienceInFabric/.wordlist.txt b/072-DataScienceInFabric/.wordlist.txt new file mode 100644 index 0000000000..4fcc448f98 --- /dev/null +++ b/072-DataScienceInFabric/.wordlist.txt @@ -0,0 +1,8 @@ +dataframe +DataFrame +DataFrame's +MLFlow +Leandro +interpretability +auc +repurpose diff --git a/072-DataScienceInFabric/Coach/README.md b/072-DataScienceInFabric/Coach/README.md new file mode 100644 index 0000000000..ea11225456 --- /dev/null +++ b/072-DataScienceInFabric/Coach/README.md @@ -0,0 +1,85 @@ +# What The Hack - Data Science In Microsoft Fabric + +## Introduction + +Welcome to the coach's guide for the Data Science In Microsoft Fabric What The Hack. Here you will find links to specific guidance for coaches for each of the challenges. + +**NOTE:** If you are a Hackathon participant, this is the answer guide. Don't cheat yourself by looking at these during the hack! Go learn something. :) + +## Coach's Guides + +- Challenge 00: **[Prerequisites - Ready, Set, GO!](./Solution-00.md)** + - Configure your Fabric workspace and gather your data +- Challenge 01: **[Bring your data to the OneLake](./Solution-01.md)** + - Creating a shortcut to the available data +- Challenge 02: **[Prepare your data for ML](./Solution-02.md)** + - Clean and transform the data into a useful format while leveraging Data Wrangler +- Challenge 03: **[Train and register the model](./Solution-03.md)** + - Train a machine learning model with ML Flow with the help of Copilot +- Challenge 04: **[Generate batch predictions](./Solution-04.md)** + - Score a static dataset with the model +- Challenge 05: **[Visualize predictions with a PowerBI report ](./Solution-05.md)** + - Visualize generated predictions by using a PowerBI report +- Challenge 06: **[Deploy the model to an AzureML real-time endpoint](./Solution-06.md)** + - Deploy the trained model to an AzureML endpoint for inference + +## Coach Prerequisites + +This hack has pre-reqs that a coach is responsible for understanding and/or setting up BEFORE hosting an event. Please review the [What The Hack Hosting Guide](https://aka.ms/wthhost) for information on how to host a hack event. + +The guide covers the common preparation steps a coach needs to do before any What The Hack event, including how to properly configure Microsoft Teams. + +### Student Resources + +Always refer students to the [What The Hack website](https://aka.ms/wth) for the student guide: [https://aka.ms/wth](https://aka.ms/wth) + +**NOTE:** Students should **not** be given a link to the What The Hack repo before or during a hack. The student guide does **NOT** have any links to the Coach's guide or the What The Hack repo on GitHub. + + +## Azure and Fabric Requirements + +This hack requires students to have access to Azure and Fabric. These requirements should be shared with a stakeholder in the organization that will be providing the licenses that will be used by the students. + +### Fabric and PowerBI licensing requirements: + +Each student will need access to Microsoft Fabric and be licensed to create PowerBI reports for this hack. The following are the options to complete these licensing requirements: + +1. **Recommended if available**: Individual [Fabric free trials](https://learn.microsoft.com/en-us/fabric/get-started/fabric-trial#start-the-fabric-capacity-trial). This will grant users access to creating the required Fabric items as well as the PowerBI report. **If previously used, the Fabric free trial may be unavailable** +2. Fabric Capacity and PowerBI Pro/Premium per user license. Each user would need their own PowerBI license but capacities could be shared and scaled up according to the needs. If running the hack on an individual basis, an F4 capacity would be adequate, and an F8 capacity would have generous compute power margin. **Alternatively, users can activate a [PowerBI Free Trial](https://learn.microsoft.com/en-us/power-bi/fundamentals/service-self-service-signup-for-power-bi) if available.** The PowerBI trial could be available even if the Fabric one is not. + + +### Azure licensing requirements + +There are 2 challenges that require access to Azure: + +- Challenge 1: Students are required to navigate an Azure ADLS Gen 2 account through the Azure Portal to learn how to set up a Fabric shortcut to an existing file. This challenge requires each student to have contributor permissions to the resource, but 1 single storage account/directory/file could be shared among all students, given that they will not modify it but rather just access and connect to it. + +- Challenge 6: Students are required to have Azure AI Developer access to an Azure Machine Learning resource. Each student will need to register their own model and create their own real-time endpoint, which is why it is **recommended to individually deploy an Azure ML workspace per student**. + +Given these requirements, each student could have their own Azure subscription or they could share access to a single subscription. + +These Azure resources can be deployed on an individual per-student basis using the `deployhack.sh` script included in the student resources folder. + +## Suggested Hack Agenda + +You may schedule this hack in any format, as long as the challenges are completed sequentially. + +Time estimate for each challenge: +- Challenge 00: 15 minutes +- Challenge 01: 30 minutes +- Challenge 02: 30 minutes +- Challenge 03: 45 minutes +- Challenge 04: 30 minutes +- Challenge 05: 30 minutes +- Challenge 06: 45 minutes + +## Repository Contents + +- `./Coach` + - Coach's Guide and related files +- `./Coach/Solutions` + - Solution files with completed example answers to challenges +- `./Student` + - Student's Challenge Guide +- `./Student/Resources` + - Student resource files, also available as a download link on Student Challenge 0 diff --git a/072-DataScienceInFabric/Coach/Solution-00.md b/072-DataScienceInFabric/Coach/Solution-00.md new file mode 100644 index 0000000000..0677130511 --- /dev/null +++ b/072-DataScienceInFabric/Coach/Solution-00.md @@ -0,0 +1,62 @@ +# Challenge 00 - Prerequisites - Ready, Set, GO! - Coach's Guide + +**[Home](./README.md)** - [Next Solution >](./Solution-01.md) + +## Introduction + +Thank you for participating in the Data Science in Microsoft Fabric What The Hack. Before you can hack, you will need to set up some prerequisites. + +## Common Prerequisites + +We have compiled a list of common tools and software that will come in handy to complete most What The Hack Azure-based hacks! + +You might not need all of them for the hack you are participating in. However, if you work with Azure on a regular basis, these are all things you should consider having in your toolbox. + + + +- [Azure Subscription](../Student/000-HowToHack/WTH-Common-Prerequisites.md#azure-subscription) +- [Postman](https://www.postman.com/downloads/) +- [Managing Cloud Resources](../Student/000-HowToHack/WTH-Common-Prerequisites.md#managing-cloud-resources) +- [Azure Portal](../Student/000-HowToHack/WTH-Common-Prerequisites.md#azure-portal) + - [Azure Cloud Shell](../Student/000-HowToHack/WTH-Common-Prerequisites.md#azure-cloud-shell) + - [Azure CLI (optional)](../Student/000-HowToHack/WTH-Common-Prerequisites.md#azure-cli) + - [Note for Windows Users](../Student/000-HowToHack/WTH-Common-Prerequisites.md#note-for-windows-users) + - [Azure PowerShell CmdLets](../Student/000-HowToHack/WTH-Common-Prerequisites.md#azure-powershell-cmdlets) + +- [Azure Storage Explorer (optional)](../Student/000-HowToHack/WTH-Common-Prerequisites.md#azure-storage-explorer) + +Additionally please refer to the [Coach Hack introduction](./README.md) for more information about licensing requirements and options +## Description + +Now that you have the common pre-requisites installed on your workstation, there are prerequisites specific to this hack. + +In Challenge 0 on the student guide, students are instructed to download the Resources folder [here](https://aka.ms/FabricdsWTHResources). This folder contains the notebooks students will be working with, as well as a shell script that they will use to deploy some needed Azure resources. + +The [coach solution notebooks](./Solutions/) are the completed versions of the student notebooks. The solutions can be used as a guide or uploaded to Fabric to complete each Challenge. + + +**NOTE:** The resources.zip folder also includes the heart.csv file. You can upload this data directly to the Fabric Lakehouse if you decide you want to go through this hack without needing an Azure subscription. However, this will skip half of Challenge 1 and the important concept of using shortcuts in Fabric. If you are going to be setting up the Azure resources and using the shortcut, ignore the heart.csv file. + +To begin setting up your Azure subscription for this hack, you will run a bash script that will deploy and configure a list of resources. You can find this script as the `HackSetup.sh` file in the resources folder. + - Download the setup file to your computer + - Go to the Azure portal and click on the cloud shell button on the top navigation bar, to the right of the Copilot button. + - **NOTE**: This script has been designed for the Azure CLI. It might fail to deploy if you attempt to run it from a local terminal. + - Once the cloud shell connects, make sure you are using a Bash shell. If you are not, click on the button on the top-right corner of the cloud shell to switch to bash. + - Click on the Manage Files button on the shell's navigation bar and select upload. Select the setup file from your computer. + - Run the `sh HackSetup.sh` command in your cloud shell. + - Follow the prompts in the shell. + +After setting up your Azure resources, head to [Microsoft Fabric](https://fabric.microsoft.com/). + - Create a new workspace by clicking on 'Workspaces' in the vertical menu on the left side of the screen. Use the 'New Workspace' button at the bottom of the list. + - Once you are inside your new workspace, select the Data Science experience using the button on the bottom left corner of the screen. + - At the top of the Data Science experience menu, check that you are still in the new workspace and select 'Import Notebook' from the top row of options. + - Follow the prompts to upload the 4 notebook (`.ipynb`) files contained within the resources folder. + + +## Success Criteria + +To complete this challenge successfully, you should be able to: + +- Verify that you have a storage account with the heart.csv data in a container +- Verify that you have a Fabric workspace where your 4 notebooks are available +- (Optional) Verify that your Azure ML workspace has correctly deployed (if completing Challenge) diff --git a/072-DataScienceInFabric/Coach/Solution-01.md b/072-DataScienceInFabric/Coach/Solution-01.md new file mode 100644 index 0000000000..7e2cf2f217 --- /dev/null +++ b/072-DataScienceInFabric/Coach/Solution-01.md @@ -0,0 +1,45 @@ +# Challenge 01 - Bring your data to the OneLake - Coach's Guide + +[< Previous Solution](./Solution-00.md) - **[Home](./README.md)** - [Next Solution >](./Solution-02.md) + +## Notes & Guidance + +In this challenge, hack participants must create a shortcut to the folder deployed in their Azure subscription on Challenge 0. This will allow them to use the data in Fabric without the need for replication. Once the shortcut is completed, participants will open Notebook 1 to load the csv file into a delta table for further modification on Notebook 2. + +### Sections + +1. Create a Lakehouse (non-notebook) +2. Create a Shortcut (non-notebook) +3. Read the .csv file into a dataframe in the notebook (Notebook 1) +4. Write the dataframe to the lakehouse as a delta table (Notebook 1) + +### Student step-by-step instructions (creating a shortcut) +- Creating a Lakehouse: + - Participants must create a lakehouse on the Fabric workspace they previously set up. In Fabric, navigate to the workspace. + - On the top left of the screen, select new and more options. + - On the data engineering section, select Lakehouse. Give the lakehouse a unique name and click on create. + +- Creating a Shortcut: + - On the Lakehouse navigator, use the left hand-side menu and click on the 3 dots (...) next to files. Click on "New shortcut" + - On the shortcut wizard, click on "Azure Data Lake Storage Gen2" + - Go to your Azure portal. The URL can be found on the **Settings>Endpoint** side menu of the Storage Account. In this menu, you will see a variety of endpoint Resource IDs and URLs. Find and copy the **data lake storage URL** from the list. Enter it into the wizard in Fabric. + - Create a new connection, give it a name and select "Account Key" as the authentication kind. + - Go back to your Azure portal. The Account Key can be found on in the **Security + Networking>Access keys** side menu of the Storage Account. Show and copy one of the keys. Enter it into the wizard in Fabric. + - Click on next to access the file explorer. Wait for the screen to load. + - On the side menu, expand the file-system folder. Select the check mark next to the "files" folder. + - Click next to move to the next screen, then click on create to create the shortcut. + - Verify that your shortcut is showing under the **Files** folder of the lakehouse navigator. You might need to click on the 3 dots and on refresh if your shortcut is not present initially. + +### Overview of student directions (running Notebook 1) +- This section of the challenge is notebook based. All the instructions and links required for participants to successfully complete this section can be found on Notebook 1 in the `student/resources.zip/notebooks` folder. +- To run the notebook, go to your Fabric workspace and select Notebook 1. Ensure that it is correctly attached to the lakehouse. You might need to connect to the lakehouse you previously created on the left-hand side file explorer menu. +- The students must follow the instructions, leverage the documentation and complete the code cells sequentially. + +### Coaches' guidance +- This challenge has 2 main sections, creating a shortcut and loading the files into delta tables. The first section must be completed before working on Notebook 1. +- The full version of Notebook 1, with all code cells filled in, can be found for reference in the `coach/solutions.zip` folder of this GitHub. +- The aim of this challenge, as noted in the student guide, is to understand lakehouses, shortcuts and the delta format. +- To assist students, coaches can clear up doubts regarding the Python syntax or how to get started with notebooks, but students should focus on learning how to set up shortcuts, navigate the Fabric UI and read/write to the delta lake. + +## Success criteria + - The heart.csv data is now saved as a delta table on the lakehouse diff --git a/072-DataScienceInFabric/Coach/Solution-02.md b/072-DataScienceInFabric/Coach/Solution-02.md new file mode 100644 index 0000000000..66764d2137 --- /dev/null +++ b/072-DataScienceInFabric/Coach/Solution-02.md @@ -0,0 +1,62 @@ +# Challenge 02 - Data preparation with Data Wrangler - Coach's Guide + +[< Previous Solution](./Solution-01.md) - **[Home](./README.md)** - [Next Solution >](./Solution-03.md) + +## Notes & Guidance + +In this challenge, hack participants must use Data Wrangler to prepare the heart dataset for model training. The purpose is to focus on transforming and preparing the data for the next challenges. They will have the flexibility to either write code in a notebook or leverage Data Wrangler’s intuitive interface to streamline the pre-processing tasks. + +### Sections + +1. Read the .csv file into a pandas dataframe in the notebook. (Notebook 2) +2. Launch the Data Wrangler and interact with the data cleaning operations (Notebook 2) +3. Apply the operations using python codes (Notebook 2) +4. Develop feature engineering using spark. (Notebook 2) +5. Write the dataframe to the lakehouse as a delta table. (Notebook 2) + +### Student step-by-step instructions +- Launching Data Wrangler: + - Participants must create a pandas dataframe the fabric notebook. It’s necessary to complete the first cell in the notebook 2. + - Once executed, under the notebook ribbon Home tab, select Launch Data Wrangler. You'll see a list of activated pandas DataFrames available for editing. + - Select the DataFrame you just created in last cell and open in Data Wrangler. From the Pandas dataframe list, select `df`. + + +- Data Cleaning Operations – (Data Wrangler) + - *Removing Unnecessary Columns* + - On the *Operations* panel, expand *Schema* and select *Drop columns*. + - Select `RowNumber`. This column will appear in red in the preview, to show they're changed by the code (in this case, dropped.) + - Select **Apply**, a new step is created in the **Cleaning steps panel** on the bottom left. + + - *Dropping Missing Values* + - On the **Operations** panel, select **Find and replace**, and then select **Drop missing values**. + - Select the `RestingBP`, `Cholesterol` and `FastingBS` columns. On the right left those are the ones that are pointed as missing values. + - Select **Apply**, a new step is created in the **Cleaning steps panel** on the bottom left. + + - *Dropping Duplicate Rows* + - On the **Operations** panel, select **Find and replace**, and then select **Drop duplicate rows**. + - Select **Apply**, a new step is created in the **Cleaning steps panel** on the bottom left. + +- Feature Engineering - (Notebook) + - This part is notebook based. Participants will work in cells 09, 10, and 11 to transform categorical values into numerical labels. + - You can also explore how to one-hot encode the categorical columns with Data Wrangler. However, this will not create labels in your existing columns, but rather a new column for each category with True and False values. Using this alternative format might need some modification to the code in the model training process. Please discuss this possibility with hack attendees to raise awareness of this Data Wrangler feature. + +### Overview of student directions (running Notebook 2) +- This section of the challenge is notebook based. All the instructions and links required for participants to successfully complete this section can be found on Notebook 2 in the `student/resources.zip/notebooks` folder. +- To run the notebook, go to your Fabric workspace and select Notebook 2. Ensure that it is correctly attached to the lakehouse. You might need to connect to the lakehouse you previously created on the left-hand side file explorer menu. +- The students must follow the instructions, leverage the documentation and complete the code cells sequentially. + +### Coaches' guidance + +- This challenge has 3 main sections, Data Wrangler operations, feature engineering and saving processed data to a delta table. +- The full version of Notebook 2, with all code cells filled in, can be found for reference in the coach/solutions.zip folder of this GitHub. +- The aim of this challenge, as noted in the student guide, is to understand data preparation using data wrangler and fabric notebooks. +- To assist students, coaches can clear up doubts regarding the Python syntax or how to get started with notebooks, but students should focus on learning how to operate data wrangler, navigate the Fabric UI, code in notebooks and read/write to the delta lake. + + +## Success criteria +- The heart dataset totally shaped, cleaned and prepared for the model training. +- No data duplicated or exceeded columns. +- No missing values. +- No categorical values. + + diff --git a/072-DataScienceInFabric/Coach/Solution-03.md b/072-DataScienceInFabric/Coach/Solution-03.md new file mode 100644 index 0000000000..480a12f557 --- /dev/null +++ b/072-DataScienceInFabric/Coach/Solution-03.md @@ -0,0 +1,28 @@ +# Challenge 03 - Train and register the model - Coach's Guide + +[< Previous Solution](./Solution-02.md) - **[Home](./README.md)** - [Next Solution >](./Solution-04.md) + +## Notes & Guidance + +In this challenge, participants must use the cleaned-up data from Challenge 2 to train, test and validate a machine learning model using MLFlow. The challenge concludes with saving the trained model, which will allow participants to load the model on Challenge 4 and generate predictions. + +### Sections +1. Creating an MLFlow experiment +2. Reading the delta table with Spark +3. Performing a random split of the data +4. Creating a run within the experiment to fit the model +5. Loading the saved model and generating predictions with the validation data + +### Overview of student directions: +- This is a notebook based challenge. All the instructions and links required for participants to successfully complete this challenge can be found on Notebook 3 in the `student/resources.zip/notebooks` folder. +- To run the notebook, go to your Fabric workspace and select Notebook 3. **Before running any cell, ensure that it is correctly attached to the lakehouse.** +- The students must follow the instructions, leverage the documentation and complete the code cells sequentially. + +### Coaches' guidance: +- The full version of Notebook 3, with all code cells filled in, can be found for reference in the `coach/solutions.zip` folder of this GitHub. +- There may be multiple ways to attain the same solution and multiple valid functions to use in each section, but not every combination of methods might yield the end result. +- The aim of this challenge, as noted in the student guide, is to practice leveraging MLFlow within Fabric. This specific hack uses `sklearn` but other ML frameworks can be used in Fabric as well. +- To assist students, coaches can clear up doubts/give hints on the specifics of splitting the data and fitting the model but students should focus on learning how to structure runs and experiments on MLFlow. + +## Success criteria + - The model has been trained and registered with MLFlow and it has been checked with testing and validation data diff --git a/072-DataScienceInFabric/Coach/Solution-04.md b/072-DataScienceInFabric/Coach/Solution-04.md new file mode 100644 index 0000000000..c4d9edf454 --- /dev/null +++ b/072-DataScienceInFabric/Coach/Solution-04.md @@ -0,0 +1,26 @@ +# Challenge 04 - Generate batch predictions - Coach's Guide + +[< Previous Solution](./Solution-03.md) - **[Home](./README.md)** - [Next Solution >](./Solution-05.md) + +## Notes & Guidance + +In this challenge, participants must used the model trained in Challenge 3 to generate predictions over a simulated set of data. Participants complete the challenge by making the new predictions available as a delta table in the lakehouse, which they will use on Challenge 6 to create a PowerBI report showing their findings. + +### Sections +1. Simulate input data to be used for predictions +2. Load the model and generate predictions +3. Format predictions and save them to a delta table + +### Overview of student directions: +- This is a notebook based challenge. All the instructions and links required for participants to successfully complete this challenge can be found on Notebook 4 in the `student/resources.zip/notebooks` folder. +- To run the notebook, go to your Fabric workspace and select Notebook 4. Ensure that it is correctly attached to the lakehouse. +- The students must follow the instructions, leverage the documentation and complete the code cells sequentially. + +### Coaches' guidance: +- The full version of Notebook 4, with all code cells filled in, can be found for reference in the `coach/solutions.zip` folder of this GitHub. +- The aim of this challenge, as noted in the student guide, is to learn how to use the PREDICT function from a Spark notebook with a pre-trained model. Simulating the data is a necessary previous step, but not the focus of this challenge. +- To assist students, coaches can clear up doubts/give hints on how to create the simulated data, but students should focus on learning how to load the model and generate predictions. + +## Success criteria + - The predictions have been saved as a delta table to the lakehouse + diff --git a/072-DataScienceInFabric/Coach/Solution-05.md b/072-DataScienceInFabric/Coach/Solution-05.md new file mode 100644 index 0000000000..dd7b5c5a13 --- /dev/null +++ b/072-DataScienceInFabric/Coach/Solution-05.md @@ -0,0 +1,44 @@ +# Challenge 05 - Visualize predictions with a Power BI report - Coach's Guide + +[< Previous Solution](./Solution-04.md) - **[Home](./README.md)** - [Next Solution >](./Solution-06.md) + +## Setup Steps + +- Create Semantic model +- Create PBI report + + +## Notes and Guidance +This challenge completes the hack by setting up a PowerBI report that shows the batch prediction data predicted by the trained model. + +### Sections +- Creating a Semantic model +- Creating a PowerBI report + +### Student step-by-step instructions + +- Creating the Semantic model: The easiest way to do so is from the Batch Prediction table stored in Lakehouse in Challenge 4: + + - Navigate to the batch prediction table made in the previous challenge by going to the lakehouse where it got stored. + - On the Lakehouse, create a semantic model required to build Power BI Report. Use the top ribbon on the lakehouse explorer and click on **New semantic model**. + - During semantic model creation, provide semantic model name, chose workspace (you can use the same one which we have been using for the lakehouse and notebooks) where you want to store the semantic model and select the `heartFailure_pred` table and click the confirm button to create the semantic model. + - It will take you to the semantic model page, on the top of the page, use the ribbon to click on the **New Report** button to create the PowerBI report. + + +- Create the Power BI report. + - Navigate to the **Visualizations** pane on the right side of your screen. From the group of icons, find the **Table** visual (on the 4th row) and click on it. + - Create a Table with the following settings: + - Data Values: on the **Columns** field of the Visualizations pane, drag and drop the **ID**, **age** and **predictions** columns from the `heartFailure_pred` table located in the **Data** pane to the rightmost of your screen. Click on the dropdown arrow next to the table name to access the columns. + - Make sure select the "Do not summarize" for all the columns. Once you place the columns in the Visualizations pane, use the dropdown arrow next to each column to select **Don't summarize** + - For prediction column, select the conditional formatting from the prediction column by clicking again on the dropdown arrow next to the column name under the data values field in visualization pane. Choose **Background color** from the list of options. + - Set the format style to **Rules**. Create 2 rules: if value equals to "0", show background color blue and if value equals to "1" show background color red. Click on **Ok** to close the window. + - This is the most basic visualization that student should create to identify patients at risk of heart failure. Students are encouraged in the challenge to create a variety of visualizations to explore other insights, such as how Age or Sex influence the chance of being at risk or how many total patients are at risk. + +### Coaches' guidance +- The purpose of this challenge is for students to understand how semantic models can be created from delta tables in Fabric, and how to build PowerBI reports from these. +- Students should focus on learning how to configure the semantic model and launch the PowerBI report. They should navigate the Fabric/PowerBI UI on their own. Coaches may help with any issues, such as the delta table not appearing in the modeling view, or giving ideas for what visuals to include in the report. +- The resulting final PowerBI report can take many different shapes, however, students should showcase how you can use the report to identify specific patients at risk. +- While the focus of working with PowerBI in this challenge is to get acquainted with the basic features, students can explore creative options to bring their data to life. + +## Success criteria +- The PowerBI report with the table identifying each patient predicted to be at risk diff --git a/072-DataScienceInFabric/Coach/Solution-06.md b/072-DataScienceInFabric/Coach/Solution-06.md new file mode 100644 index 0000000000..9798ded7a1 --- /dev/null +++ b/072-DataScienceInFabric/Coach/Solution-06.md @@ -0,0 +1,62 @@ +# Challenge 06 - Deploy the model to an AzureML real-time endpoint - Coach's Guide + +[< Previous Solution](./Solution-05.md) - **[Home](./README.md)** - [Next Solution >](./Solution-07.md) + +## Notes & Guidance + +### Sections +- Download the ml model from the Fabric workspace +- Upload the model to a real-time inference endpoint on azure machine learning studio +- Using postman, send sample data to it to test it out. + +### Student step-by-step instructions + +- Go to your data science workspace where all the notebooks are stored. +- That workspace will have the ml model which you created in previous challenge +- Exporting a model from Fabric is easy--just tap the Download ML model version button in the UI. + +![picture alt](../Images/image-10.png) + +- Fabric will combine the ML Model along with a Python Object Serialization file (a/k/a pickle file) having a `.pkl` extension, and YAML files (.yml) that describe to other platforms the structure and interface provided by the model. All these files are packaged into a .zip file, which will be placed in your Downloads folder. +- If you open the .zip file, you can review the model and metadata files before deploying them to other systems. Make sure you extract the folder before continuing, as you will not be able to upload a .zip file. + ![picture alt](../Images/image-11.png) +**NOTE**: due to some compatibility issues with MLFlow and Azure Machine Learning, you will need to modify some files locally before uploading your model to Azure Machine Learning. Once you have downloaded your model from Fabric, unzip the folder and open both the `conda.yaml` and `requirements.txt` files. Change the MLFlow version on both files to `2.7.0`. Save and close both files. +- After downloading the model, we have to deploy an Azure ML real-time inference endpoint to publish the model to the Internet via a RESTful web service. +- Navigate to your Azure Portal. Open the Azure Machine Learning workspace you previously deployed with the script in Challenge 0. +- Using the left menu in your workspace, navigate to **Assets**>**Models**. +- Register the model in the Azure ML workspace, and use the Azure ML Studio web UI to deploy the endpoint. +- To upload the model, use the **Register**/**From local files** menu in the Model List we navigated to (top left of the screen). + ![picture alt](../Images/image-12.png) + +- On the upload model wizard, make sure you select MLFlow as your model type and upload the unzipped folder. Give a name and version in the next settings screen. +- After uploading the files, the new model is available in the Models page of the Azure ML Workspace. +- Once the model is registered in the Azure ML workspace, click on the model name, and then select Real-time endpoint from the Deploy menu. + ![picture alt](../Images/image-14.png) + +- A menu opens up to configure the compute to use for the endpoint, and to specify the deployment name. +- Specify the compute size desired for the endpoint, and the names for the endpoint and deployment, then tap the Deploy button. + ![picture alt](../Images/Screenshot_26-6-2024_01752_ml.azure.com.jpeg) + +- After the deployment completes (10-15 minutes, typically), make a quick "smoke test" within Azure ML Studio to ensure the deployment is functional, and we're using the correct data structures when calling it. +- The index denotes how many groups of inputs are being sent to receive predictions. If you want to send a single set of inputs, use 0 as index. +- The data is your 11 inputs, in the order that you can see in the columns list. Make sure you send your inputs in a list within the existing list, such as shown in the screenshot below. + ![picture alt](../Images/Screenshot_26-6-2024_03016_ml.azure.com.jpeg) +- Once the interactive test succeeds, it's time to move on to consume the model from outside the Azure ML environment. +- The consume tab in the endpoint menu shows the endpoint url, keys and headers (in the code example) to make an API call. You can find the Body in the code example, or you can copy it from the test tab. Use POST as your method to get the prediction. +- Use postman to send data to deployed model endpoints to test the model. Follow the 3 following screenshots to configure your postman call. + ![picture alt](../Images/postman-token.png) + ![picture alt](../Images/postman-header.png) + ![picture alt](../Images/postman-body.png) + +### Coaches' guidance + +- **This challenge should be treated as optional**. This challenge goes beyond the scope of Microsoft Fabric to illustrate the next step to rendering an ML model trained in Fabric operational beyond analytics/reporting. +- This is an elaborate challenge that requires switching from Fabric to Azure. Documentation has been provided to students so that they can reference some of the actions needed. +- The goal is for students to understand the difference between Fabric Data Science and Azure ML studio. As a secondary objective, students should familiarize themselves with real-time endpoints in Azure ML and on how to send API requests. +- Coaches can provide guidance if students can't figure out the next step, but they should help students understand the process, not only getting to the end. +- When deploying the endpoint, there is no specific requirements for what type of compute to use. It is recommended to use the cheapest available and to ensure that students delete it after completing the hack to avoid incurring additional costs. + +## Success criteria + +- The real-time endpoint has been deployed on Azure ML and students are able to submit API calls to it. + diff --git a/072-DataScienceInFabric/Coach/Solutions/SOLUTION-01-Ingest-Heart-Failure-Dataset-to-Lakehouse.ipynb b/072-DataScienceInFabric/Coach/Solutions/SOLUTION-01-Ingest-Heart-Failure-Dataset-to-Lakehouse.ipynb new file mode 100644 index 0000000000..2e386ed912 --- /dev/null +++ b/072-DataScienceInFabric/Coach/Solutions/SOLUTION-01-Ingest-Heart-Failure-Dataset-to-Lakehouse.ipynb @@ -0,0 +1 @@ +{"cells":[{"cell_type":"markdown","source":["# Module 1: Read data from lakehouse and load into Delta format\n","\n","**Lakehouse**: A lakehouse is a collection of files/folders/tables that represent a database over a data lake used by the Spark engine and SQL engine for big data processing and that includes enhanced capabilities for ACID transactions when using the open-source Delta formatted tables.\n","\n","**Delta Lake**:Delta Lake is an open-source storage layer that brings ACID transactions, scalable metadata management, and batch and streaming data processing to Apache Spark. A Delta Lake table is a data table format that extends Parquet data files with a file-based transaction log for ACID transactions and scalable metadata management.\n"],"metadata":{"nteract":{"transient":{"deleting":false}}},"id":"c7b6575d-05eb-4434-a77d-a8127987e289"},{"cell_type":"markdown","source":["#### Pre-Requisites \n","\n","* A [Microsoft Fabric subscription](https://learn.microsoft.com/en-us/fabric/enterprise/licenses) or sign up for a free [Microsoft Fabric (Preview) trial](https://learn.microsoft.com/en-us/fabric/get-started/fabric-trial).\n","* Sign in to [Microsoft Fabric](https://fabric.microsoft.com/).\n","* Create or use an existing Fabric Workspace and Lakehouse, follow the steps here to [Create a Lakehouse in Microsoft Fabric](https://learn.microsoft.com/en-us/fabric/data-engineering/create-lakehouse)\n","* Create shortcut to ADLS Gen2 account and load the the heart failure data into lakehouse file section\n","* After getting this notebook, attach the lakehouse with notebook."],"metadata":{"nteract":{"transient":{"deleting":false}}},"id":"4c4b9c95-8e28-4554-a8e0-8a8faf5a2d9f"},{"cell_type":"code","source":["# Read the heartfailure Dataset file\n","df = spark.read.format(\"csv\").option(\"header\",\"true\").option(\"inferSchema\", \"true\").load(\"Files/files/heart.csv\")\n","# df now is a Spark DataFrame containing CSV data from \"Files/heartdataset/heart.csv\".\n","display(df)"],"outputs":[{"output_type":"display_data","data":{"application/vnd.livy.statement-meta+json":{"spark_pool":null,"statement_id":3,"statement_ids":[3],"livy_statement_state":"available","session_id":"a7813a4a-e4f9-4c30-b218-1e03be07b4d9","state":"finished","normalized_state":"finished","queued_time":"2024-07-15T13:47:36.9852067Z","session_start_time":"2024-07-15T13:47:37.2813228Z","execution_start_time":"2024-07-15T13:47:47.8515075Z","execution_finish_time":"2024-07-15T13:47:52.4384321Z","parent_msg_id":"7abfe83e-d5a5-4663-b0cc-c9e98b207e2b"},"text/plain":"StatementMeta(, a7813a4a-e4f9-4c30-b218-1e03be07b4d9, 3, Finished, Available, Finished)"},"metadata":{}},{"output_type":"display_data","data":{"application/vnd.synapse.widget-view+json":{"widget_id":"d0caa3a6-8224-4d26-9f34-21dba475aefb","widget_type":"Synapse.DataFrame"},"text/plain":"SynapseWidget(Synapse.DataFrame, d0caa3a6-8224-4d26-9f34-21dba475aefb)"},"metadata":{}}],"execution_count":1,"metadata":{"collapsed":false,"microsoft":{"language_group":"synapse_pyspark","language":"python"}},"id":"d88f8805-7d68-4339-bc1e-f59e99480d0d"},{"cell_type":"code","source":["#print schema\n","df.printSchema()"],"outputs":[{"output_type":"display_data","data":{"application/vnd.livy.statement-meta+json":{"spark_pool":null,"statement_id":4,"statement_ids":[4],"livy_statement_state":"available","session_id":"a7813a4a-e4f9-4c30-b218-1e03be07b4d9","state":"finished","normalized_state":"finished","queued_time":"2024-07-15T13:48:13.5365553Z","session_start_time":null,"execution_start_time":"2024-07-15T13:48:14.0119914Z","execution_finish_time":"2024-07-15T13:48:14.2615643Z","parent_msg_id":"fb7886a2-0f34-4efc-ab3a-13d521ebd116"},"text/plain":"StatementMeta(, a7813a4a-e4f9-4c30-b218-1e03be07b4d9, 4, Finished, Available, Finished)"},"metadata":{}},{"output_type":"stream","name":"stdout","text":["root\n |-- Age: integer (nullable = true)\n |-- Sex: string (nullable = true)\n |-- ChestPainType: string (nullable = true)\n |-- RestingBP: double (nullable = true)\n |-- Cholesterol: double (nullable = true)\n |-- FastingBS: double (nullable = true)\n |-- RestingECG: string (nullable = true)\n |-- MaxHR: integer (nullable = true)\n |-- ExerciseAngina: string (nullable = true)\n |-- Oldpeak: double (nullable = true)\n |-- ST_Slope: string (nullable = true)\n |-- HeartDisease: integer (nullable = true)\n |-- RowNumber: integer (nullable = true)\n\n"]}],"execution_count":2,"metadata":{"jupyter":{"outputs_hidden":false,"source_hidden":false},"nteract":{"transient":{"deleting":false}},"microsoft":{"language_group":"synapse_pyspark","language":"python"}},"id":"480fbcc2-ff5e-4c85-a698-dce359509759"},{"cell_type":"markdown","source":["## Write Spark dataframe to lakehouse delta table"],"metadata":{"nteract":{"transient":{"deleting":false}}},"id":"bbef6319-8f5b-463b-beec-b17539201579"},{"cell_type":"markdown","source":["**Enable Vorder and Optimized Delta Write**\n","\n","**Verti-Parquet or VOrder** “ Fabric includes Microsoft’s VertiParquet engine. VertiParquet writer optimizes the Delta Lake parquet files resulting in 3x-4x compression improvement and up to 10x performance acceleration over Delta Lake files not optimized using VertiParquet while still maintaining full Delta Lake and PARQUET format compliance.
\n","**Optimize write** “ Spark in Fabric includes an Optimize Write feature that reduces the number of files written and targets to increase individual file size of the written data. It dynamically optimizes files during write operations generating files with a default 128 MB size. The target file size may be changed per workload requirements using configurations.\n","\n","These configs can be applied at a session level(as spark.conf.set in a notebook cell) as demonstrated in the following code cell, or at workspace level which is applied automatically to all spark sessions created in the workspace. The workspace level Apache Spark configuration can be set at:\n","- _Workspace settings >> Data Engineering/Sceience >> Spark Compute >> Spark Properties >> Add_"],"metadata":{"nteract":{"transient":{"deleting":false}}},"id":"548b1e20-ffe0-42ff-bdaf-53daab7a0d2f"},{"cell_type":"code","source":["spark.conf.set(\"sprk.sql.parquet.vorder.enabled\", \"true\") # Enable Verti-Parquet write\n","spark.conf.set(\"spark.microsoft.delta.optimizeWrite.enabled\", \"true\") # Enable automatic delta optimized write"],"outputs":[{"output_type":"display_data","data":{"application/vnd.livy.statement-meta+json":{"spark_pool":null,"statement_id":5,"statement_ids":[5],"livy_statement_state":"available","session_id":"a7813a4a-e4f9-4c30-b218-1e03be07b4d9","state":"finished","normalized_state":"finished","queued_time":"2024-07-15T13:48:33.256611Z","session_start_time":null,"execution_start_time":"2024-07-15T13:48:33.7002537Z","execution_finish_time":"2024-07-15T13:48:33.9516974Z","parent_msg_id":"58a18dd0-0af6-4dd8-b268-0f035af1c8a5"},"text/plain":"StatementMeta(, a7813a4a-e4f9-4c30-b218-1e03be07b4d9, 5, Finished, Available, Finished)"},"metadata":{}}],"execution_count":3,"metadata":{"jupyter":{"outputs_hidden":false,"source_hidden":false},"nteract":{"transient":{"deleting":false}},"microsoft":{"language_group":"synapse_pyspark","language":"python"}},"id":"c8079c5e-2b34-4495-89b0-ff421750d88c"},{"cell_type":"code","source":["table_name = \"heartFailure\"\n","df.write.mode(\"overwrite\").format(\"delta\").save(f\"Tables/{table_name}\")\n","print(f\"Spark dataframe saved to delta table: {table_name}\")"],"outputs":[{"output_type":"display_data","data":{"application/vnd.livy.statement-meta+json":{"spark_pool":null,"statement_id":6,"statement_ids":[6],"livy_statement_state":"available","session_id":"a7813a4a-e4f9-4c30-b218-1e03be07b4d9","state":"finished","normalized_state":"finished","queued_time":"2024-07-15T13:48:41.5698842Z","session_start_time":null,"execution_start_time":"2024-07-15T13:48:42.0294767Z","execution_finish_time":"2024-07-15T13:48:46.9311209Z","parent_msg_id":"bc0ced7a-033a-447c-8a09-c084c9cdc540"},"text/plain":"StatementMeta(, a7813a4a-e4f9-4c30-b218-1e03be07b4d9, 6, Finished, Available, Finished)"},"metadata":{}},{"output_type":"stream","name":"stdout","text":["Spark dataframe saved to delta table: heartFailure\n"]}],"execution_count":4,"metadata":{"jupyter":{"outputs_hidden":false,"source_hidden":false},"nteract":{"transient":{"deleting":false}},"microsoft":{"language_group":"synapse_pyspark","language":"python"}},"id":"916630ac-1b4d-4205-b5b2-981e3b20fff9"},{"cell_type":"code","source":["data_df = spark.read.format(\"delta\").load(\"Tables/heartFailure\")\n","display(data_df)"],"outputs":[{"output_type":"display_data","data":{"application/vnd.livy.statement-meta+json":{"spark_pool":null,"statement_id":7,"statement_ids":[7],"livy_statement_state":"available","session_id":"a7813a4a-e4f9-4c30-b218-1e03be07b4d9","state":"finished","normalized_state":"finished","queued_time":"2024-07-15T13:49:09.8232331Z","session_start_time":null,"execution_start_time":"2024-07-15T13:49:10.2743984Z","execution_finish_time":"2024-07-15T13:49:12.8068039Z","parent_msg_id":"b2f0b20a-0de2-4880-a683-72cf6e1e5852"},"text/plain":"StatementMeta(, a7813a4a-e4f9-4c30-b218-1e03be07b4d9, 7, Finished, Available, Finished)"},"metadata":{}},{"output_type":"display_data","data":{"application/vnd.synapse.widget-view+json":{"widget_id":"f9c4bcc3-cddb-4c0f-b2d8-c9fedcc8edfd","widget_type":"Synapse.DataFrame"},"text/plain":"SynapseWidget(Synapse.DataFrame, f9c4bcc3-cddb-4c0f-b2d8-c9fedcc8edfd)"},"metadata":{}}],"execution_count":5,"metadata":{"jupyter":{"source_hidden":false,"outputs_hidden":false},"nteract":{"transient":{"deleting":false}},"collapsed":false,"microsoft":{"language_group":"synapse_pyspark","language":"python"}},"id":"13fda0ed-c09d-4221-ae2c-4a4dab8a869f"}],"metadata":{"kernel_info":{"name":"synapse_pyspark"},"kernelspec":{"name":"synapse_pyspark","language":"Python","display_name":"Synapse PySpark"},"language_info":{"name":"python"},"widgets":{},"notebook_environment":{},"microsoft":{"language":"python","ms_spell_check":{"ms_spell_check_language":"en"},"language_group":"synapse_pyspark"},"nteract":{"version":"nteract-front-end@1.0.0"},"synapse_widget":{"version":"0.1","state":{"d0caa3a6-8224-4d26-9f34-21dba475aefb":{"type":"Synapse.DataFrame","sync_state":{"table":{"rows":[{"0":"40","1":"M","2":"ATA","3":"140.0","4":"289.0","5":"0.0","6":"Normal","7":"172","8":"N","9":"0.0","10":"Up","11":"0","12":"1","index":1},{"0":"49","1":"F","2":"NAP","3":"160.0","4":"180.0","5":"0.0","6":"Normal","7":"156","8":"N","9":"1.0","10":"Flat","11":"1","12":"2","index":2},{"0":"37","1":"M","2":"ATA","3":"130.0","5":"0.0","6":"ST","7":"98","8":"N","9":"0.0","10":"Up","11":"0","12":"3","index":3},{"0":"48","1":"F","2":"ASY","3":"138.0","4":"214.0","5":"0.0","6":"Normal","7":"108","8":"Y","9":"1.5","10":"Flat","11":"1","12":"4","index":4},{"0":"54","1":"M","2":"NAP","3":"150.0","4":"195.0","5":"0.0","6":"Normal","7":"122","8":"N","9":"0.0","10":"Up","11":"0","12":"5","index":5},{"0":"39","1":"M","2":"NAP","3":"120.0","6":"Normal","7":"170","8":"N","9":"0.0","10":"Up","11":"0","12":"6","index":6},{"0":"45","1":"F","2":"ATA","3":"130.0","4":"237.0","5":"0.0","6":"Normal","7":"170","8":"N","9":"0.0","10":"Up","11":"0","12":"7","index":7},{"0":"54","1":"M","2":"ATA","3":"110.0","4":"208.0","5":"0.0","6":"Normal","7":"142","8":"N","9":"0.0","10":"Up","11":"0","12":"8","index":8},{"0":"37","1":"M","2":"ASY","3":"140.0","5":"0.0","6":"Normal","7":"130","8":"Y","9":"1.5","10":"Flat","11":"1","12":"9","index":9},{"0":"48","1":"F","2":"ATA","3":"120.0","4":"284.0","5":"0.0","6":"Normal","7":"120","8":"N","9":"0.0","10":"Up","11":"0","12":"10","index":10},{"0":"37","1":"F","2":"NAP","4":"211.0","5":"0.0","6":"Normal","7":"142","8":"N","9":"0.0","10":"Up","11":"0","12":"11","index":11},{"0":"58","1":"M","2":"ATA","3":"136.0","4":"164.0","6":"ST","7":"99","8":"Y","9":"2.0","10":"Flat","11":"1","12":"12","index":12},{"0":"39","1":"M","2":"ATA","4":"204.0","5":"0.0","6":"Normal","7":"145","8":"N","9":"0.0","10":"Up","11":"0","12":"13","index":13},{"0":"49","1":"M","2":"ASY","3":"140.0","4":"234.0","6":"Normal","7":"140","8":"Y","9":"1.0","10":"Flat","11":"1","12":"14","index":14},{"0":"42","1":"F","2":"NAP","3":"115.0","5":"0.0","6":"ST","7":"137","8":"N","9":"0.0","10":"Up","11":"0","12":"15","index":15},{"0":"54","1":"F","2":"ATA","4":"273.0","5":"0.0","6":"Normal","7":"150","8":"N","9":"1.5","10":"Flat","11":"0","12":"16","index":16},{"0":"38","1":"M","2":"ASY","4":"196.0","5":"0.0","6":"Normal","7":"166","8":"N","9":"0.0","10":"Flat","11":"1","12":"17","index":17},{"0":"43","1":"F","2":"ATA","3":"120.0","4":"201.0","5":"0.0","6":"Normal","7":"165","8":"N","9":"0.0","10":"Up","11":"0","12":"18","index":18},{"0":"60","1":"M","2":"ASY","3":"100.0","4":"248.0","5":"0.0","6":"Normal","7":"125","8":"N","9":"1.0","10":"Flat","11":"1","12":"19","index":19},{"0":"36","1":"M","2":"ATA","3":"120.0","4":"267.0","5":"0.0","6":"Normal","7":"160","8":"N","9":"3.0","10":"Flat","11":"1","12":"20","index":20},{"0":"43","1":"F","2":"TA","3":"100.0","5":"0.0","6":"Normal","7":"142","8":"N","9":"0.0","10":"Up","11":"0","12":"21","index":21},{"0":"44","1":"M","2":"ATA","3":"120.0","4":"184.0","5":"0.0","6":"Normal","7":"142","8":"N","9":"1.0","10":"Flat","11":"0","12":"22","index":22},{"0":"49","1":"F","2":"ATA","3":"124.0","5":"0.0","6":"Normal","7":"164","8":"N","9":"0.0","10":"Up","11":"0","12":"23","index":23},{"0":"44","1":"M","2":"ATA","3":"150.0","4":"288.0","5":"0.0","6":"Normal","7":"150","8":"Y","9":"3.0","10":"Flat","11":"1","12":"24","index":24},{"0":"40","1":"M","2":"NAP","3":"130.0","4":"215.0","5":"0.0","6":"Normal","7":"138","8":"N","9":"0.0","10":"Up","11":"0","12":"25","index":25},{"0":"36","1":"M","2":"NAP","3":"130.0","4":"209.0","5":"0.0","6":"Normal","7":"178","8":"N","9":"0.0","10":"Up","11":"0","12":"26","index":26},{"0":"53","1":"M","2":"ASY","3":"124.0","4":"260.0","5":"0.0","6":"ST","7":"112","8":"Y","9":"3.0","10":"Flat","11":"0","12":"27","index":27},{"0":"52","1":"M","2":"ATA","3":"120.0","4":"284.0","6":"Normal","7":"118","8":"N","9":"0.0","10":"Up","11":"0","12":"28","index":28},{"0":"53","1":"F","2":"ATA","3":"113.0","5":"0.0","6":"Normal","7":"127","8":"N","9":"0.0","10":"Up","11":"0","12":"29","index":29},{"0":"51","1":"M","2":"ATA","3":"125.0","4":"188.0","5":"0.0","6":"Normal","7":"145","8":"N","9":"0.0","10":"Up","11":"0","12":"30","index":30},{"0":"53","1":"M","2":"NAP","3":"145.0","4":"518.0","5":"0.0","6":"Normal","7":"130","8":"N","9":"0.0","10":"Flat","11":"1","12":"31","index":31},{"0":"56","1":"M","2":"NAP","3":"130.0","4":"167.0","5":"0.0","6":"Normal","7":"114","8":"N","9":"0.0","10":"Up","11":"0","12":"32","index":32},{"0":"54","1":"M","2":"ASY","3":"125.0","4":"224.0","5":"0.0","6":"Normal","7":"122","8":"N","9":"2.0","10":"Flat","11":"1","12":"33","index":33},{"0":"41","1":"M","2":"ASY","4":"172.0","5":"0.0","6":"ST","7":"130","8":"N","9":"2.0","10":"Flat","11":"1","12":"34","index":34},{"0":"43","1":"F","2":"ATA","3":"150.0","4":"186.0","5":"0.0","6":"Normal","7":"154","8":"N","9":"0.0","10":"Up","11":"0","12":"35","index":35},{"0":"32","1":"M","2":"ATA","3":"125.0","5":"0.0","6":"Normal","7":"155","8":"N","9":"0.0","10":"Up","11":"0","12":"36","index":36},{"0":"65","1":"M","2":"ASY","3":"140.0","5":"1.0","6":"Normal","7":"87","8":"Y","9":"1.5","10":"Flat","11":"1","12":"37","index":37},{"0":"41","1":"F","2":"ATA","4":"250.0","5":"0.0","6":"ST","7":"142","8":"N","9":"0.0","10":"Up","11":"0","12":"38","index":38},{"0":"48","1":"F","2":"ATA","3":"120.0","4":"177.0","5":"1.0","6":"ST","7":"148","8":"N","9":"0.0","10":"Up","11":"0","12":"39","index":39},{"0":"48","1":"F","2":"ASY","4":"227.0","5":"0.0","6":"Normal","7":"130","8":"Y","9":"1.0","10":"Flat","11":"0","12":"40","index":40},{"0":"54","1":"F","2":"ATA","3":"150.0","4":"230.0","5":"0.0","6":"Normal","7":"130","8":"N","9":"0.0","10":"Up","11":"0","12":"41","index":41},{"0":"54","1":"F","2":"NAP","3":"130.0","4":"294.0","5":"0.0","6":"ST","7":"100","8":"Y","9":"0.0","10":"Flat","11":"1","12":"42","index":42},{"0":"35","1":"M","2":"ATA","3":"150.0","4":"264.0","5":"0.0","6":"Normal","7":"168","8":"N","9":"0.0","10":"Up","11":"0","12":"43","index":43},{"0":"52","1":"M","2":"NAP","3":"140.0","4":"259.0","5":"0.0","6":"ST","7":"170","8":"N","9":"0.0","10":"Up","11":"0","12":"44","index":44},{"0":"43","1":"M","2":"ASY","3":"120.0","4":"175.0","6":"Normal","7":"120","8":"Y","9":"1.0","10":"Flat","11":"1","12":"45","index":45},{"0":"59","1":"M","2":"NAP","3":"130.0","4":"318.0","6":"Normal","7":"120","8":"Y","9":"1.0","10":"Flat","11":"0","12":"46","index":46},{"0":"37","1":"M","2":"ASY","3":"120.0","4":"223.0","5":"0.0","6":"Normal","7":"168","8":"N","9":"0.0","10":"Up","11":"0","12":"47","index":47},{"0":"50","1":"M","2":"ATA","3":"140.0","4":"216.0","5":"0.0","6":"Normal","7":"170","8":"N","9":"0.0","10":"Up","11":"0","12":"48","index":48},{"0":"36","1":"M","2":"NAP","3":"112.0","4":"340.0","5":"0.0","6":"Normal","7":"184","8":"N","9":"1.0","10":"Flat","11":"0","12":"49","index":49},{"0":"41","1":"M","2":"ASY","3":"110.0","4":"289.0","5":"0.0","6":"Normal","7":"170","8":"N","9":"0.0","10":"Flat","11":"1","12":"50","index":50},{"0":"50","1":"M","2":"ASY","3":"130.0","4":"233.0","5":"0.0","6":"Normal","7":"121","8":"Y","9":"2.0","10":"Flat","11":"1","12":"51","index":51},{"0":"47","1":"F","2":"ASY","3":"120.0","4":"205.0","5":"0.0","6":"Normal","7":"98","8":"Y","9":"2.0","10":"Flat","11":"1","12":"52","index":52},{"0":"45","1":"M","2":"ATA","3":"140.0","4":"224.0","5":"1.0","6":"Normal","7":"122","8":"N","9":"0.0","10":"Up","11":"0","12":"53","index":53},{"0":"41","1":"F","2":"ATA","3":"130.0","4":"245.0","5":"0.0","6":"Normal","7":"150","8":"N","9":"0.0","10":"Up","11":"0","12":"54","index":54},{"0":"52","1":"F","2":"ASY","3":"130.0","5":"0.0","6":"Normal","7":"140","8":"Y","9":"1.5","10":"Flat","11":"0","12":"55","index":55},{"0":"51","1":"F","2":"ATA","3":"160.0","4":"194.0","5":"0.0","6":"Normal","7":"170","8":"N","9":"0.0","10":"Up","11":"0","12":"56","index":56},{"0":"31","1":"M","2":"ASY","3":"120.0","4":"270.0","5":"0.0","6":"Normal","7":"153","8":"Y","9":"1.5","10":"Flat","11":"1","12":"57","index":57},{"0":"58","1":"M","2":"NAP","3":"130.0","4":"213.0","5":"0.0","6":"ST","7":"140","8":"N","9":"0.0","10":"Flat","11":"1","12":"58","index":58},{"0":"54","1":"M","2":"ASY","3":"150.0","4":"365.0","5":"0.0","6":"ST","7":"134","8":"N","9":"1.0","10":"Up","11":"0","12":"59","index":59},{"0":"52","1":"M","2":"ASY","3":"112.0","4":"342.0","5":"0.0","6":"ST","7":"96","8":"Y","9":"1.0","10":"Flat","11":"1","12":"60","index":60},{"0":"49","1":"M","2":"ATA","3":"100.0","4":"253.0","5":"0.0","6":"Normal","7":"174","8":"N","9":"0.0","10":"Up","11":"0","12":"61","index":61},{"0":"43","1":"F","2":"NAP","3":"150.0","4":"254.0","5":"0.0","6":"Normal","7":"175","8":"N","9":"0.0","10":"Up","11":"0","12":"62","index":62},{"0":"45","1":"M","2":"ASY","3":"140.0","4":"224.0","5":"0.0","6":"Normal","7":"144","8":"N","9":"0.0","10":"Up","11":"0","12":"63","index":63},{"0":"46","1":"M","2":"ASY","3":"120.0","4":"277.0","5":"0.0","6":"Normal","7":"125","8":"Y","9":"1.0","10":"Flat","11":"1","12":"64","index":64},{"0":"50","1":"F","2":"ATA","3":"110.0","4":"202.0","5":"0.0","6":"Normal","7":"145","8":"N","9":"0.0","10":"Up","11":"0","12":"65","index":65},{"0":"37","1":"F","2":"ATA","3":"120.0","4":"260.0","5":"0.0","6":"Normal","7":"130","8":"N","9":"0.0","10":"Up","11":"0","12":"66","index":66},{"0":"45","1":"F","2":"ASY","3":"132.0","5":"0.0","6":"Normal","7":"144","8":"N","9":"0.0","10":"Up","11":"0","12":"67","index":67},{"0":"32","1":"M","2":"ATA","3":"110.0","4":"225.0","5":"0.0","6":"Normal","7":"184","8":"N","9":"0.0","10":"Up","11":"0","12":"68","index":68},{"0":"52","1":"M","2":"ASY","3":"160.0","4":"246.0","5":"0.0","6":"ST","7":"82","8":"Y","9":"4.0","10":"Flat","11":"1","12":"69","index":69},{"0":"44","1":"M","2":"ASY","3":"150.0","4":"412.0","5":"0.0","6":"Normal","7":"170","8":"N","9":"0.0","10":"Up","11":"0","12":"70","index":70},{"0":"57","1":"M","2":"ATA","3":"140.0","4":"265.0","5":"0.0","6":"ST","7":"145","8":"Y","9":"1.0","10":"Flat","11":"1","12":"71","index":71},{"0":"44","1":"M","2":"ATA","3":"130.0","4":"215.0","6":"Normal","7":"135","8":"N","9":"0.0","10":"Up","11":"0","12":"72","index":72},{"0":"52","1":"M","2":"ASY","3":"120.0","4":"182.0","5":"0.0","6":"Normal","7":"150","8":"N","9":"0.0","10":"Flat","11":"1","12":"73","index":73},{"0":"44","1":"F","2":"ASY","3":"120.0","4":"218.0","5":"0.0","6":"ST","7":"115","8":"N","9":"0.0","10":"Up","11":"0","12":"74","index":74},{"0":"55","1":"M","2":"ASY","3":"140.0","4":"268.0","5":"0.0","6":"Normal","7":"128","8":"Y","9":"1.5","10":"Flat","11":"1","12":"75","index":75},{"0":"46","1":"M","2":"NAP","3":"150.0","4":"163.0","5":"0.0","6":"Normal","7":"116","8":"N","9":"0.0","10":"Up","11":"0","12":"76","index":76},{"0":"32","1":"M","2":"ASY","3":"118.0","5":"0.0","6":"Normal","7":"130","8":"N","9":"0.0","10":"Flat","11":"1","12":"77","index":77},{"0":"35","1":"F","2":"ASY","3":"140.0","4":"167.0","5":"0.0","6":"Normal","7":"150","8":"N","9":"0.0","10":"Up","11":"0","12":"78","index":78},{"0":"52","1":"M","2":"ATA","3":"140.0","4":"100.0","5":"0.0","6":"Normal","7":"138","8":"Y","9":"0.0","10":"Up","11":"0","12":"79","index":79},{"0":"49","1":"M","2":"ASY","3":"130.0","4":"206.0","5":"0.0","6":"Normal","7":"170","8":"N","9":"0.0","10":"Flat","11":"1","12":"80","index":80},{"0":"55","1":"M","2":"NAP","3":"110.0","4":"277.0","5":"0.0","6":"Normal","7":"160","8":"N","9":"0.0","10":"Up","11":"0","12":"81","index":81},{"0":"54","1":"M","2":"ATA","3":"120.0","4":"238.0","6":"Normal","7":"154","8":"N","9":"0.0","10":"Up","11":"0","12":"82","index":82},{"0":"63","1":"M","2":"ASY","4":"223.0","5":"0.0","6":"Normal","7":"115","8":"N","9":"0.0","10":"Flat","11":"1","12":"83","index":83},{"0":"52","1":"M","2":"ATA","3":"160.0","4":"196.0","5":"0.0","6":"Normal","7":"165","8":"N","9":"0.0","10":"Up","11":"0","12":"84","index":84},{"0":"56","1":"M","2":"ASY","3":"150.0","4":"213.0","5":"1.0","6":"Normal","7":"125","8":"Y","9":"1.0","10":"Flat","11":"1","12":"85","index":85},{"0":"66","1":"M","2":"ASY","3":"140.0","4":"139.0","6":"Normal","7":"94","8":"Y","9":"1.0","10":"Flat","11":"1","12":"86","index":86},{"0":"65","1":"M","2":"ASY","6":"Normal","7":"112","8":"Y","9":"2.0","10":"Flat","11":"1","12":"87","index":87},{"0":"53","1":"F","2":"ATA","3":"140.0","4":"216.0","6":"Normal","7":"142","8":"Y","9":"2.0","10":"Flat","11":"0","12":"88","index":88},{"0":"43","1":"M","2":"TA","3":"120.0","4":"291.0","5":"0.0","6":"ST","7":"155","8":"N","9":"0.0","10":"Flat","11":"1","12":"89","index":89},{"0":"55","1":"M","2":"ASY","3":"140.0","4":"229.0","5":"0.0","6":"Normal","7":"110","8":"Y","9":"0.5","10":"Flat","11":"0","12":"90","index":90},{"0":"49","1":"F","2":"ATA","3":"110.0","4":"208.0","5":"0.0","6":"Normal","7":"160","8":"N","9":"0.0","10":"Up","11":"0","12":"91","index":91},{"0":"39","1":"M","2":"ASY","3":"130.0","4":"307.0","5":"0.0","6":"Normal","7":"140","8":"N","9":"0.0","10":"Up","11":"0","12":"92","index":92},{"0":"52","1":"F","2":"ATA","3":"120.0","4":"210.0","5":"0.0","6":"Normal","7":"148","8":"N","9":"0.0","10":"Up","11":"0","12":"93","index":93},{"0":"48","1":"M","2":"ASY","3":"160.0","4":"329.0","5":"0.0","6":"Normal","7":"92","8":"Y","9":"1.5","10":"Flat","11":"1","12":"94","index":94},{"0":"39","1":"F","2":"NAP","3":"110.0","4":"182.0","5":"0.0","6":"ST","7":"180","8":"N","9":"0.0","10":"Up","11":"0","12":"95","index":95},{"0":"58","1":"M","2":"ASY","3":"130.0","4":"263.0","5":"0.0","6":"Normal","7":"140","8":"Y","9":"2.0","10":"Flat","11":"1","12":"96","index":96},{"0":"43","1":"M","2":"ATA","3":"142.0","4":"207.0","5":"0.0","6":"Normal","7":"138","8":"N","9":"0.0","10":"Up","11":"0","12":"97","index":97},{"0":"39","1":"M","2":"NAP","3":"160.0","4":"147.0","5":"1.0","6":"Normal","7":"160","8":"N","9":"0.0","10":"Up","11":"0","12":"98","index":98},{"0":"56","1":"M","2":"ASY","3":"120.0","4":"85.0","5":"0.0","6":"Normal","7":"140","8":"N","9":"0.0","10":"Up","11":"0","12":"99","index":99},{"0":"41","1":"M","2":"ATA","3":"125.0","4":"269.0","5":"0.0","6":"Normal","7":"144","8":"N","9":"0.0","10":"Up","11":"0","12":"100","index":100},{"0":"65","1":"M","2":"ASY","3":"130.0","4":"275.0","5":"0.0","6":"ST","7":"115","8":"Y","9":"1.0","10":"Flat","11":"1","12":"101","index":101},{"0":"51","1":"M","2":"ASY","3":"130.0","4":"179.0","5":"0.0","6":"Normal","7":"100","8":"N","9":"0.0","10":"Up","11":"0","12":"102","index":102},{"0":"40","1":"F","2":"ASY","3":"150.0","4":"392.0","5":"0.0","6":"Normal","7":"130","8":"N","9":"2.0","10":"Flat","11":"1","12":"103","index":103},{"0":"40","1":"M","2":"ASY","3":"120.0","4":"466.0","5":"1.0","6":"Normal","7":"152","8":"Y","9":"1.0","10":"Flat","11":"1","12":"104","index":104},{"0":"46","1":"M","2":"ASY","3":"118.0","4":"186.0","5":"0.0","6":"Normal","7":"124","8":"N","9":"0.0","10":"Flat","11":"1","12":"105","index":105},{"0":"57","1":"M","2":"ATA","3":"140.0","4":"260.0","5":"1.0","6":"Normal","7":"140","8":"N","9":"0.0","10":"Up","11":"0","12":"106","index":106},{"0":"48","1":"F","2":"ASY","3":"120.0","4":"254.0","5":"0.0","6":"ST","7":"110","8":"N","9":"0.0","10":"Up","11":"0","12":"107","index":107},{"0":"34","1":"M","2":"ATA","3":"150.0","4":"214.0","5":"0.0","6":"ST","7":"168","8":"N","9":"0.0","10":"Up","11":"0","12":"108","index":108},{"0":"50","1":"M","2":"ASY","3":"140.0","4":"129.0","5":"0.0","6":"Normal","7":"135","8":"N","9":"0.0","10":"Up","11":"0","12":"109","index":109},{"0":"39","1":"M","2":"ATA","4":"241.0","5":"0.0","6":"Normal","7":"106","8":"N","9":"0.0","10":"Up","11":"0","12":"110","index":110},{"0":"59","1":"F","2":"ATA","3":"130.0","4":"188.0","5":"0.0","6":"Normal","7":"124","8":"N","9":"1.0","10":"Flat","11":"0","12":"111","index":111},{"0":"57","1":"M","2":"ASY","3":"150.0","4":"255.0","6":"Normal","7":"92","8":"Y","9":"3.0","10":"Flat","11":"1","12":"112","index":112},{"0":"47","1":"M","2":"ASY","3":"140.0","4":"276.0","5":"1.0","6":"Normal","7":"125","8":"Y","9":"0.0","10":"Up","11":"0","12":"113","index":113},{"0":"38","1":"M","2":"ATA","3":"140.0","5":"0.0","6":"Normal","7":"150","8":"N","9":"0.0","10":"Up","11":"0","12":"114","index":114},{"0":"49","1":"F","2":"NAP","3":"130.0","4":"207.0","5":"0.0","6":"ST","7":"135","8":"N","9":"0.0","10":"Up","11":"0","12":"115","index":115},{"0":"33","1":"F","2":"ASY","3":"100.0","4":"246.0","5":"0.0","6":"Normal","7":"150","8":"Y","9":"1.0","10":"Flat","11":"1","12":"116","index":116},{"0":"38","1":"M","2":"ASY","3":"120.0","4":"282.0","5":"0.0","6":"Normal","7":"170","8":"N","9":"0.0","10":"Flat","11":"1","12":"117","index":117},{"0":"59","1":"F","2":"ASY","3":"130.0","4":"338.0","5":"1.0","6":"ST","7":"130","8":"Y","9":"1.5","10":"Flat","11":"1","12":"118","index":118},{"0":"35","1":"F","2":"TA","3":"120.0","4":"160.0","5":"0.0","6":"ST","7":"185","8":"N","9":"0.0","10":"Up","11":"0","12":"119","index":119},{"0":"34","1":"M","2":"TA","3":"140.0","4":"156.0","5":"0.0","6":"Normal","7":"180","8":"N","9":"0.0","10":"Flat","11":"1","12":"120","index":120},{"0":"47","1":"F","2":"NAP","3":"135.0","4":"248.0","5":"1.0","6":"Normal","7":"170","8":"N","9":"0.0","10":"Flat","11":"1","12":"121","index":121},{"0":"52","1":"F","2":"NAP","3":"125.0","4":"272.0","5":"0.0","6":"Normal","7":"139","8":"N","9":"0.0","10":"Up","11":"0","12":"122","index":122},{"0":"46","1":"M","2":"ASY","4":"240.0","5":"0.0","6":"ST","7":"140","8":"N","9":"0.0","10":"Up","11":"0","12":"123","index":123},{"0":"58","1":"F","2":"ATA","4":"393.0","5":"0.0","6":"Normal","7":"110","8":"Y","9":"1.0","10":"Flat","11":"1","12":"124","index":124},{"0":"58","1":"M","2":"ATA","3":"130.0","4":"230.0","5":"0.0","6":"Normal","7":"150","8":"N","9":"0.0","10":"Up","11":"0","12":"125","index":125},{"0":"54","1":"M","2":"ATA","3":"120.0","4":"246.0","5":"0.0","6":"Normal","7":"110","8":"N","9":"0.0","10":"Up","11":"0","12":"126","index":126},{"0":"34","1":"F","2":"ATA","4":"161.0","5":"0.0","6":"Normal","7":"190","8":"N","9":"0.0","10":"Up","11":"0","12":"127","index":127},{"0":"48","1":"F","2":"ASY","3":"108.0","4":"163.0","5":"0.0","6":"Normal","7":"175","8":"N","9":"2.0","10":"Up","11":"0","12":"128","index":128},{"0":"54","1":"F","2":"ATA","3":"120.0","4":"230.0","5":"1.0","6":"Normal","7":"140","8":"N","9":"0.0","10":"Up","11":"0","12":"129","index":129},{"0":"42","1":"M","2":"NAP","3":"120.0","4":"228.0","5":"0.0","6":"Normal","7":"152","8":"Y","9":"1.5","10":"Flat","11":"0","12":"130","index":130},{"0":"38","1":"M","2":"NAP","4":"292.0","5":"0.0","6":"Normal","7":"130","8":"N","9":"0.0","10":"Up","11":"0","12":"131","index":131},{"0":"46","1":"M","2":"ASY","3":"110.0","4":"202.0","5":"0.0","6":"Normal","7":"150","8":"Y","9":"0.0","10":"Flat","11":"1","12":"132","index":132},{"0":"56","1":"M","2":"ASY","3":"170.0","4":"388.0","5":"0.0","6":"ST","7":"122","8":"Y","9":"2.0","10":"Flat","11":"1","12":"133","index":133},{"0":"56","1":"M","2":"ASY","3":"150.0","4":"230.0","5":"0.0","6":"ST","7":"124","8":"Y","9":"1.5","10":"Flat","11":"1","12":"134","index":134},{"0":"61","1":"F","2":"ASY","3":"130.0","4":"294.0","5":"0.0","6":"ST","7":"120","8":"Y","9":"1.0","10":"Flat","11":"0","12":"135","index":135},{"0":"49","1":"M","2":"NAP","3":"115.0","4":"265.0","5":"0.0","6":"Normal","7":"175","8":"N","9":"0.0","10":"Flat","11":"1","12":"136","index":136},{"0":"43","1":"F","2":"ATA","3":"120.0","4":"215.0","6":"ST","7":"175","8":"N","9":"0.0","10":"Up","11":"0","12":"137","index":137},{"0":"39","1":"M","2":"ATA","3":"120.0","4":"241.0","5":"0.0","6":"ST","7":"146","8":"N","9":"2.0","10":"Up","11":"0","12":"138","index":138},{"0":"54","1":"M","2":"ASY","3":"140.0","4":"166.0","5":"0.0","6":"Normal","7":"118","8":"Y","9":"0.0","10":"Flat","11":"1","12":"139","index":139},{"0":"43","1":"M","2":"ASY","3":"150.0","4":"247.0","5":"0.0","6":"Normal","7":"130","8":"Y","9":"2.0","10":"Flat","11":"1","12":"140","index":140},{"0":"52","1":"M","2":"ASY","3":"160.0","4":"331.0","5":"0.0","6":"Normal","7":"94","8":"Y","9":"2.5","10":"Flat","11":"1","12":"141","index":141},{"0":"50","1":"M","2":"ASY","3":"140.0","4":"341.0","5":"0.0","6":"ST","7":"125","8":"Y","9":"2.5","10":"Flat","11":"1","12":"142","index":142},{"0":"47","1":"M","2":"ASY","3":"160.0","4":"291.0","5":"0.0","6":"ST","7":"158","8":"Y","9":"3.0","10":"Flat","11":"1","12":"143","index":143},{"0":"53","1":"M","2":"ASY","3":"140.0","4":"243.0","5":"0.0","6":"Normal","7":"155","8":"N","9":"0.0","10":"Up","11":"0","12":"144","index":144},{"0":"56","1":"F","2":"ATA","3":"120.0","4":"279.0","5":"0.0","6":"Normal","7":"150","8":"N","9":"1.0","10":"Flat","11":"1","12":"145","index":145},{"0":"39","1":"M","2":"ASY","3":"110.0","5":"0.0","6":"Normal","7":"132","8":"N","9":"0.0","10":"Up","11":"0","12":"146","index":146},{"0":"42","1":"M","2":"ATA","3":"120.0","4":"198.0","5":"0.0","6":"Normal","7":"155","8":"N","9":"0.0","10":"Up","11":"0","12":"147","index":147},{"0":"43","1":"F","2":"ATA","3":"120.0","4":"249.0","5":"0.0","6":"ST","7":"176","8":"N","9":"0.0","10":"Up","11":"0","12":"148","index":148},{"0":"50","1":"M","2":"ATA","3":"120.0","4":"168.0","5":"0.0","6":"Normal","7":"160","8":"N","9":"0.0","10":"Up","11":"0","12":"149","index":149},{"0":"54","1":"M","2":"ASY","4":"603.0","5":"1.0","6":"Normal","7":"125","8":"Y","9":"1.0","10":"Flat","11":"1","12":"150","index":150},{"0":"39","1":"M","2":"ATA","4":"215.0","5":"0.0","6":"Normal","7":"120","8":"N","9":"0.0","10":"Up","11":"0","12":"151","index":151},{"0":"48","1":"M","2":"ATA","3":"100.0","4":"159.0","6":"Normal","7":"100","8":"N","9":"0.0","10":"Up","11":"0","12":"152","index":152},{"0":"40","1":"M","2":"ATA","3":"130.0","4":"275.0","5":"0.0","6":"Normal","7":"150","8":"N","9":"0.0","10":"Up","11":"0","12":"153","index":153},{"0":"55","1":"M","2":"ASY","3":"120.0","6":"Normal","7":"140","8":"N","9":"0.0","10":"Up","11":"0","12":"154","index":154},{"0":"41","1":"M","2":"ATA","3":"120.0","4":"291.0","5":"0.0","6":"ST","7":"160","8":"N","9":"0.0","10":"Up","11":"0","12":"155","index":155},{"0":"56","1":"M","2":"ASY","3":"155.0","4":"342.0","5":"1.0","6":"Normal","7":"150","8":"Y","9":"3.0","10":"Flat","11":"1","12":"156","index":156},{"0":"38","1":"M","2":"ASY","3":"110.0","4":"190.0","5":"0.0","6":"Normal","7":"150","8":"Y","9":"1.0","10":"Flat","11":"1","12":"157","index":157},{"0":"49","1":"M","2":"ASY","3":"140.0","4":"185.0","5":"0.0","6":"Normal","7":"130","8":"N","9":"0.0","10":"Up","11":"0","12":"158","index":158},{"0":"44","1":"M","2":"ASY","3":"130.0","4":"290.0","6":"Normal","7":"100","8":"Y","9":"2.0","10":"Flat","11":"1","12":"159","index":159},{"0":"54","1":"M","2":"ATA","3":"160.0","4":"195.0","6":"ST","7":"130","8":"N","9":"1.0","10":"Up","11":"0","12":"160","index":160},{"0":"59","1":"M","2":"ASY","3":"140.0","5":"1.0","6":"LVH","7":"119","8":"Y","9":"0.0","10":"Flat","11":"1","12":"161","index":161},{"0":"49","1":"M","2":"ASY","3":"128.0","4":"212.0","5":"0.0","6":"Normal","7":"96","8":"Y","9":"0.0","10":"Flat","11":"1","12":"162","index":162},{"0":"47","1":"M","2":"ATA","3":"160.0","4":"263.0","5":"0.0","6":"Normal","7":"174","8":"N","9":"0.0","10":"Up","11":"0","12":"163","index":163},{"0":"42","1":"M","2":"ATA","4":"196.0","5":"0.0","6":"Normal","7":"150","8":"N","9":"0.0","10":"Up","11":"0","12":"164","index":164},{"0":"52","1":"F","2":"ATA","3":"140.0","4":"225.0","6":"Normal","7":"140","8":"N","9":"0.0","10":"Up","11":"0","12":"165","index":165},{"0":"46","1":"M","2":"TA","3":"140.0","4":"272.0","5":"1.0","6":"Normal","7":"175","8":"N","9":"2.0","10":"Flat","11":"1","12":"166","index":166},{"0":"50","1":"M","2":"ASY","3":"140.0","4":"231.0","5":"0.0","6":"ST","7":"140","8":"Y","9":"5.0","10":"Flat","11":"1","12":"167","index":167},{"0":"48","1":"M","2":"ATA","3":"140.0","4":"238.0","5":"0.0","6":"Normal","7":"118","8":"N","9":"0.0","10":"Up","11":"0","12":"168","index":168},{"0":"58","1":"M","2":"ASY","3":"135.0","4":"222.0","5":"0.0","6":"Normal","7":"100","8":"N","9":"0.0","10":"Up","11":"0","12":"169","index":169},{"0":"58","1":"M","2":"NAP","3":"140.0","4":"179.0","5":"0.0","6":"Normal","7":"160","8":"N","9":"0.0","10":"Up","11":"0","12":"170","index":170},{"0":"29","1":"M","2":"ATA","3":"120.0","4":"243.0","5":"0.0","6":"Normal","7":"160","8":"N","9":"0.0","10":"Up","11":"0","12":"171","index":171},{"0":"40","1":"M","2":"NAP","3":"140.0","4":"235.0","5":"0.0","6":"Normal","7":"188","8":"N","9":"0.0","10":"Up","11":"0","12":"172","index":172},{"0":"53","1":"M","2":"ATA","3":"140.0","4":"320.0","6":"Normal","7":"162","8":"N","9":"0.0","10":"Up","11":"0","12":"173","index":173},{"0":"49","1":"M","2":"NAP","3":"140.0","4":"187.0","5":"0.0","6":"Normal","7":"172","8":"N","9":"0.0","10":"Up","11":"0","12":"174","index":174},{"0":"52","1":"M","2":"ASY","3":"140.0","4":"266.0","5":"0.0","6":"Normal","7":"134","8":"Y","9":"2.0","10":"Flat","11":"1","12":"175","index":175},{"0":"43","1":"M","2":"ASY","3":"140.0","5":"0.0","6":"Normal","7":"135","8":"Y","9":"2.0","10":"Flat","11":"1","12":"176","index":176},{"0":"54","1":"M","2":"ASY","3":"140.0","4":"216.0","5":"0.0","6":"Normal","7":"105","8":"N","9":"1.5","10":"Flat","11":"1","12":"177","index":177},{"0":"59","1":"M","2":"ATA","3":"140.0","4":"287.0","5":"0.0","6":"Normal","7":"150","8":"N","9":"0.0","10":"Up","11":"0","12":"178","index":178},{"0":"37","1":"M","2":"NAP","3":"130.0","4":"194.0","5":"0.0","6":"Normal","7":"150","8":"N","9":"0.0","10":"Up","11":"0","12":"179","index":179},{"0":"46","1":"F","2":"ASY","3":"130.0","4":"238.0","5":"0.0","6":"Normal","7":"90","8":"N","9":"0.0","10":"Up","11":"0","12":"180","index":180},{"0":"52","1":"M","2":"ASY","3":"130.0","4":"225.0","5":"0.0","6":"Normal","7":"120","8":"Y","9":"2.0","10":"Flat","11":"1","12":"181","index":181},{"0":"51","1":"M","2":"ATA","3":"130.0","4":"224.0","5":"0.0","6":"Normal","7":"150","8":"N","9":"0.0","10":"Up","11":"0","12":"182","index":182},{"0":"52","1":"M","2":"ASY","3":"140.0","4":"404.0","5":"0.0","6":"Normal","7":"124","8":"Y","9":"2.0","10":"Flat","11":"1","12":"183","index":183},{"0":"46","1":"M","2":"ASY","3":"110.0","4":"238.0","5":"0.0","6":"ST","7":"140","8":"Y","9":"1.0","10":"Flat","11":"0","12":"184","index":184},{"0":"54","1":"F","2":"ATA","4":"312.0","5":"0.0","6":"Normal","7":"130","8":"N","9":"0.0","10":"Up","11":"0","12":"185","index":185},{"0":"58","1":"M","2":"NAP","3":"160.0","5":"1.0","6":"ST","7":"92","8":"N","9":"0.0","10":"Flat","11":"1","12":"186","index":186},{"0":"58","1":"M","2":"ATA","4":"251.0","6":"Normal","7":"110","8":"N","9":"0.0","10":"Up","11":"0","12":"187","index":187},{"0":"41","1":"M","2":"ASY","3":"120.0","4":"237.0","5":"1.0","6":"Normal","7":"138","8":"Y","9":"1.0","10":"Flat","11":"1","12":"188","index":188},{"0":"50","1":"F","2":"ASY","3":"120.0","4":"328.0","6":"Normal","7":"110","8":"Y","9":"1.0","10":"Flat","11":"0","12":"189","index":189},{"0":"53","1":"M","2":"ASY","3":"180.0","4":"285.0","6":"ST","7":"120","8":"Y","9":"1.5","10":"Flat","11":"1","12":"190","index":190},{"0":"46","1":"M","2":"ASY","3":"180.0","4":"280.0","6":"ST","7":"120","8":"N","9":"0.0","10":"Up","11":"0","12":"191","index":191},{"0":"50","1":"M","2":"ATA","3":"170.0","4":"209.0","5":"0.0","6":"ST","7":"116","8":"N","9":"0.0","10":"Up","11":"0","12":"192","index":192},{"0":"48","1":"M","2":"ATA","3":"130.0","5":"0.0","6":"Normal","7":"160","8":"N","9":"0.0","10":"Up","11":"0","12":"193","index":193},{"0":"45","1":"M","2":"NAP","3":"135.0","5":"0.0","6":"Normal","7":"110","8":"N","9":"0.0","10":"Up","11":"0","12":"194","index":194},{"0":"41","1":"F","2":"ATA","3":"125.0","4":"184.0","5":"0.0","6":"Normal","7":"180","8":"N","9":"0.0","10":"Up","11":"0","12":"195","index":195},{"0":"62","1":"F","2":"TA","3":"160.0","4":"193.0","5":"0.0","6":"Normal","7":"116","8":"N","9":"0.0","10":"Up","11":"0","12":"196","index":196},{"0":"49","1":"M","2":"ASY","3":"120.0","4":"297.0","5":"0.0","6":"Normal","7":"132","8":"N","9":"1.0","10":"Flat","11":"0","12":"197","index":197},{"0":"42","1":"M","2":"ATA","3":"150.0","4":"268.0","5":"0.0","6":"Normal","7":"136","8":"N","9":"0.0","10":"Up","11":"0","12":"198","index":198},{"0":"53","1":"M","2":"ASY","3":"120.0","4":"246.0","5":"0.0","6":"Normal","7":"116","8":"Y","9":"0.0","10":"Flat","11":"1","12":"199","index":199},{"0":"57","1":"F","2":"TA","3":"130.0","4":"308.0","5":"0.0","6":"Normal","7":"98","8":"N","9":"1.0","10":"Flat","11":"0","12":"200","index":200},{"0":"47","1":"M","2":"TA","3":"110.0","4":"249.0","5":"0.0","6":"Normal","7":"150","8":"N","9":"0.0","10":"Up","11":"0","12":"201","index":201},{"0":"46","1":"M","2":"NAP","4":"230.0","5":"0.0","6":"Normal","7":"150","8":"N","9":"0.0","10":"Up","11":"0","12":"202","index":202},{"0":"42","1":"M","2":"NAP","3":"160.0","4":"147.0","5":"0.0","6":"Normal","7":"146","8":"N","9":"0.0","10":"Up","11":"0","12":"203","index":203},{"0":"31","1":"F","2":"ATA","3":"100.0","4":"219.0","5":"0.0","6":"ST","7":"150","8":"N","9":"0.0","10":"Up","11":"0","12":"204","index":204},{"0":"56","1":"M","2":"ATA","3":"130.0","4":"184.0","5":"0.0","6":"Normal","7":"100","8":"N","9":"0.0","10":"Up","11":"0","12":"205","index":205},{"0":"50","1":"M","2":"ASY","3":"150.0","4":"215.0","6":"Normal","7":"140","8":"Y","9":"0.0","10":"Up","11":"0","12":"206","index":206},{"0":"35","1":"M","2":"ATA","3":"120.0","4":"308.0","5":"0.0","6":"LVH","7":"180","8":"N","9":"0.0","10":"Up","11":"0","12":"207","index":207},{"0":"35","1":"M","2":"ATA","3":"110.0","4":"257.0","5":"0.0","6":"Normal","7":"140","8":"N","9":"0.0","10":"Flat","11":"1","12":"208","index":208},{"0":"28","1":"M","2":"ATA","3":"130.0","4":"132.0","5":"0.0","6":"LVH","7":"185","8":"N","9":"0.0","10":"Up","11":"0","12":"209","index":209},{"0":"54","1":"M","2":"ASY","3":"125.0","4":"216.0","5":"0.0","6":"Normal","7":"140","8":"N","9":"0.0","10":"Flat","11":"1","12":"210","index":210},{"0":"48","1":"M","2":"ASY","3":"106.0","5":"1.0","6":"Normal","7":"110","8":"N","9":"0.0","10":"Flat","11":"1","12":"211","index":211},{"0":"50","1":"F","2":"NAP","3":"140.0","4":"288.0","5":"0.0","6":"Normal","7":"140","8":"Y","9":"0.0","10":"Flat","11":"1","12":"212","index":212},{"0":"56","1":"M","2":"NAP","4":"276.0","6":"Normal","7":"128","8":"Y","9":"1.0","10":"Up","11":"0","12":"213","index":213},{"0":"56","1":"F","2":"NAP","3":"130.0","4":"219.0","5":"0.0","6":"ST","7":"164","8":"N","9":"0.0","10":"Up","11":"0","12":"214","index":214},{"0":"47","1":"M","2":"ASY","3":"150.0","4":"226.0","5":"0.0","6":"Normal","7":"98","8":"Y","9":"1.5","10":"Flat","11":"1","12":"215","index":215},{"0":"30","1":"F","2":"TA","3":"170.0","4":"237.0","5":"0.0","6":"ST","7":"170","8":"N","9":"0.0","10":"Up","11":"0","12":"216","index":216},{"0":"39","1":"M","2":"ASY","3":"110.0","4":"280.0","5":"0.0","6":"Normal","7":"150","8":"N","9":"0.0","10":"Flat","11":"1","12":"217","index":217},{"0":"54","1":"M","2":"NAP","3":"120.0","4":"217.0","5":"0.0","6":"Normal","7":"137","8":"N","9":"0.0","10":"Up","11":"0","12":"218","index":218},{"0":"55","1":"M","2":"ATA","3":"140.0","4":"196.0","5":"0.0","6":"Normal","7":"150","8":"N","9":"0.0","10":"Up","11":"0","12":"219","index":219},{"0":"29","1":"M","2":"ATA","3":"140.0","4":"263.0","5":"0.0","6":"Normal","7":"170","8":"N","9":"0.0","10":"Up","11":"0","12":"220","index":220},{"0":"46","1":"M","2":"ASY","3":"130.0","4":"222.0","5":"0.0","6":"Normal","7":"112","8":"N","9":"0.0","10":"Flat","11":"1","12":"221","index":221},{"0":"51","1":"F","2":"ASY","3":"160.0","4":"303.0","5":"0.0","6":"Normal","7":"150","8":"Y","9":"1.0","10":"Flat","11":"1","12":"222","index":222},{"0":"48","1":"F","2":"NAP","3":"120.0","4":"195.0","5":"0.0","6":"Normal","7":"125","8":"N","9":"0.0","10":"Up","11":"0","12":"223","index":223},{"0":"33","1":"M","2":"NAP","3":"120.0","4":"298.0","5":"0.0","6":"Normal","7":"185","8":"N","9":"0.0","10":"Up","11":"0","12":"224","index":224},{"0":"55","1":"M","2":"ATA","4":"256.0","5":"1.0","6":"Normal","7":"137","8":"N","9":"0.0","10":"Up","11":"0","12":"225","index":225},{"0":"50","1":"M","2":"ASY","3":"145.0","4":"264.0","5":"0.0","6":"Normal","7":"150","8":"N","9":"0.0","10":"Flat","11":"1","12":"226","index":226},{"0":"53","1":"M","2":"NAP","3":"120.0","4":"195.0","6":"Normal","7":"140","8":"N","9":"0.0","10":"Up","11":"0","12":"227","index":227},{"0":"38","1":"M","2":"ASY","5":"0.0","6":"Normal","7":"134","8":"Y","9":"2.5","10":"Flat","11":"1","12":"228","index":228},{"0":"41","1":"M","2":"ATA","4":"295.0","5":"0.0","6":"Normal","7":"170","8":"N","9":"0.0","10":"Up","11":"0","12":"229","index":229},{"0":"37","1":"F","2":"ASY","3":"130.0","4":"173.0","5":"0.0","6":"ST","7":"184","8":"N","9":"0.0","10":"Up","11":"0","12":"230","index":230},{"0":"37","1":"M","2":"ASY","3":"130.0","5":"0.0","6":"Normal","7":"158","8":"N","9":"0.0","10":"Up","11":"0","12":"231","index":231},{"0":"40","1":"M","2":"NAP","3":"130.0","4":"281.0","5":"0.0","6":"Normal","7":"167","8":"N","9":"0.0","10":"Up","11":"0","12":"232","index":232},{"0":"38","1":"F","2":"ATA","4":"275.0","5":"0.0","6":"Normal","7":"129","8":"N","9":"0.0","10":"Up","11":"0","12":"233","index":233},{"0":"41","1":"M","2":"ASY","3":"112.0","4":"250.0","5":"0.0","6":"Normal","7":"142","8":"N","9":"0.0","10":"Up","11":"0","12":"234","index":234},{"0":"54","1":"F","2":"ATA","3":"140.0","4":"309.0","5":"0.0","6":"ST","7":"140","8":"N","9":"0.0","10":"Up","11":"0","12":"235","index":235},{"0":"39","1":"M","2":"ATA","3":"120.0","4":"200.0","5":"0.0","6":"Normal","7":"160","8":"Y","9":"1.0","10":"Flat","11":"0","12":"236","index":236},{"0":"41","1":"M","2":"ASY","3":"120.0","4":"336.0","5":"0.0","6":"Normal","7":"118","8":"Y","9":"3.0","10":"Flat","11":"1","12":"237","index":237},{"0":"55","1":"M","2":"TA","3":"140.0","4":"295.0","5":"0.0","6":"Normal","7":"136","8":"N","9":"0.0","10":"Flat","11":"1","12":"238","index":238},{"0":"48","1":"M","2":"ASY","3":"160.0","4":"355.0","5":"0.0","6":"Normal","7":"99","8":"Y","9":"2.0","10":"Flat","11":"1","12":"239","index":239},{"0":"48","1":"M","2":"ASY","4":"193.0","5":"0.0","6":"Normal","7":"102","8":"Y","9":"3.0","10":"Flat","11":"1","12":"240","index":240},{"0":"55","1":"M","2":"ATA","3":"145.0","5":"0.0","6":"Normal","7":"155","8":"N","9":"0.0","10":"Up","11":"0","12":"241","index":241},{"0":"54","1":"M","2":"ASY","3":"200.0","4":"198.0","5":"0.0","6":"Normal","7":"142","8":"Y","9":"2.0","10":"Flat","11":"1","12":"242","index":242},{"0":"55","1":"M","2":"ATA","3":"160.0","4":"292.0","5":"1.0","6":"Normal","7":"143","8":"Y","9":"2.0","10":"Flat","11":"1","12":"243","index":243},{"0":"43","1":"F","2":"ATA","3":"120.0","4":"266.0","5":"0.0","6":"Normal","7":"118","8":"N","9":"0.0","10":"Up","11":"0","12":"244","index":244},{"0":"48","1":"M","2":"ASY","3":"160.0","5":"0.0","6":"Normal","7":"103","8":"Y","9":"1.0","10":"Flat","11":"1","12":"245","index":245},{"0":"54","1":"M","2":"TA","3":"120.0","4":"171.0","5":"0.0","6":"Normal","7":"137","8":"N","9":"2.0","10":"Up","11":"0","12":"246","index":246},{"0":"54","1":"M","2":"NAP","3":"120.0","5":"0.0","6":"Normal","7":"150","8":"Y","9":"1.5","10":"Flat","11":"1","12":"247","index":247},{"0":"48","1":"M","2":"ASY","4":"275.0","6":"ST","7":"150","8":"Y","9":"2.0","10":"Down","11":"1","12":"248","index":248},{"0":"45","1":"M","2":"ASY","3":"130.0","4":"219.0","5":"0.0","6":"ST","7":"130","8":"Y","9":"1.0","10":"Flat","11":"1","12":"249","index":249},{"0":"49","1":"M","2":"ASY","3":"130.0","4":"341.0","5":"0.0","6":"Normal","7":"120","8":"Y","9":"1.0","10":"Flat","11":"1","12":"250","index":250},{"0":"44","1":"M","2":"ASY","3":"135.0","4":"491.0","6":"Normal","7":"135","8":"N","9":"0.0","10":"Flat","11":"1","12":"251","index":251},{"0":"48","1":"M","2":"ASY","3":"120.0","4":"260.0","5":"0.0","6":"Normal","7":"115","8":"N","9":"2.0","10":"Flat","11":"1","12":"252","index":252},{"0":"61","1":"M","2":"ASY","3":"125.0","4":"292.0","6":"ST","7":"115","8":"Y","9":"0.0","10":"Up","11":"0","12":"253","index":253},{"0":"62","1":"M","2":"ATA","3":"140.0","4":"271.0","5":"0.0","6":"Normal","7":"152","8":"N","9":"1.0","10":"Up","11":"0","12":"254","index":254},{"0":"55","1":"M","2":"ASY","3":"145.0","4":"248.0","5":"0.0","6":"Normal","7":"96","8":"Y","9":"2.0","10":"Flat","11":"1","12":"255","index":255},{"0":"53","1":"F","2":"NAP","3":"120.0","4":"274.0","5":"0.0","6":"Normal","7":"130","8":"N","9":"0.0","10":"Up","11":"0","12":"256","index":256},{"0":"55","1":"F","2":"ATA","3":"130.0","4":"394.0","5":"0.0","6":"LVH","7":"150","8":"N","9":"0.0","10":"Up","11":"0","12":"257","index":257},{"0":"36","1":"M","2":"NAP","3":"150.0","4":"160.0","6":"Normal","7":"172","8":"N","9":"0.0","10":"Up","11":"0","12":"258","index":258},{"0":"51","1":"F","2":"NAP","3":"150.0","4":"200.0","5":"0.0","6":"Normal","7":"120","8":"N","9":"0.5","10":"Up","11":"0","12":"259","index":259},{"0":"55","1":"F","2":"ATA","4":"320.0","5":"0.0","6":"Normal","7":"155","8":"N","9":"0.0","10":"Up","11":"0","12":"260","index":260},{"0":"46","1":"M","2":"ATA","3":"140.0","5":"0.0","6":"Normal","7":"165","8":"Y","9":"0.0","10":"Up","11":"0","12":"261","index":261},{"0":"54","1":"F","2":"ATA","3":"120.0","4":"221.0","5":"0.0","6":"Normal","7":"138","8":"N","9":"1.0","10":"Up","11":"0","12":"262","index":262},{"0":"46","1":"M","2":"ASY","3":"120.0","5":"0.0","6":"Normal","7":"115","8":"Y","9":"0.0","10":"Flat","11":"1","12":"263","index":263},{"0":"59","1":"M","2":"ASY","3":"130.0","4":"126.0","5":"0.0","6":"Normal","7":"125","8":"N","9":"0.0","10":"Flat","11":"1","12":"264","index":264},{"0":"47","1":"M","2":"NAP","3":"140.0","5":"0.0","6":"Normal","7":"145","8":"Y","9":"1.0","10":"Flat","11":"1","12":"265","index":265},{"0":"54","1":"M","2":"ATA","3":"160.0","4":"305.0","5":"0.0","6":"Normal","7":"175","8":"N","9":"0.0","10":"Up","11":"0","12":"266","index":266},{"0":"52","1":"M","2":"ASY","3":"130.0","4":"298.0","5":"0.0","6":"Normal","7":"110","8":"Y","9":"1.0","10":"Flat","11":"1","12":"267","index":267},{"0":"34","1":"M","2":"ATA","4":"220.0","5":"0.0","6":"Normal","7":"150","8":"N","9":"0.0","10":"Up","11":"0","12":"268","index":268},{"0":"54","1":"M","2":"ASY","3":"130.0","4":"242.0","5":"0.0","6":"Normal","7":"91","8":"Y","9":"1.0","10":"Flat","11":"1","12":"269","index":269},{"0":"47","1":"F","2":"NAP","3":"130.0","4":"235.0","5":"0.0","6":"Normal","7":"145","8":"N","9":"2.0","10":"Flat","11":"0","12":"270","index":270},{"0":"45","1":"M","2":"ASY","3":"120.0","4":"225.0","5":"0.0","6":"Normal","7":"140","8":"N","9":"0.0","10":"Up","11":"0","12":"271","index":271},{"0":"32","1":"F","2":"ATA","3":"105.0","4":"198.0","5":"0.0","6":"Normal","7":"165","8":"N","9":"0.0","10":"Up","11":"0","12":"272","index":272},{"0":"55","1":"M","2":"ASY","3":"140.0","4":"201.0","5":"0.0","6":"Normal","7":"130","8":"Y","9":"3.0","10":"Flat","11":"1","12":"273","index":273},{"0":"55","1":"M","2":"NAP","3":"120.0","4":"220.0","5":"0.0","6":"LVH","7":"134","8":"N","9":"0.0","10":"Up","11":"0","12":"274","index":274},{"0":"45","1":"F","2":"ATA","3":"180.0","4":"295.0","5":"0.0","6":"Normal","7":"180","8":"N","9":"0.0","10":"Up","11":"0","12":"275","index":275},{"0":"59","1":"M","2":"NAP","3":"180.0","4":"213.0","5":"0.0","6":"Normal","7":"100","8":"N","9":"0.0","10":"Up","11":"0","12":"276","index":276},{"0":"51","1":"M","2":"NAP","3":"135.0","4":"160.0","5":"0.0","6":"Normal","7":"150","8":"N","9":"2.0","10":"Flat","11":"1","12":"277","index":277},{"0":"52","1":"M","2":"ASY","3":"170.0","4":"223.0","6":"Normal","7":"126","8":"Y","9":"1.5","10":"Flat","11":"1","12":"278","index":278},{"0":"57","1":"F","2":"ASY","3":"180.0","4":"347.0","5":"0.0","6":"ST","7":"126","8":"Y","9":"0.8","10":"Flat","11":"0","12":"279","index":279},{"0":"54","1":"F","2":"ATA","3":"130.0","4":"253.0","5":"0.0","6":"ST","7":"155","8":"N","9":"0.0","10":"Up","11":"0","12":"280","index":280},{"0":"60","1":"M","2":"NAP","3":"120.0","4":"246.0","5":"0.0","6":"LVH","7":"135","8":"N","9":"0.0","10":"Up","11":"0","12":"281","index":281},{"0":"49","1":"M","2":"ASY","3":"150.0","4":"222.0","5":"0.0","6":"Normal","7":"122","8":"N","9":"2.0","10":"Flat","11":"1","12":"282","index":282},{"0":"51","1":"F","2":"NAP","3":"130.0","4":"220.0","5":"0.0","6":"Normal","7":"160","8":"Y","9":"2.0","10":"Up","11":"0","12":"283","index":283},{"0":"55","1":"F","2":"ATA","3":"110.0","4":"344.0","5":"0.0","6":"ST","7":"160","8":"N","9":"0.0","10":"Up","11":"0","12":"284","index":284},{"0":"42","1":"M","2":"ASY","3":"140.0","4":"358.0","5":"0.0","6":"Normal","7":"170","8":"N","9":"0.0","10":"Up","11":"0","12":"285","index":285},{"0":"51","1":"F","2":"NAP","3":"110.0","4":"190.0","5":"0.0","6":"Normal","7":"120","8":"N","9":"0.0","10":"Up","11":"0","12":"286","index":286},{"0":"59","1":"M","2":"ASY","3":"140.0","4":"169.0","5":"0.0","6":"Normal","7":"140","8":"N","9":"0.0","10":"Up","11":"0","12":"287","index":287},{"0":"53","1":"M","2":"ATA","3":"120.0","4":"181.0","5":"0.0","6":"Normal","7":"132","8":"N","9":"0.0","10":"Up","11":"0","12":"288","index":288},{"0":"48","1":"F","2":"ATA","3":"133.0","4":"308.0","5":"0.0","6":"ST","7":"156","8":"N","9":"2.0","10":"Up","11":"0","12":"289","index":289},{"0":"36","1":"M","2":"ATA","4":"166.0","5":"0.0","6":"Normal","7":"180","8":"N","9":"0.0","10":"Up","11":"0","12":"290","index":290},{"0":"48","1":"M","2":"NAP","3":"110.0","4":"211.0","6":"Normal","7":"138","8":"N","9":"0.0","10":"Up","11":"0","12":"291","index":291},{"0":"47","1":"F","2":"ATA","3":"140.0","4":"257.0","6":"Normal","7":"135","8":"N","9":"1.0","10":"Up","11":"0","12":"292","index":292},{"0":"53","1":"M","2":"ASY","3":"130.0","4":"182.0","6":"Normal","7":"148","8":"N","9":"0.0","10":"Up","11":"0","12":"293","index":293},{"0":"65","1":"M","2":"ASY","3":"115.0","4":"0.0","5":"0.0","6":"Normal","7":"93","8":"Y","9":"0.0","10":"Flat","11":"1","12":"294","index":294},{"0":"32","1":"M","2":"TA","3":"95.0","4":"0.0","5":"1.0","6":"Normal","7":"127","8":"N","9":"0.7","10":"Up","11":"1","12":"295","index":295},{"0":"61","1":"M","2":"ASY","3":"105.0","4":"0.0","5":"1.0","6":"Normal","7":"110","8":"Y","9":"1.5","10":"Up","11":"1","12":"296","index":296},{"0":"50","1":"M","2":"ASY","4":"0.0","5":"1.0","6":"Normal","7":"139","8":"Y","9":"0.7","10":"Flat","11":"1","12":"297","index":297},{"0":"57","1":"M","2":"ASY","3":"110.0","4":"0.0","5":"1.0","6":"ST","7":"131","8":"Y","9":"1.4","10":"Up","11":"1","12":"298","index":298},{"0":"51","1":"M","2":"ASY","3":"110.0","4":"0.0","5":"1.0","6":"Normal","7":"92","8":"N","9":"0.0","10":"Flat","11":"1","12":"299","index":299},{"0":"47","1":"M","2":"ASY","3":"110.0","4":"0.0","6":"ST","7":"149","8":"N","9":"2.1","10":"Up","11":"1","12":"300","index":300},{"0":"60","1":"M","2":"ASY","3":"160.0","5":"1.0","6":"Normal","7":"149","8":"N","9":"0.4","10":"Flat","11":"1","12":"301","index":301},{"0":"55","1":"M","2":"ATA","3":"140.0","4":"0.0","5":"0.0","6":"ST","7":"150","8":"N","9":"0.2","10":"Up","11":"0","12":"302","index":302},{"0":"53","1":"M","2":"ASY","3":"125.0","4":"0.0","5":"1.0","6":"Normal","7":"120","8":"N","9":"1.5","10":"Up","11":"1","12":"303","index":303},{"0":"62","1":"F","2":"ASY","3":"120.0","4":"0.0","5":"1.0","6":"ST","7":"123","8":"Y","9":"1.7","10":"Down","11":"1","12":"304","index":304},{"0":"51","1":"M","2":"ASY","3":"95.0","4":"0.0","5":"1.0","6":"Normal","7":"126","8":"N","9":"2.2","10":"Flat","11":"1","12":"305","index":305},{"0":"51","1":"F","2":"ASY","3":"120.0","4":"0.0","5":"1.0","6":"Normal","7":"127","8":"Y","9":"1.5","10":"Up","11":"1","12":"306","index":306},{"0":"55","1":"M","2":"ASY","3":"115.0","5":"1.0","6":"Normal","7":"155","8":"N","9":"0.1","10":"Flat","11":"1","12":"307","index":307},{"0":"53","1":"M","2":"ATA","3":"130.0","4":"0.0","5":"0.0","6":"ST","7":"120","8":"N","9":"0.7","10":"Down","11":"0","12":"308","index":308},{"0":"58","1":"M","2":"ASY","3":"115.0","4":"0.0","5":"1.0","6":"Normal","7":"138","8":"N","9":"0.5","10":"Up","11":"1","12":"309","index":309},{"0":"57","1":"M","2":"ASY","3":"95.0","4":"0.0","5":"1.0","6":"Normal","7":"182","8":"N","9":"0.7","10":"Down","11":"1","12":"310","index":310},{"0":"65","1":"M","2":"ASY","3":"155.0","4":"0.0","5":"0.0","6":"Normal","7":"154","8":"N","9":"1.0","10":"Up","11":"0","12":"311","index":311},{"0":"60","1":"M","2":"ASY","3":"125.0","4":"0.0","5":"1.0","6":"Normal","7":"110","8":"N","9":"0.1","10":"Up","11":"1","12":"312","index":312},{"0":"41","1":"M","2":"ASY","3":"125.0","4":"0.0","5":"1.0","6":"Normal","7":"176","8":"N","9":"1.6","10":"Up","11":"1","12":"313","index":313},{"0":"34","1":"M","2":"ASY","3":"115.0","4":"0.0","5":"1.0","6":"Normal","7":"154","8":"N","9":"0.2","10":"Up","11":"1","12":"314","index":314},{"0":"53","1":"M","2":"ASY","3":"80.0","4":"0.0","5":"0.0","6":"Normal","7":"141","8":"Y","9":"2.0","10":"Down","11":"0","12":"315","index":315},{"0":"74","1":"M","2":"ATA","3":"145.0","4":"0.0","5":"1.0","6":"ST","7":"123","8":"N","9":"1.3","10":"Up","11":"1","12":"316","index":316},{"0":"57","1":"M","2":"NAP","3":"105.0","4":"0.0","5":"1.0","6":"Normal","7":"148","8":"N","9":"0.3","10":"Flat","11":"1","12":"317","index":317},{"0":"56","1":"M","2":"ASY","3":"140.0","4":"0.0","5":"1.0","6":"Normal","7":"121","8":"Y","9":"1.8","10":"Up","11":"1","12":"318","index":318},{"0":"61","1":"M","2":"ASY","3":"130.0","4":"0.0","5":"1.0","6":"Normal","7":"77","8":"N","9":"2.5","10":"Flat","11":"1","12":"319","index":319},{"0":"68","1":"M","2":"ASY","3":"145.0","4":"0.0","5":"1.0","6":"Normal","7":"136","8":"N","9":"1.8","10":"Up","11":"1","12":"320","index":320},{"0":"59","1":"M","2":"NAP","3":"125.0","4":"0.0","6":"Normal","7":"175","8":"N","9":"2.6","10":"Flat","11":"1","12":"321","index":321},{"0":"63","1":"M","2":"ASY","3":"100.0","4":"0.0","5":"1.0","6":"Normal","7":"109","8":"N","9":"-0.9","10":"Flat","11":"1","12":"322","index":322},{"0":"38","1":"F","2":"ASY","3":"105.0","4":"0.0","5":"1.0","6":"Normal","7":"166","8":"N","9":"2.8","10":"Up","11":"1","12":"323","index":323},{"0":"62","1":"M","2":"ASY","3":"115.0","4":"0.0","5":"1.0","6":"Normal","7":"128","8":"Y","9":"2.5","10":"Down","11":"1","12":"324","index":324},{"0":"46","1":"M","2":"ASY","3":"100.0","4":"0.0","5":"1.0","6":"ST","7":"133","8":"N","9":"-2.6","10":"Flat","11":"1","12":"325","index":325},{"0":"42","1":"M","2":"ASY","3":"105.0","4":"0.0","5":"1.0","6":"Normal","7":"128","8":"Y","9":"-1.5","10":"Down","11":"1","12":"326","index":326},{"0":"45","1":"M","2":"NAP","3":"110.0","4":"0.0","5":"0.0","6":"Normal","7":"138","8":"N","9":"-0.1","10":"Up","11":"0","12":"327","index":327},{"0":"59","1":"M","2":"ASY","3":"125.0","5":"1.0","6":"Normal","7":"119","8":"Y","9":"0.9","10":"Up","11":"1","12":"328","index":328},{"0":"52","1":"M","2":"ASY","3":"95.0","4":"0.0","5":"1.0","6":"Normal","7":"82","8":"Y","9":"0.8","10":"Flat","11":"1","12":"329","index":329},{"0":"60","1":"M","2":"ASY","3":"130.0","4":"0.0","5":"1.0","6":"ST","7":"130","8":"Y","9":"1.1","10":"Down","11":"1","12":"330","index":330},{"0":"60","1":"M","2":"NAP","3":"115.0","4":"0.0","5":"1.0","6":"Normal","7":"143","8":"N","9":"2.4","10":"Up","11":"1","12":"331","index":331},{"0":"56","1":"M","2":"ASY","3":"115.0","4":"0.0","5":"1.0","6":"ST","7":"82","8":"N","9":"-1.0","10":"Up","11":"1","12":"332","index":332},{"0":"38","1":"M","2":"NAP","3":"100.0","4":"0.0","6":"Normal","7":"179","8":"N","9":"-1.1","10":"Up","11":"0","12":"333","index":333},{"0":"40","1":"M","2":"ASY","3":"95.0","5":"1.0","6":"ST","7":"144","8":"N","9":"0.0","10":"Up","11":"1","12":"334","index":334},{"0":"51","1":"M","2":"ASY","3":"130.0","4":"0.0","5":"1.0","6":"Normal","7":"170","8":"N","9":"-0.7","10":"Up","11":"1","12":"335","index":335},{"0":"62","1":"M","2":"TA","3":"120.0","4":"0.0","5":"1.0","6":"LVH","7":"134","8":"N","9":"-0.8","10":"Flat","11":"1","12":"336","index":336},{"0":"72","1":"M","2":"NAP","3":"160.0","5":"0.0","6":"LVH","7":"114","8":"N","9":"1.6","10":"Flat","11":"0","12":"337","index":337},{"0":"63","1":"M","2":"ASY","3":"150.0","4":"0.0","5":"1.0","6":"ST","7":"154","8":"N","9":"3.7","10":"Up","11":"1","12":"338","index":338},{"0":"63","1":"M","2":"ASY","3":"140.0","4":"0.0","6":"LVH","7":"149","8":"N","9":"2.0","10":"Up","11":"1","12":"339","index":339},{"0":"64","1":"F","2":"ASY","3":"95.0","4":"0.0","5":"1.0","6":"Normal","7":"145","8":"N","9":"1.1","10":"Down","11":"1","12":"340","index":340},{"0":"43","1":"M","2":"ASY","3":"100.0","4":"0.0","5":"1.0","6":"Normal","7":"122","8":"N","9":"1.5","10":"Down","11":"1","12":"341","index":341},{"0":"64","1":"M","2":"ASY","3":"110.0","4":"0.0","5":"1.0","6":"Normal","7":"114","8":"Y","9":"1.3","10":"Down","11":"1","12":"342","index":342},{"0":"61","1":"M","2":"ASY","3":"110.0","4":"0.0","5":"1.0","6":"Normal","7":"113","8":"N","9":"1.4","10":"Flat","11":"1","12":"343","index":343},{"0":"52","1":"M","2":"ASY","4":"0.0","5":"1.0","6":"Normal","7":"120","8":"N","9":"0.0","10":"Flat","11":"1","12":"344","index":344},{"0":"51","1":"M","2":"ASY","3":"120.0","4":"0.0","5":"1.0","6":"Normal","7":"104","8":"N","9":"0.0","10":"Flat","11":"1","12":"345","index":345},{"0":"69","1":"M","2":"ASY","3":"135.0","4":"0.0","5":"0.0","6":"Normal","7":"130","8":"N","9":"0.0","10":"Flat","11":"1","12":"346","index":346},{"0":"59","1":"M","2":"ASY","3":"120.0","4":"0.0","5":"0.0","6":"Normal","7":"115","8":"N","9":"0.0","10":"Flat","11":"1","12":"347","index":347},{"0":"48","1":"M","2":"ASY","3":"115.0","4":"0.0","5":"1.0","6":"Normal","7":"128","8":"N","9":"0.0","10":"Flat","11":"1","12":"348","index":348},{"0":"69","1":"M","2":"ASY","3":"137.0","4":"0.0","5":"0.0","6":"ST","7":"104","8":"Y","9":"1.6","10":"Flat","11":"1","12":"349","index":349},{"0":"36","1":"M","2":"ASY","3":"110.0","4":"0.0","5":"1.0","6":"Normal","7":"125","8":"Y","9":"1.0","10":"Flat","11":"1","12":"350","index":350},{"0":"53","1":"M","2":"ASY","3":"120.0","4":"0.0","5":"1.0","6":"Normal","7":"120","8":"N","9":"0.0","10":"Flat","11":"1","12":"351","index":351},{"0":"43","1":"M","2":"ASY","3":"140.0","5":"0.0","6":"ST","7":"140","8":"Y","9":"0.5","10":"Up","11":"1","12":"352","index":352},{"0":"56","1":"M","2":"ASY","3":"120.0","4":"0.0","5":"0.0","6":"ST","7":"100","8":"Y","9":"-1.0","10":"Down","11":"1","12":"353","index":353},{"0":"58","1":"M","2":"ASY","3":"130.0","4":"0.0","5":"0.0","6":"ST","7":"100","8":"Y","9":"1.0","10":"Flat","11":"1","12":"354","index":354},{"0":"55","1":"M","2":"ASY","3":"120.0","5":"0.0","6":"ST","7":"92","8":"N","9":"0.3","10":"Up","11":"1","12":"355","index":355},{"0":"67","1":"M","2":"TA","3":"145.0","4":"0.0","5":"0.0","6":"LVH","7":"125","8":"N","9":"0.0","10":"Flat","11":"1","12":"356","index":356},{"0":"46","1":"M","2":"ASY","3":"115.0","4":"0.0","5":"0.0","6":"Normal","7":"113","8":"Y","9":"1.5","10":"Flat","11":"1","12":"357","index":357},{"0":"53","1":"M","2":"ATA","3":"120.0","5":"0.0","6":"Normal","7":"95","8":"N","9":"0.0","10":"Flat","11":"1","12":"358","index":358},{"0":"38","1":"M","2":"NAP","3":"115.0","4":"0.0","5":"0.0","6":"Normal","7":"128","8":"Y","9":"0.0","10":"Flat","11":"1","12":"359","index":359},{"0":"53","1":"M","2":"NAP","4":"0.0","5":"0.0","6":"Normal","7":"115","8":"N","9":"0.0","10":"Flat","11":"1","12":"360","index":360},{"0":"62","1":"M","2":"NAP","3":"160.0","4":"0.0","5":"0.0","6":"Normal","7":"72","8":"Y","9":"0.0","10":"Flat","11":"1","12":"361","index":361},{"0":"47","1":"M","2":"ASY","3":"160.0","4":"0.0","5":"0.0","6":"Normal","7":"124","8":"Y","9":"0.0","10":"Flat","11":"1","12":"362","index":362},{"0":"56","1":"M","2":"NAP","3":"155.0","4":"0.0","6":"ST","7":"99","8":"N","9":"0.0","10":"Flat","11":"1","12":"363","index":363},{"0":"56","1":"M","2":"ASY","3":"120.0","4":"0.0","6":"ST","7":"148","8":"N","9":"0.0","10":"Flat","11":"1","12":"364","index":364},{"0":"56","1":"M","2":"NAP","3":"120.0","4":"0.0","5":"0.0","6":"Normal","7":"97","8":"N","9":"0.0","10":"Flat","11":"0","12":"365","index":365},{"0":"64","1":"F","2":"ASY","3":"200.0","5":"0.0","6":"Normal","7":"140","8":"Y","9":"1.0","10":"Flat","11":"1","12":"366","index":366},{"0":"61","1":"M","2":"ASY","3":"150.0","4":"0.0","5":"0.0","6":"Normal","7":"117","8":"Y","9":"2.0","10":"Flat","11":"1","12":"367","index":367},{"0":"68","1":"M","2":"ASY","3":"135.0","4":"0.0","5":"0.0","6":"ST","7":"120","8":"Y","9":"0.0","10":"Up","11":"1","12":"368","index":368},{"0":"57","1":"M","2":"ASY","3":"140.0","4":"0.0","5":"0.0","6":"Normal","7":"120","8":"Y","9":"2.0","10":"Flat","11":"1","12":"369","index":369},{"0":"63","1":"M","2":"ASY","3":"150.0","4":"0.0","5":"0.0","6":"Normal","7":"86","8":"Y","9":"2.0","10":"Flat","11":"1","12":"370","index":370},{"0":"60","1":"M","2":"ASY","3":"135.0","4":"0.0","5":"0.0","6":"Normal","7":"63","8":"Y","9":"0.5","10":"Up","11":"1","12":"371","index":371},{"0":"66","1":"M","2":"ASY","3":"150.0","4":"0.0","5":"0.0","6":"Normal","7":"108","8":"Y","9":"2.0","10":"Flat","11":"1","12":"372","index":372},{"0":"63","1":"M","2":"ASY","3":"185.0","5":"0.0","6":"Normal","7":"98","8":"Y","9":"0.0","10":"Up","11":"1","12":"373","index":373},{"0":"59","1":"M","2":"ASY","3":"135.0","4":"0.0","5":"0.0","6":"Normal","7":"115","8":"Y","9":"1.0","10":"Flat","11":"1","12":"374","index":374},{"0":"61","1":"M","2":"ASY","3":"125.0","4":"0.0","5":"0.0","6":"Normal","7":"105","8":"Y","9":"0.0","10":"Down","11":"1","12":"375","index":375},{"0":"73","1":"F","2":"NAP","3":"160.0","4":"0.0","5":"0.0","6":"ST","7":"121","8":"N","9":"0.0","10":"Up","11":"1","12":"376","index":376},{"0":"47","1":"M","2":"NAP","3":"155.0","4":"0.0","5":"0.0","6":"Normal","7":"118","8":"Y","9":"1.0","10":"Flat","11":"1","12":"377","index":377},{"0":"65","1":"M","2":"ASY","3":"160.0","4":"0.0","5":"1.0","6":"ST","7":"122","8":"N","9":"1.2","10":"Flat","11":"1","12":"378","index":378},{"0":"70","1":"M","2":"ASY","3":"140.0","4":"0.0","5":"1.0","6":"Normal","7":"157","8":"Y","9":"2.0","10":"Flat","11":"1","12":"379","index":379},{"0":"50","1":"M","2":"ASY","3":"120.0","4":"0.0","5":"0.0","6":"ST","7":"156","8":"Y","9":"0.0","10":"Up","11":"1","12":"380","index":380},{"0":"60","1":"M","2":"ASY","3":"160.0","4":"0.0","5":"0.0","6":"ST","7":"99","8":"Y","9":"0.5","10":"Flat","11":"1","12":"381","index":381},{"0":"50","1":"M","2":"ASY","3":"115.0","4":"0.0","5":"0.0","6":"Normal","7":"120","8":"Y","9":"0.5","10":"Flat","11":"1","12":"382","index":382},{"0":"43","1":"M","2":"ASY","3":"115.0","4":"0.0","5":"0.0","6":"Normal","7":"145","8":"Y","9":"2.0","10":"Flat","11":"1","12":"383","index":383},{"0":"38","1":"F","2":"ASY","3":"110.0","4":"0.0","5":"0.0","6":"Normal","7":"156","8":"N","9":"0.0","10":"Flat","11":"1","12":"384","index":384},{"0":"54","1":"M","2":"ASY","3":"120.0","4":"0.0","5":"0.0","6":"Normal","7":"155","8":"N","9":"0.0","10":"Flat","11":"1","12":"385","index":385},{"0":"61","1":"M","2":"ASY","3":"150.0","4":"0.0","5":"0.0","6":"Normal","7":"105","8":"Y","9":"0.0","10":"Flat","11":"1","12":"386","index":386},{"0":"42","1":"M","2":"ASY","3":"145.0","4":"0.0","5":"0.0","6":"Normal","7":"99","8":"Y","9":"0.0","10":"Flat","11":"1","12":"387","index":387},{"0":"53","1":"M","2":"ASY","3":"130.0","4":"0.0","5":"0.0","6":"LVH","7":"135","8":"Y","9":"1.0","10":"Flat","11":"1","12":"388","index":388},{"0":"55","1":"M","2":"ASY","3":"140.0","4":"0.0","5":"0.0","6":"Normal","7":"83","8":"N","9":"0.0","10":"Flat","11":"1","12":"389","index":389},{"0":"61","1":"M","2":"ASY","4":"0.0","5":"1.0","6":"ST","7":"145","8":"N","9":"1.0","10":"Flat","11":"1","12":"390","index":390},{"0":"51","1":"M","2":"ASY","4":"0.0","5":"0.0","6":"Normal","7":"60","8":"N","9":"0.0","10":"Flat","11":"1","12":"391","index":391},{"0":"70","1":"M","2":"ASY","3":"115.0","5":"0.0","6":"ST","7":"92","8":"Y","9":"0.0","10":"Flat","11":"1","12":"392","index":392},{"0":"61","1":"M","2":"ASY","3":"130.0","4":"0.0","5":"0.0","6":"LVH","7":"115","8":"N","9":"0.0","10":"Flat","11":"1","12":"393","index":393},{"0":"38","1":"M","2":"ASY","3":"150.0","4":"0.0","5":"1.0","6":"Normal","7":"120","8":"Y","9":"0.7","10":"Flat","11":"1","12":"394","index":394},{"0":"57","1":"M","2":"ASY","3":"160.0","5":"1.0","6":"Normal","7":"98","8":"Y","9":"2.0","10":"Flat","11":"1","12":"395","index":395},{"0":"38","1":"M","2":"ASY","3":"135.0","4":"0.0","5":"1.0","6":"Normal","7":"150","8":"N","9":"0.0","10":"Flat","11":"1","12":"396","index":396},{"0":"62","1":"F","2":"TA","3":"140.0","4":"0.0","6":"Normal","7":"143","8":"N","9":"0.0","10":"Flat","11":"1","12":"397","index":397},{"0":"58","1":"M","2":"ASY","4":"0.0","5":"1.0","6":"ST","7":"105","8":"Y","9":"0.0","10":"Flat","11":"1","12":"398","index":398},{"0":"52","1":"M","2":"ASY","3":"165.0","4":"0.0","5":"1.0","6":"Normal","7":"122","8":"Y","9":"1.0","10":"Up","11":"1","12":"399","index":399},{"0":"61","1":"M","2":"NAP","3":"200.0","4":"0.0","5":"1.0","6":"ST","7":"70","8":"N","9":"0.0","10":"Flat","11":"1","12":"400","index":400},{"0":"50","1":"F","2":"ASY","3":"160.0","4":"0.0","5":"1.0","6":"Normal","7":"110","8":"N","9":"0.0","10":"Flat","11":"1","12":"401","index":401},{"0":"51","1":"M","2":"ASY","3":"130.0","5":"1.0","6":"ST","7":"163","8":"N","9":"0.0","10":"Flat","11":"1","12":"402","index":402},{"0":"65","1":"M","2":"ASY","3":"145.0","4":"0.0","5":"1.0","6":"ST","7":"67","8":"N","9":"0.7","10":"Flat","11":"1","12":"403","index":403},{"0":"52","1":"M","2":"ASY","3":"135.0","4":"0.0","5":"1.0","6":"Normal","7":"128","8":"Y","9":"2.0","10":"Flat","11":"1","12":"404","index":404},{"0":"47","1":"M","2":"NAP","3":"110.0","4":"0.0","5":"1.0","6":"Normal","7":"120","8":"Y","9":"0.0","10":"Flat","11":"1","12":"405","index":405},{"0":"35","1":"M","2":"ASY","3":"120.0","4":"0.0","5":"1.0","6":"Normal","7":"130","8":"Y","9":"1.2","10":"Flat","11":"1","12":"406","index":406},{"0":"57","1":"M","2":"ASY","3":"140.0","4":"0.0","5":"1.0","6":"Normal","7":"100","8":"Y","9":"0.0","10":"Flat","11":"1","12":"407","index":407},{"0":"62","1":"M","2":"ASY","3":"115.0","4":"0.0","5":"1.0","6":"Normal","7":"72","8":"Y","9":"-0.5","10":"Flat","11":"1","12":"408","index":408},{"0":"59","1":"M","2":"ASY","3":"110.0","4":"0.0","5":"1.0","6":"Normal","7":"94","8":"N","9":"0.0","10":"Flat","11":"1","12":"409","index":409},{"0":"53","1":"M","2":"NAP","3":"160.0","4":"0.0","5":"1.0","6":"LVH","7":"122","8":"Y","9":"0.0","10":"Flat","11":"1","12":"410","index":410},{"0":"62","1":"M","2":"ASY","3":"150.0","4":"0.0","5":"1.0","6":"ST","7":"78","8":"N","9":"2.0","10":"Flat","11":"1","12":"411","index":411},{"0":"54","1":"M","2":"ASY","3":"180.0","4":"0.0","5":"1.0","6":"Normal","7":"150","8":"N","9":"1.5","10":"Flat","11":"1","12":"412","index":412},{"0":"56","1":"M","2":"ASY","3":"125.0","4":"0.0","5":"1.0","6":"Normal","7":"103","8":"Y","9":"1.0","10":"Flat","11":"1","12":"413","index":413},{"0":"56","1":"M","2":"NAP","3":"125.0","4":"0.0","5":"1.0","6":"Normal","7":"98","8":"N","9":"-2.0","10":"Flat","11":"1","12":"414","index":414},{"0":"54","1":"M","2":"ASY","3":"130.0","4":"0.0","5":"1.0","6":"Normal","7":"110","8":"Y","9":"3.0","10":"Flat","11":"1","12":"415","index":415},{"0":"66","1":"F","2":"ASY","3":"155.0","4":"0.0","6":"Normal","7":"90","8":"N","9":"0.0","10":"Flat","11":"1","12":"416","index":416},{"0":"63","1":"M","2":"ASY","3":"140.0","5":"0.0","6":"ST","7":"112","8":"Y","9":"3.0","10":"Flat","11":"1","12":"417","index":417},{"0":"44","1":"M","2":"ASY","3":"130.0","4":"209.0","5":"0.0","6":"ST","7":"127","8":"N","9":"0.0","10":"Up","11":"0","12":"418","index":418},{"0":"60","1":"M","2":"ASY","3":"132.0","4":"218.0","5":"0.0","6":"ST","7":"140","8":"Y","9":"1.5","10":"Down","11":"1","12":"419","index":419},{"0":"55","1":"M","2":"ASY","3":"142.0","4":"228.0","5":"0.0","6":"ST","7":"149","8":"Y","9":"2.5","10":"Up","11":"1","12":"420","index":420},{"0":"66","1":"M","2":"NAP","3":"110.0","4":"213.0","6":"LVH","7":"99","8":"Y","9":"1.3","10":"Flat","11":"0","12":"421","index":421},{"0":"66","1":"M","2":"NAP","3":"120.0","4":"0.0","5":"0.0","6":"ST","7":"120","8":"N","9":"-0.5","10":"Up","11":"0","12":"422","index":422},{"0":"65","1":"M","2":"ASY","3":"150.0","5":"1.0","6":"ST","7":"105","8":"Y","9":"0.0","10":"Flat","11":"1","12":"423","index":423},{"0":"60","1":"M","2":"NAP","3":"180.0","4":"0.0","5":"0.0","6":"ST","7":"140","8":"Y","9":"1.5","10":"Flat","11":"0","12":"424","index":424},{"0":"60","1":"M","2":"NAP","3":"120.0","4":"0.0","5":"1.0","6":"Normal","7":"141","8":"Y","9":"2.0","10":"Up","11":"1","12":"425","index":425},{"0":"60","1":"M","2":"ATA","3":"160.0","5":"1.0","6":"ST","7":"157","8":"N","9":"0.5","10":"Flat","11":"1","12":"426","index":426},{"0":"56","1":"M","2":"ATA","3":"126.0","4":"166.0","5":"0.0","6":"ST","7":"140","8":"N","9":"0.0","10":"Up","11":"0","12":"427","index":427},{"0":"59","1":"M","2":"ASY","4":"0.0","5":"0.0","6":"ST","7":"117","8":"Y","9":"1.0","10":"Flat","11":"1","12":"428","index":428},{"0":"62","1":"M","2":"ASY","3":"110.0","4":"0.0","5":"0.0","6":"Normal","7":"120","8":"Y","9":"0.5","10":"Flat","11":"1","12":"429","index":429},{"0":"63","1":"M","2":"NAP","3":"133.0","4":"0.0","5":"0.0","6":"LVH","7":"120","8":"Y","9":"1.0","10":"Flat","11":"1","12":"430","index":430},{"0":"57","1":"M","2":"ASY","4":"0.0","5":"1.0","6":"ST","7":"148","8":"Y","9":"1.0","10":"Flat","11":"1","12":"431","index":431},{"0":"62","1":"M","2":"ASY","3":"120.0","4":"220.0","5":"0.0","6":"ST","7":"86","8":"N","9":"0.0","10":"Up","11":"0","12":"432","index":432},{"0":"63","1":"M","2":"ASY","3":"170.0","4":"177.0","5":"0.0","6":"Normal","7":"84","8":"Y","9":"2.5","10":"Down","11":"1","12":"433","index":433},{"0":"46","1":"M","2":"ASY","3":"110.0","4":"236.0","5":"0.0","6":"Normal","7":"125","8":"Y","9":"2.0","10":"Flat","11":"1","12":"434","index":434},{"0":"63","1":"M","2":"ASY","3":"126.0","4":"0.0","5":"0.0","6":"ST","7":"120","8":"N","9":"1.5","10":"Down","11":"0","12":"435","index":435},{"0":"60","1":"M","2":"ASY","3":"152.0","4":"0.0","5":"0.0","6":"ST","7":"118","8":"Y","9":"0.0","10":"Up","11":"0","12":"436","index":436},{"0":"58","1":"M","2":"ASY","3":"116.0","4":"0.0","5":"0.0","6":"Normal","7":"124","8":"N","9":"1.0","10":"Up","11":"1","12":"437","index":437},{"0":"64","1":"M","2":"ASY","3":"120.0","4":"0.0","5":"1.0","6":"ST","7":"106","8":"N","9":"2.0","10":"Flat","11":"1","12":"438","index":438},{"0":"63","1":"M","2":"NAP","3":"130.0","4":"0.0","5":"0.0","6":"ST","7":"111","8":"Y","9":"0.0","10":"Flat","11":"1","12":"439","index":439},{"0":"74","1":"M","2":"NAP","4":"0.0","5":"0.0","6":"Normal","7":"116","8":"N","9":"0.2","10":"Up","11":"0","12":"440","index":440},{"0":"52","1":"M","2":"NAP","3":"128.0","4":"0.0","5":"0.0","6":"ST","7":"180","8":"N","9":"3.0","10":"Up","11":"1","12":"441","index":441},{"0":"69","1":"M","2":"ASY","3":"130.0","4":"0.0","5":"1.0","6":"ST","7":"129","8":"N","9":"1.0","10":"Flat","11":"1","12":"442","index":442},{"0":"51","1":"M","2":"ASY","3":"128.0","4":"0.0","5":"1.0","6":"ST","7":"125","8":"Y","9":"1.2","10":"Flat","11":"1","12":"443","index":443},{"0":"60","1":"M","2":"ASY","3":"130.0","4":"186.0","5":"1.0","6":"ST","7":"140","8":"Y","9":"0.5","10":"Flat","11":"1","12":"444","index":444},{"0":"56","1":"M","2":"ASY","3":"120.0","4":"100.0","5":"0.0","6":"Normal","7":"120","8":"Y","9":"1.5","10":"Flat","11":"1","12":"445","index":445},{"0":"55","1":"M","2":"NAP","3":"136.0","4":"228.0","5":"0.0","6":"ST","7":"124","8":"Y","9":"1.6","10":"Flat","11":"1","12":"446","index":446},{"0":"54","1":"M","2":"ASY","3":"130.0","4":"0.0","5":"0.0","6":"ST","7":"117","8":"Y","9":"1.4","10":"Flat","11":"1","12":"447","index":447},{"0":"77","1":"M","2":"ASY","3":"124.0","4":"171.0","5":"0.0","6":"ST","7":"110","8":"Y","9":"2.0","10":"Up","11":"1","12":"448","index":448},{"0":"63","1":"M","2":"ASY","3":"160.0","4":"230.0","5":"1.0","6":"Normal","7":"105","8":"Y","9":"1.0","10":"Flat","11":"1","12":"449","index":449},{"0":"55","1":"M","2":"NAP","3":"0.0","4":"0.0","5":"0.0","6":"Normal","7":"155","8":"N","9":"1.5","10":"Flat","11":"1","12":"450","index":450},{"0":"52","1":"M","2":"NAP","3":"122.0","4":"0.0","5":"0.0","6":"Normal","7":"110","8":"Y","9":"2.0","10":"Down","11":"1","12":"451","index":451},{"0":"64","1":"M","2":"ASY","3":"144.0","4":"0.0","5":"0.0","6":"ST","7":"122","8":"Y","9":"1.0","10":"Flat","11":"1","12":"452","index":452},{"0":"60","1":"M","2":"ASY","3":"140.0","4":"281.0","6":"ST","7":"118","8":"Y","9":"1.5","10":"Flat","11":"1","12":"453","index":453},{"0":"60","1":"M","2":"ASY","4":"0.0","6":"Normal","7":"133","8":"Y","9":"2.0","10":"Up","11":"0","12":"454","index":454},{"0":"58","1":"M","2":"ASY","3":"136.0","4":"203.0","5":"1.0","6":"Normal","7":"123","8":"Y","9":"1.2","10":"Flat","11":"1","12":"455","index":455},{"0":"59","1":"M","2":"ASY","3":"154.0","4":"0.0","6":"ST","7":"131","8":"Y","9":"1.5","10":"Up","11":"0","12":"456","index":456},{"0":"61","1":"M","2":"NAP","3":"120.0","4":"0.0","5":"0.0","6":"Normal","7":"80","8":"Y","9":"0.0","10":"Flat","11":"1","12":"457","index":457},{"0":"40","1":"M","2":"ASY","3":"125.0","4":"0.0","6":"Normal","7":"165","8":"N","9":"0.0","10":"Flat","11":"1","12":"458","index":458},{"0":"61","1":"M","2":"ASY","3":"134.0","4":"0.0","5":"1.0","6":"ST","7":"86","8":"N","9":"1.5","10":"Flat","11":"1","12":"459","index":459},{"0":"41","1":"M","2":"ASY","3":"104.0","4":"0.0","5":"0.0","6":"ST","7":"111","8":"N","9":"0.0","10":"Up","11":"0","12":"460","index":460},{"0":"57","1":"M","2":"ASY","3":"139.0","4":"277.0","5":"1.0","6":"ST","7":"118","8":"Y","9":"1.9","10":"Flat","11":"1","12":"461","index":461},{"0":"63","1":"M","2":"ASY","3":"136.0","4":"0.0","5":"0.0","6":"Normal","7":"84","8":"Y","9":"0.0","10":"Flat","11":"1","12":"462","index":462},{"0":"59","1":"M","2":"ASY","3":"122.0","4":"233.0","5":"0.0","6":"Normal","7":"117","8":"Y","9":"1.3","10":"Down","11":"1","12":"463","index":463},{"0":"51","1":"M","2":"ASY","3":"128.0","5":"0.0","6":"Normal","7":"107","8":"N","9":"0.0","10":"Up","11":"0","12":"464","index":464},{"0":"59","1":"M","2":"NAP","3":"131.0","4":"0.0","5":"0.0","6":"Normal","7":"128","8":"Y","9":"2.0","10":"Down","11":"1","12":"465","index":465},{"0":"42","1":"M","2":"NAP","3":"134.0","4":"240.0","5":"0.0","6":"Normal","7":"160","8":"N","9":"0.0","10":"Up","11":"0","12":"466","index":466},{"0":"55","1":"M","2":"NAP","3":"120.0","5":"0.0","6":"ST","7":"125","8":"Y","9":"2.5","10":"Flat","11":"1","12":"467","index":467},{"0":"63","1":"F","2":"ATA","3":"132.0","4":"0.0","5":"0.0","6":"Normal","7":"130","8":"N","9":"0.1","10":"Up","11":"0","12":"468","index":468},{"0":"62","1":"M","2":"ASY","3":"152.0","5":"0.0","6":"ST","7":"97","8":"Y","9":"1.6","10":"Up","11":"1","12":"469","index":469},{"0":"56","1":"M","2":"ATA","3":"124.0","4":"224.0","5":"1.0","6":"Normal","7":"161","8":"N","9":"2.0","10":"Flat","11":"0","12":"470","index":470},{"0":"53","1":"M","2":"ASY","3":"126.0","4":"0.0","5":"0.0","6":"Normal","7":"106","8":"N","9":"0.0","10":"Flat","11":"1","12":"471","index":471},{"0":"68","1":"M","2":"ASY","4":"0.0","5":"0.0","6":"Normal","7":"130","8":"Y","9":"3.0","10":"Flat","11":"1","12":"472","index":472},{"0":"53","1":"M","2":"ASY","3":"154.0","4":"0.0","5":"1.0","6":"ST","7":"140","8":"Y","9":"1.5","10":"Flat","11":"1","12":"473","index":473},{"0":"60","1":"M","2":"NAP","3":"141.0","4":"316.0","5":"1.0","6":"ST","7":"122","8":"Y","9":"1.7","10":"Flat","11":"1","12":"474","index":474},{"0":"62","1":"M","2":"ATA","3":"131.0","4":"0.0","5":"0.0","6":"Normal","7":"130","8":"N","9":"0.1","10":"Up","11":"0","12":"475","index":475},{"0":"59","1":"M","2":"ASY","3":"178.0","4":"0.0","5":"1.0","6":"LVH","7":"120","8":"Y","9":"0.0","10":"Flat","11":"1","12":"476","index":476},{"0":"51","1":"M","2":"ASY","3":"132.0","4":"218.0","5":"1.0","6":"LVH","7":"139","8":"N","9":"0.1","10":"Up","11":"0","12":"477","index":477},{"0":"61","1":"M","2":"ASY","3":"110.0","4":"0.0","5":"1.0","6":"Normal","7":"108","8":"Y","9":"2.0","10":"Down","11":"1","12":"478","index":478},{"0":"57","1":"M","2":"ASY","3":"130.0","4":"311.0","5":"1.0","6":"ST","7":"148","8":"Y","9":"2.0","10":"Flat","11":"1","12":"479","index":479},{"0":"56","1":"M","2":"NAP","3":"170.0","4":"0.0","5":"0.0","6":"LVH","7":"123","8":"Y","9":"2.5","10":"Flat","11":"1","12":"480","index":480},{"0":"58","1":"M","2":"ATA","4":"0.0","5":"1.0","6":"Normal","7":"110","8":"Y","9":"2.0","10":"Flat","11":"1","12":"481","index":481},{"0":"69","1":"M","2":"NAP","3":"140.0","4":"0.0","5":"1.0","6":"ST","7":"118","8":"N","9":"2.5","10":"Down","11":"1","12":"482","index":482},{"0":"67","1":"M","2":"TA","3":"142.0","4":"270.0","5":"1.0","6":"Normal","7":"125","8":"N","9":"2.5","10":"Up","11":"1","12":"483","index":483},{"0":"58","1":"M","2":"ASY","3":"120.0","4":"0.0","5":"0.0","6":"LVH","7":"106","8":"Y","9":"1.5","10":"Down","11":"1","12":"484","index":484},{"0":"65","1":"M","2":"ASY","3":"134.0","4":"0.0","5":"0.0","6":"Normal","7":"112","8":"Y","9":"1.1","10":"Flat","11":"1","12":"485","index":485},{"0":"63","1":"M","2":"ATA","4":"217.0","5":"1.0","6":"ST","7":"128","8":"Y","9":"1.2","10":"Flat","11":"1","12":"486","index":486},{"0":"55","1":"M","2":"ATA","5":"1.0","6":"ST","7":"180","8":"N","9":"0.4","10":"Up","11":"0","12":"487","index":487},{"0":"57","1":"M","2":"ASY","3":"140.0","5":"0.0","6":"ST","7":"144","8":"Y","9":"2.0","10":"Flat","11":"1","12":"488","index":488},{"0":"65","1":"M","2":"TA","3":"140.0","4":"252.0","5":"0.0","6":"Normal","7":"135","8":"N","9":"0.3","10":"Up","11":"0","12":"489","index":489},{"0":"54","1":"M","2":"ASY","3":"136.0","4":"220.0","5":"0.0","6":"Normal","7":"140","8":"Y","9":"3.0","10":"Flat","11":"1","12":"490","index":490},{"0":"72","1":"M","2":"NAP","3":"120.0","4":"214.0","5":"0.0","6":"Normal","7":"102","8":"Y","9":"1.0","10":"Flat","11":"1","12":"491","index":491},{"0":"75","1":"M","2":"ASY","3":"170.0","5":"1.0","6":"ST","7":"108","8":"N","9":"0.0","10":"Flat","11":"1","12":"492","index":492},{"0":"49","1":"M","2":"TA","3":"130.0","4":"0.0","5":"0.0","6":"ST","7":"145","8":"N","9":"3.0","10":"Flat","11":"1","12":"493","index":493},{"0":"51","1":"M","2":"NAP","3":"137.0","5":"0.0","6":"Normal","7":"127","8":"Y","9":"1.7","10":"Flat","11":"1","12":"494","index":494},{"0":"60","1":"M","2":"ASY","3":"142.0","5":"0.0","6":"Normal","7":"110","8":"Y","9":"2.5","10":"Flat","11":"1","12":"495","index":495},{"0":"64","1":"F","2":"ASY","3":"142.0","4":"276.0","5":"0.0","6":"Normal","7":"140","8":"Y","9":"1.0","10":"Flat","11":"1","12":"496","index":496},{"0":"58","1":"M","2":"ASY","3":"132.0","4":"458.0","5":"1.0","6":"Normal","7":"69","8":"N","9":"1.0","10":"Down","11":"0","12":"497","index":497},{"0":"61","1":"M","2":"ASY","4":"241.0","5":"0.0","6":"Normal","7":"148","8":"Y","9":"3.0","10":"Down","11":"1","12":"498","index":498},{"0":"67","1":"M","2":"ASY","3":"160.0","4":"384.0","5":"1.0","6":"ST","7":"130","8":"Y","9":"0.0","10":"Flat","11":"1","12":"499","index":499},{"0":"62","1":"M","2":"ASY","3":"135.0","4":"297.0","5":"0.0","6":"Normal","7":"130","8":"Y","9":"1.0","10":"Flat","11":"1","12":"500","index":500},{"0":"65","1":"M","2":"ASY","4":"248.0","5":"0.0","6":"Normal","7":"140","8":"Y","9":"4.0","10":"Down","11":"1","12":"501","index":501},{"0":"63","1":"M","2":"ASY","3":"130.0","4":"308.0","5":"0.0","6":"Normal","7":"138","8":"Y","9":"2.0","10":"Flat","11":"1","12":"502","index":502},{"0":"69","1":"M","2":"ASY","3":"140.0","4":"208.0","5":"0.0","6":"ST","7":"140","8":"Y","9":"2.0","10":"Flat","11":"1","12":"503","index":503},{"0":"51","1":"M","2":"ASY","3":"132.0","4":"227.0","5":"1.0","6":"ST","7":"138","8":"N","9":"0.2","10":"Up","11":"0","12":"504","index":504},{"0":"62","1":"M","2":"ASY","3":"158.0","4":"210.0","5":"1.0","6":"Normal","7":"112","8":"Y","9":"3.0","10":"Down","11":"1","12":"505","index":505},{"0":"55","1":"M","2":"NAP","3":"136.0","4":"245.0","5":"1.0","6":"ST","7":"131","8":"Y","9":"1.2","10":"Flat","11":"1","12":"506","index":506},{"0":"75","1":"M","2":"ASY","3":"136.0","4":"225.0","5":"0.0","6":"Normal","7":"112","8":"Y","9":"3.0","10":"Flat","11":"1","12":"507","index":507},{"0":"40","1":"M","2":"NAP","3":"106.0","4":"240.0","5":"0.0","6":"Normal","7":"80","8":"Y","9":"0.0","10":"Up","11":"0","12":"508","index":508},{"0":"67","1":"M","2":"ASY","3":"120.0","4":"0.0","5":"1.0","6":"Normal","7":"150","8":"N","9":"1.5","10":"Down","11":"1","12":"509","index":509},{"0":"58","1":"M","2":"ASY","3":"110.0","4":"198.0","5":"0.0","6":"Normal","7":"110","8":"N","9":"0.0","10":"Flat","11":"1","12":"510","index":510},{"0":"60","1":"M","2":"ASY","3":"136.0","4":"195.0","5":"0.0","6":"Normal","7":"126","8":"N","9":"0.3","10":"Up","11":"0","12":"511","index":511},{"0":"63","1":"M","2":"ASY","3":"160.0","5":"1.0","6":"ST","7":"88","8":"Y","9":"2.0","10":"Flat","11":"1","12":"512","index":512},{"0":"35","1":"M","2":"NAP","3":"123.0","4":"161.0","5":"0.0","6":"ST","7":"153","8":"N","9":"-0.1","10":"Up","11":"0","12":"513","index":513},{"0":"62","1":"M","2":"TA","3":"112.0","4":"258.0","5":"0.0","6":"ST","7":"150","8":"Y","9":"1.3","10":"Flat","11":"1","12":"514","index":514},{"0":"43","1":"M","2":"ASY","3":"122.0","4":"0.0","5":"0.0","6":"Normal","7":"120","8":"N","9":"0.5","10":"Up","11":"1","12":"515","index":515},{"0":"63","1":"M","2":"NAP","3":"130.0","4":"0.0","5":"1.0","6":"ST","7":"160","8":"N","9":"3.0","10":"Flat","11":"0","12":"516","index":516},{"0":"68","1":"M","2":"NAP","3":"150.0","4":"195.0","5":"1.0","6":"Normal","7":"132","8":"N","9":"0.0","10":"Flat","11":"1","12":"517","index":517},{"0":"65","1":"M","2":"ASY","3":"150.0","4":"235.0","5":"0.0","6":"Normal","7":"120","8":"Y","9":"1.5","10":"Flat","11":"1","12":"518","index":518},{"0":"48","1":"M","2":"NAP","3":"102.0","4":"0.0","5":"1.0","6":"ST","7":"110","8":"Y","9":"1.0","10":"Down","11":"1","12":"519","index":519},{"0":"63","1":"M","2":"ASY","3":"96.0","4":"305.0","6":"ST","7":"121","8":"Y","9":"1.0","10":"Up","11":"1","12":"520","index":520},{"0":"64","1":"M","2":"ASY","3":"130.0","4":"223.0","5":"0.0","6":"ST","7":"128","8":"N","9":"0.5","10":"Flat","11":"0","12":"521","index":521},{"0":"61","1":"M","2":"ASY","3":"120.0","4":"282.0","5":"0.0","6":"ST","7":"135","8":"Y","9":"4.0","10":"Down","11":"1","12":"522","index":522},{"0":"50","1":"M","2":"ASY","3":"144.0","4":"349.0","5":"0.0","6":"LVH","7":"120","8":"Y","9":"1.0","10":"Up","11":"1","12":"523","index":523},{"0":"59","1":"M","2":"ASY","3":"124.0","4":"160.0","5":"0.0","6":"Normal","7":"117","8":"Y","9":"1.0","10":"Flat","11":"1","12":"524","index":524},{"0":"55","1":"M","2":"ASY","3":"150.0","4":"160.0","5":"0.0","6":"ST","7":"150","8":"N","9":"0.0","10":"Up","11":"0","12":"525","index":525},{"0":"45","1":"M","2":"NAP","3":"130.0","4":"236.0","5":"0.0","6":"Normal","7":"144","8":"N","9":"0.1","10":"Up","11":"0","12":"526","index":526},{"0":"65","1":"M","2":"ASY","5":"0.0","6":"LVH","7":"113","8":"Y","9":"1.7","10":"Flat","11":"1","12":"527","index":527},{"0":"61","1":"M","2":"ATA","3":"139.0","4":"283.0","5":"0.0","6":"Normal","7":"135","8":"N","9":"0.3","10":"Up","11":"0","12":"528","index":528},{"0":"49","1":"M","2":"NAP","3":"131.0","4":"142.0","5":"0.0","6":"Normal","7":"127","8":"Y","9":"1.5","10":"Flat","11":"1","12":"529","index":529},{"0":"72","1":"M","2":"ASY","3":"143.0","4":"211.0","5":"0.0","6":"Normal","7":"109","8":"Y","9":"1.4","10":"Flat","11":"1","12":"530","index":530},{"0":"50","1":"M","2":"ASY","3":"133.0","5":"0.0","6":"Normal","7":"128","8":"Y","9":"1.1","10":"Flat","11":"1","12":"531","index":531},{"0":"64","1":"M","2":"ASY","4":"306.0","5":"1.0","6":"ST","7":"115","8":"Y","9":"1.8","10":"Flat","11":"1","12":"532","index":532},{"0":"55","1":"M","2":"ASY","3":"116.0","4":"186.0","5":"1.0","6":"ST","7":"102","8":"N","9":"0.0","10":"Flat","11":"1","12":"533","index":533},{"0":"63","1":"M","2":"ASY","3":"110.0","4":"252.0","5":"0.0","6":"ST","7":"140","8":"Y","9":"2.0","10":"Flat","11":"1","12":"534","index":534},{"0":"59","1":"M","2":"ASY","3":"125.0","4":"222.0","5":"0.0","6":"Normal","7":"135","8":"Y","9":"2.5","10":"Down","11":"1","12":"535","index":535},{"0":"56","1":"M","2":"ASY","3":"130.0","4":"0.0","5":"0.0","6":"LVH","7":"122","8":"Y","9":"1.0","10":"Flat","11":"1","12":"536","index":536},{"0":"62","1":"M","2":"NAP","3":"133.0","4":"0.0","5":"1.0","6":"ST","7":"119","8":"Y","9":"1.2","10":"Flat","11":"1","12":"537","index":537},{"0":"74","1":"M","2":"ASY","4":"258.0","5":"1.0","6":"ST","7":"130","8":"Y","9":"4.0","10":"Down","11":"1","12":"538","index":538},{"0":"54","1":"M","2":"ASY","3":"130.0","4":"202.0","5":"1.0","6":"Normal","7":"112","8":"Y","9":"2.0","10":"Flat","11":"1","12":"539","index":539},{"0":"57","1":"M","2":"ASY","3":"110.0","4":"197.0","5":"0.0","6":"LVH","7":"100","8":"N","9":"0.0","10":"Up","11":"0","12":"540","index":540},{"0":"62","1":"M","2":"NAP","3":"138.0","4":"204.0","6":"ST","7":"122","8":"Y","9":"1.2","10":"Flat","11":"1","12":"541","index":541},{"0":"76","1":"M","2":"NAP","3":"104.0","4":"113.0","5":"0.0","6":"LVH","7":"120","8":"N","9":"3.5","10":"Down","11":"1","12":"542","index":542},{"0":"54","1":"F","2":"ASY","5":"0.0","6":"Normal","7":"105","8":"Y","9":"1.5","10":"Flat","11":"1","12":"543","index":543},{"0":"70","1":"M","2":"ASY","3":"170.0","4":"192.0","5":"0.0","6":"ST","7":"129","8":"Y","9":"3.0","10":"Down","11":"1","12":"544","index":544},{"0":"61","1":"F","2":"ATA","3":"140.0","4":"298.0","6":"Normal","7":"120","8":"Y","9":"0.0","10":"Up","11":"0","12":"545","index":545},{"0":"48","1":"M","2":"ASY","3":"132.0","4":"272.0","5":"0.0","6":"ST","7":"139","8":"N","9":"0.2","10":"Up","11":"0","12":"546","index":546},{"0":"48","1":"M","2":"NAP","3":"132.0","4":"220.0","5":"1.0","6":"ST","7":"162","8":"N","9":"0.0","10":"Flat","11":"1","12":"547","index":547},{"0":"61","1":"M","2":"TA","3":"142.0","4":"200.0","6":"ST","7":"100","8":"N","9":"1.5","10":"Down","11":"1","12":"548","index":548},{"0":"66","1":"M","2":"ASY","3":"112.0","4":"261.0","5":"0.0","6":"Normal","7":"140","8":"N","9":"1.5","10":"Up","11":"1","12":"549","index":549},{"0":"68","1":"M","2":"TA","3":"139.0","4":"181.0","5":"1.0","6":"ST","7":"135","8":"N","9":"0.2","10":"Up","11":"0","12":"550","index":550},{"0":"55","1":"M","2":"ASY","3":"172.0","4":"260.0","5":"0.0","6":"Normal","7":"73","8":"N","9":"2.0","10":"Flat","11":"1","12":"551","index":551},{"0":"62","1":"M","2":"NAP","3":"120.0","4":"220.0","5":"0.0","6":"LVH","7":"86","8":"N","9":"0.0","10":"Up","11":"0","12":"552","index":552},{"0":"71","1":"M","2":"NAP","4":"221.0","5":"0.0","6":"Normal","7":"108","8":"Y","9":"1.8","10":"Flat","11":"1","12":"553","index":553},{"0":"74","1":"M","2":"TA","3":"145.0","4":"216.0","5":"1.0","6":"Normal","7":"116","8":"Y","9":"1.8","10":"Flat","11":"1","12":"554","index":554},{"0":"53","1":"M","2":"NAP","3":"155.0","4":"175.0","5":"1.0","6":"ST","7":"160","8":"N","9":"0.3","10":"Up","11":"0","12":"555","index":555},{"0":"58","1":"M","2":"NAP","3":"150.0","4":"219.0","6":"ST","7":"118","8":"Y","9":"0.0","10":"Flat","11":"1","12":"556","index":556},{"0":"75","1":"M","2":"ASY","3":"160.0","4":"310.0","6":"Normal","7":"112","8":"Y","9":"2.0","10":"Down","11":"0","12":"557","index":557},{"0":"56","1":"M","2":"NAP","3":"137.0","4":"208.0","5":"1.0","6":"ST","7":"122","8":"Y","9":"1.8","10":"Flat","11":"1","12":"558","index":558},{"0":"58","1":"M","2":"NAP","3":"137.0","4":"232.0","5":"0.0","6":"ST","7":"124","8":"Y","9":"1.4","10":"Flat","11":"1","12":"559","index":559},{"0":"64","1":"M","2":"ASY","3":"134.0","4":"273.0","5":"0.0","6":"Normal","7":"102","8":"Y","9":"4.0","10":"Down","11":"1","12":"560","index":560},{"0":"54","1":"M","2":"NAP","3":"133.0","4":"203.0","6":"ST","7":"137","8":"N","9":"0.2","10":"Up","11":"0","12":"561","index":561},{"0":"54","1":"M","2":"ATA","3":"132.0","4":"182.0","5":"0.0","6":"ST","7":"141","8":"N","9":"0.1","10":"Up","11":"0","12":"562","index":562},{"0":"59","1":"M","2":"ASY","3":"140.0","4":"274.0","6":"Normal","7":"154","8":"Y","9":"2.0","10":"Flat","11":"0","12":"563","index":563},{"0":"55","1":"M","2":"ASY","3":"135.0","4":"204.0","5":"1.0","6":"ST","7":"126","8":"Y","9":"1.1","10":"Flat","11":"1","12":"564","index":564},{"0":"57","1":"M","2":"ASY","3":"144.0","4":"270.0","5":"1.0","6":"ST","7":"160","8":"Y","9":"2.0","10":"Flat","11":"1","12":"565","index":565},{"0":"61","1":"M","2":"ASY","3":"141.0","4":"292.0","5":"0.0","6":"ST","7":"115","8":"Y","9":"1.7","10":"Flat","11":"1","12":"566","index":566},{"0":"41","1":"M","2":"ASY","3":"150.0","5":"0.0","6":"Normal","7":"128","8":"Y","9":"1.5","10":"Flat","11":"0","12":"567","index":567},{"0":"71","1":"M","2":"ASY","3":"130.0","4":"221.0","5":"0.0","6":"ST","7":"115","8":"Y","9":"0.0","10":"Flat","11":"1","12":"568","index":568},{"0":"38","1":"M","2":"ASY","3":"110.0","4":"289.0","6":"Normal","7":"105","8":"Y","9":"1.5","10":"Down","11":"1","12":"569","index":569},{"0":"55","1":"M","2":"ASY","3":"158.0","4":"217.0","5":"0.0","6":"Normal","7":"110","8":"Y","9":"2.5","10":"Flat","11":"1","12":"570","index":570},{"0":"56","1":"M","2":"ASY","3":"128.0","6":"ST","7":"119","8":"Y","9":"2.0","10":"Down","11":"1","12":"571","index":571},{"0":"69","1":"M","2":"ASY","4":"110.0","5":"1.0","6":"Normal","7":"109","8":"Y","9":"1.5","10":"Flat","11":"1","12":"572","index":572},{"0":"64","1":"M","2":"ASY","3":"150.0","4":"193.0","5":"0.0","6":"ST","7":"135","8":"Y","9":"0.5","10":"Flat","11":"1","12":"573","index":573},{"0":"72","1":"M","2":"ASY","3":"160.0","6":"LVH","7":"130","8":"N","9":"1.5","10":"Flat","11":"1","12":"574","index":574},{"0":"69","1":"M","2":"ASY","3":"142.0","4":"210.0","5":"1.0","6":"ST","7":"112","8":"Y","9":"1.5","10":"Flat","11":"1","12":"575","index":575},{"0":"56","1":"M","2":"ASY","3":"137.0","4":"282.0","5":"1.0","6":"Normal","7":"126","8":"Y","9":"1.2","10":"Flat","11":"1","12":"576","index":576},{"0":"62","1":"M","2":"ASY","3":"139.0","4":"170.0","5":"0.0","6":"ST","7":"120","8":"Y","9":"3.0","10":"Flat","11":"1","12":"577","index":577},{"0":"67","1":"M","2":"ASY","3":"146.0","4":"369.0","5":"0.0","6":"Normal","7":"110","8":"Y","9":"1.9","10":"Flat","11":"1","12":"578","index":578},{"0":"57","1":"M","2":"ASY","3":"156.0","4":"173.0","5":"0.0","6":"LVH","7":"119","8":"Y","9":"3.0","10":"Down","11":"1","12":"579","index":579},{"0":"69","1":"M","2":"ASY","3":"145.0","4":"289.0","5":"1.0","6":"ST","7":"110","8":"Y","9":"1.8","10":"Flat","11":"1","12":"580","index":580},{"0":"51","1":"M","2":"ASY","3":"131.0","4":"152.0","5":"1.0","6":"LVH","7":"130","8":"Y","9":"1.0","10":"Flat","11":"1","12":"581","index":581},{"0":"48","1":"M","2":"ASY","3":"140.0","4":"208.0","5":"0.0","6":"Normal","7":"159","8":"Y","9":"1.5","10":"Up","11":"1","12":"582","index":582},{"0":"69","1":"M","2":"ASY","3":"122.0","4":"216.0","6":"LVH","7":"84","8":"Y","9":"0.0","10":"Flat","11":"1","12":"583","index":583},{"0":"69","1":"M","2":"NAP","3":"142.0","4":"271.0","5":"0.0","6":"LVH","7":"126","8":"N","9":"0.3","10":"Up","11":"0","12":"584","index":584},{"0":"64","1":"M","2":"ASY","3":"141.0","4":"244.0","5":"1.0","6":"ST","7":"116","8":"Y","9":"1.5","10":"Flat","11":"1","12":"585","index":585},{"0":"57","1":"M","2":"ATA","3":"180.0","4":"285.0","5":"1.0","6":"ST","7":"120","8":"N","9":"0.8","10":"Flat","11":"1","12":"586","index":586},{"0":"53","1":"M","2":"ASY","3":"124.0","4":"243.0","5":"0.0","6":"Normal","7":"122","8":"Y","9":"2.0","10":"Flat","11":"1","12":"587","index":587},{"0":"37","1":"M","2":"NAP","3":"118.0","4":"240.0","5":"0.0","6":"LVH","7":"165","8":"N","9":"1.0","10":"Flat","11":"0","12":"588","index":588},{"0":"67","1":"M","2":"ASY","3":"140.0","4":"219.0","5":"0.0","6":"ST","7":"122","8":"Y","9":"2.0","10":"Flat","11":"1","12":"589","index":589},{"0":"74","1":"M","2":"NAP","3":"140.0","4":"237.0","5":"1.0","6":"Normal","7":"94","8":"N","9":"0.0","10":"Flat","11":"1","12":"590","index":590},{"0":"63","1":"M","2":"ATA","3":"136.0","4":"165.0","5":"0.0","6":"ST","7":"133","8":"N","9":"0.2","10":"Up","11":"0","12":"591","index":591},{"0":"58","1":"M","2":"ASY","3":"100.0","4":"213.0","5":"0.0","6":"ST","7":"110","8":"N","9":"0.0","10":"Up","11":"0","12":"592","index":592},{"0":"61","1":"M","2":"ASY","3":"190.0","4":"287.0","5":"1.0","6":"LVH","7":"150","8":"Y","9":"2.0","10":"Down","11":"1","12":"593","index":593},{"0":"64","1":"M","2":"ASY","3":"130.0","4":"258.0","5":"1.0","6":"LVH","7":"130","8":"N","9":"0.0","10":"Flat","11":"1","12":"594","index":594},{"0":"58","1":"M","2":"ASY","3":"160.0","4":"256.0","5":"1.0","6":"LVH","7":"113","8":"Y","9":"1.0","10":"Up","11":"1","12":"595","index":595},{"0":"60","1":"M","2":"ASY","3":"130.0","4":"186.0","6":"LVH","7":"140","8":"Y","9":"0.5","10":"Flat","11":"1","12":"596","index":596},{"0":"57","1":"M","2":"ASY","4":"264.0","5":"0.0","6":"LVH","7":"100","8":"N","9":"0.0","10":"Flat","11":"1","12":"597","index":597},{"0":"55","1":"M","2":"NAP","3":"133.0","4":"185.0","5":"0.0","6":"ST","7":"136","8":"N","9":"0.2","10":"Up","11":"0","12":"598","index":598},{"0":"55","1":"M","2":"ASY","3":"120.0","5":"0.0","6":"LVH","7":"127","8":"Y","9":"1.7","10":"Down","11":"1","12":"599","index":599},{"0":"56","1":"M","2":"ASY","5":"1.0","6":"Normal","7":"98","8":"N","9":"1.5","10":"Flat","11":"1","12":"600","index":600},{"0":"57","1":"M","2":"ASY","3":"130.0","4":"207.0","5":"0.0","6":"ST","7":"96","8":"Y","9":"1.0","10":"Flat","11":"0","12":"601","index":601},{"0":"61","1":"M","2":"NAP","3":"140.0","4":"284.0","5":"0.0","6":"Normal","7":"123","8":"Y","9":"1.3","10":"Flat","11":"1","12":"602","index":602},{"0":"61","1":"M","2":"NAP","3":"120.0","4":"337.0","6":"Normal","7":"98","8":"Y","9":"0.0","10":"Flat","11":"1","12":"603","index":603},{"0":"74","1":"M","2":"ASY","3":"155.0","4":"310.0","5":"0.0","6":"Normal","7":"112","8":"Y","9":"1.5","10":"Down","11":"1","12":"604","index":604},{"0":"68","1":"M","2":"NAP","3":"134.0","4":"254.0","5":"1.0","6":"Normal","7":"151","8":"Y","9":"0.0","10":"Up","11":"0","12":"605","index":605},{"0":"51","1":"F","2":"ASY","3":"114.0","4":"258.0","5":"1.0","6":"LVH","7":"96","8":"N","9":"1.0","10":"Up","11":"0","12":"606","index":606},{"0":"62","1":"M","2":"ASY","3":"160.0","4":"254.0","6":"ST","7":"108","8":"Y","9":"3.0","10":"Flat","11":"1","12":"607","index":607},{"0":"53","1":"M","2":"ASY","3":"144.0","4":"300.0","5":"1.0","6":"ST","7":"128","8":"Y","9":"1.5","10":"Flat","11":"1","12":"608","index":608},{"0":"62","1":"M","2":"ASY","3":"158.0","6":"ST","7":"138","8":"Y","9":"0.0","10":"Flat","11":"1","12":"609","index":609},{"0":"46","1":"M","2":"ASY","3":"134.0","4":"310.0","5":"0.0","6":"Normal","7":"126","8":"N","9":"0.0","10":"Flat","11":"1","12":"610","index":610},{"0":"54","1":"F","2":"ASY","3":"127.0","4":"333.0","5":"1.0","6":"ST","7":"154","8":"N","9":"0.0","10":"Flat","11":"1","12":"611","index":611},{"0":"62","1":"M","2":"TA","3":"135.0","4":"139.0","5":"0.0","6":"ST","7":"137","8":"N","9":"0.2","10":"Up","11":"0","12":"612","index":612},{"0":"55","1":"M","2":"ASY","3":"122.0","4":"223.0","5":"1.0","6":"ST","7":"100","8":"N","9":"0.0","10":"Flat","11":"1","12":"613","index":613},{"0":"58","1":"M","2":"ASY","3":"140.0","4":"385.0","5":"1.0","6":"LVH","7":"135","8":"N","9":"0.3","10":"Up","11":"0","12":"614","index":614},{"0":"62","1":"M","2":"ATA","3":"120.0","4":"254.0","5":"0.0","6":"LVH","7":"93","8":"Y","9":"0.0","10":"Flat","11":"1","12":"615","index":615},{"0":"70","1":"M","2":"ASY","3":"130.0","4":"322.0","5":"0.0","6":"LVH","7":"109","8":"N","9":"2.4","10":"Flat","11":"1","12":"616","index":616},{"0":"67","1":"F","2":"NAP","4":"564.0","6":"LVH","7":"160","8":"N","9":"1.6","10":"Flat","11":"0","12":"617","index":617},{"0":"57","1":"M","2":"ATA","3":"124.0","4":"261.0","5":"0.0","6":"Normal","7":"141","8":"N","9":"0.3","10":"Up","11":"1","12":"618","index":618},{"0":"64","1":"M","2":"ASY","4":"263.0","5":"0.0","6":"Normal","7":"105","8":"Y","9":"0.2","10":"Flat","11":"0","12":"619","index":619},{"0":"74","1":"F","2":"ATA","3":"120.0","4":"269.0","5":"0.0","6":"LVH","7":"121","8":"Y","9":"0.2","10":"Up","11":"0","12":"620","index":620},{"0":"65","1":"M","2":"ASY","3":"120.0","4":"177.0","5":"0.0","6":"Normal","7":"140","8":"N","9":"0.4","10":"Up","11":"0","12":"621","index":621},{"0":"56","1":"M","2":"NAP","3":"130.0","4":"256.0","6":"LVH","7":"142","8":"Y","9":"0.6","10":"Flat","11":"1","12":"622","index":622},{"0":"59","1":"M","2":"ASY","3":"110.0","4":"239.0","6":"LVH","7":"142","8":"Y","9":"1.2","10":"Flat","11":"1","12":"623","index":623},{"0":"60","1":"M","2":"ASY","3":"140.0","4":"293.0","5":"0.0","6":"LVH","7":"170","8":"N","9":"1.2","10":"Flat","11":"1","12":"624","index":624},{"0":"63","1":"F","2":"ASY","3":"150.0","4":"407.0","5":"0.0","6":"LVH","7":"154","8":"N","9":"4.0","10":"Flat","11":"1","12":"625","index":625},{"0":"59","1":"M","2":"ASY","3":"135.0","4":"234.0","5":"0.0","6":"Normal","7":"161","8":"N","9":"0.5","10":"Flat","11":"0","12":"626","index":626},{"0":"53","1":"M","2":"ASY","3":"142.0","4":"226.0","5":"0.0","6":"LVH","7":"111","8":"Y","9":"0.0","10":"Up","11":"0","12":"627","index":627},{"0":"44","1":"M","2":"NAP","3":"140.0","4":"235.0","5":"0.0","6":"LVH","7":"180","8":"N","9":"0.0","10":"Up","11":"0","12":"628","index":628},{"0":"61","1":"M","2":"TA","3":"134.0","4":"234.0","5":"0.0","6":"Normal","7":"145","8":"N","9":"2.6","10":"Flat","11":"1","12":"629","index":629},{"0":"57","1":"F","2":"ASY","3":"128.0","5":"0.0","6":"LVH","7":"159","8":"N","9":"0.0","10":"Up","11":"0","12":"630","index":630},{"0":"71","1":"F","2":"ASY","3":"112.0","4":"149.0","5":"0.0","6":"Normal","7":"125","8":"N","9":"1.6","10":"Flat","11":"0","12":"631","index":631},{"0":"46","1":"M","2":"ASY","3":"140.0","5":"0.0","6":"Normal","7":"120","8":"Y","9":"1.8","10":"Flat","11":"1","12":"632","index":632},{"0":"53","1":"M","2":"ASY","3":"140.0","4":"203.0","5":"1.0","6":"LVH","7":"155","8":"Y","9":"3.1","10":"Down","11":"1","12":"633","index":633},{"0":"64","1":"M","2":"TA","3":"110.0","4":"211.0","5":"0.0","6":"LVH","7":"144","8":"Y","9":"1.8","10":"Flat","11":"0","12":"634","index":634},{"0":"40","1":"M","2":"TA","3":"140.0","4":"199.0","5":"0.0","6":"Normal","7":"178","8":"Y","9":"1.4","10":"Up","11":"0","12":"635","index":635},{"0":"67","1":"M","2":"ASY","3":"120.0","4":"229.0","6":"LVH","7":"129","8":"Y","9":"2.6","10":"Flat","11":"1","12":"636","index":636},{"0":"48","1":"M","2":"ATA","3":"130.0","4":"245.0","5":"0.0","6":"LVH","7":"180","8":"N","9":"0.2","10":"Flat","11":"0","12":"637","index":637},{"0":"43","1":"M","2":"ASY","3":"115.0","4":"303.0","6":"Normal","7":"181","8":"N","9":"1.2","10":"Flat","11":"0","12":"638","index":638},{"0":"47","1":"M","2":"ASY","4":"204.0","5":"0.0","6":"Normal","7":"143","8":"N","9":"0.1","10":"Up","11":"0","12":"639","index":639},{"0":"54","1":"F","2":"ATA","3":"132.0","4":"288.0","5":"1.0","6":"LVH","7":"159","8":"Y","9":"0.0","10":"Up","11":"0","12":"640","index":640},{"0":"48","1":"F","2":"NAP","3":"130.0","5":"0.0","6":"Normal","7":"139","8":"N","9":"0.2","10":"Up","11":"0","12":"641","index":641},{"0":"46","1":"F","2":"ASY","3":"138.0","4":"243.0","5":"0.0","6":"LVH","7":"152","8":"Y","9":"0.0","10":"Flat","11":"0","12":"642","index":642},{"0":"51","1":"F","2":"NAP","3":"120.0","4":"295.0","5":"0.0","6":"LVH","7":"157","8":"N","9":"0.6","10":"Up","11":"0","12":"643","index":643},{"0":"58","1":"M","2":"NAP","3":"112.0","4":"230.0","5":"0.0","6":"LVH","7":"165","8":"N","9":"2.5","10":"Flat","11":"1","12":"644","index":644},{"0":"71","1":"F","2":"NAP","3":"110.0","4":"265.0","5":"1.0","6":"LVH","7":"130","8":"N","9":"0.0","10":"Up","11":"0","12":"645","index":645},{"0":"57","1":"M","2":"NAP","3":"128.0","4":"229.0","5":"0.0","6":"LVH","7":"150","8":"N","9":"0.4","10":"Flat","11":"1","12":"646","index":646},{"0":"66","1":"M","2":"ASY","3":"160.0","4":"228.0","5":"0.0","6":"LVH","7":"138","8":"N","9":"2.3","10":"Up","11":"0","12":"647","index":647},{"0":"37","1":"F","2":"NAP","3":"120.0","4":"215.0","5":"0.0","6":"Normal","7":"170","8":"N","9":"0.0","10":"Up","11":"0","12":"648","index":648},{"0":"59","1":"M","2":"ASY","3":"170.0","5":"0.0","6":"LVH","7":"140","8":"Y","9":"3.4","10":"Down","11":"1","12":"649","index":649},{"0":"50","1":"M","2":"ASY","3":"144.0","5":"0.0","6":"LVH","7":"126","8":"Y","9":"0.9","10":"Flat","11":"1","12":"650","index":650},{"0":"48","1":"M","2":"ASY","3":"130.0","4":"256.0","5":"1.0","6":"LVH","7":"150","8":"Y","9":"0.0","10":"Up","11":"1","12":"651","index":651},{"0":"61","1":"M","2":"ASY","3":"140.0","5":"0.0","6":"LVH","7":"138","8":"Y","9":"1.9","10":"Up","11":"1","12":"652","index":652},{"0":"59","1":"M","2":"TA","3":"160.0","4":"273.0","5":"0.0","6":"LVH","7":"125","8":"N","9":"0.0","10":"Up","11":"1","12":"653","index":653},{"0":"42","1":"M","2":"NAP","3":"130.0","4":"180.0","5":"0.0","6":"Normal","7":"150","8":"N","9":"0.0","10":"Up","11":"0","12":"654","index":654},{"0":"48","1":"M","2":"ASY","3":"122.0","4":"222.0","5":"0.0","6":"LVH","7":"186","8":"N","9":"0.0","10":"Up","11":"0","12":"655","index":655},{"0":"40","1":"M","2":"ASY","4":"223.0","5":"0.0","6":"Normal","7":"181","8":"N","9":"0.0","10":"Up","11":"1","12":"656","index":656},{"0":"62","1":"F","2":"ASY","3":"124.0","4":"209.0","5":"0.0","6":"Normal","7":"163","8":"N","9":"0.0","10":"Up","11":"0","12":"657","index":657},{"0":"44","1":"M","2":"NAP","4":"233.0","5":"0.0","6":"Normal","7":"179","8":"Y","9":"0.4","10":"Up","11":"0","12":"658","index":658},{"0":"46","1":"M","2":"ATA","3":"101.0","4":"197.0","5":"1.0","6":"Normal","7":"156","8":"N","9":"0.0","10":"Up","11":"0","12":"659","index":659},{"0":"59","1":"M","2":"NAP","3":"126.0","4":"218.0","5":"1.0","6":"Normal","7":"134","8":"N","9":"2.2","10":"Flat","11":"1","12":"660","index":660},{"0":"58","1":"M","2":"NAP","3":"140.0","4":"211.0","5":"1.0","6":"LVH","7":"165","8":"N","9":"0.0","10":"Up","11":"0","12":"661","index":661},{"0":"49","1":"M","2":"NAP","3":"118.0","4":"149.0","5":"0.0","6":"LVH","7":"126","8":"N","9":"0.8","10":"Up","11":"1","12":"662","index":662},{"0":"44","1":"M","2":"ASY","3":"110.0","4":"197.0","5":"0.0","6":"LVH","7":"177","8":"N","9":"0.0","10":"Up","11":"1","12":"663","index":663},{"0":"66","1":"M","2":"ATA","3":"160.0","4":"246.0","6":"Normal","7":"120","8":"Y","9":"0.0","10":"Flat","11":"1","12":"664","index":664},{"0":"65","1":"F","2":"ASY","4":"225.0","6":"LVH","7":"114","8":"N","9":"1.0","10":"Flat","11":"1","12":"665","index":665},{"0":"42","1":"M","2":"ASY","3":"136.0","4":"315.0","5":"0.0","6":"Normal","7":"125","8":"Y","9":"1.8","10":"Flat","11":"1","12":"666","index":666},{"0":"52","1":"M","2":"ATA","4":"205.0","5":"1.0","6":"Normal","7":"184","8":"N","9":"0.0","10":"Up","11":"0","12":"667","index":667},{"0":"65","1":"F","2":"NAP","3":"140.0","4":"417.0","5":"1.0","6":"LVH","7":"157","8":"N","9":"0.8","10":"Up","11":"0","12":"668","index":668},{"0":"63","1":"F","2":"ATA","3":"140.0","4":"195.0","5":"0.0","6":"Normal","7":"179","8":"N","9":"0.0","10":"Up","11":"0","12":"669","index":669},{"0":"45","1":"F","2":"ATA","3":"130.0","4":"234.0","5":"0.0","6":"LVH","7":"175","8":"N","9":"0.6","10":"Flat","11":"0","12":"670","index":670},{"0":"41","1":"F","2":"ATA","3":"105.0","4":"198.0","5":"0.0","6":"Normal","7":"168","8":"N","9":"0.0","10":"Up","11":"0","12":"671","index":671},{"0":"61","1":"M","2":"ASY","3":"138.0","4":"166.0","5":"0.0","6":"LVH","7":"125","8":"Y","9":"3.6","10":"Flat","11":"1","12":"672","index":672},{"0":"60","1":"F","2":"NAP","3":"120.0","5":"1.0","6":"Normal","7":"96","8":"N","9":"0.0","10":"Up","11":"0","12":"673","index":673},{"0":"59","1":"F","2":"ASY","4":"249.0","5":"0.0","6":"Normal","7":"143","8":"Y","9":"0.0","10":"Flat","11":"1","12":"674","index":674},{"0":"62","1":"M","2":"ATA","5":"0.0","6":"LVH","7":"103","8":"N","9":"1.4","10":"Flat","11":"1","12":"675","index":675},{"0":"57","1":"M","2":"NAP","3":"150.0","4":"126.0","5":"1.0","6":"Normal","7":"173","8":"N","9":"0.2","10":"Up","11":"0","12":"676","index":676},{"0":"51","1":"F","2":"ASY","3":"130.0","4":"305.0","5":"0.0","6":"Normal","7":"142","8":"Y","9":"1.2","10":"Flat","11":"1","12":"677","index":677},{"0":"44","1":"M","2":"NAP","3":"120.0","4":"226.0","5":"0.0","6":"Normal","7":"169","8":"N","9":"0.0","10":"Up","11":"0","12":"678","index":678},{"0":"60","1":"F","2":"TA","3":"150.0","4":"240.0","5":"0.0","6":"Normal","7":"171","8":"N","9":"0.9","10":"Up","11":"0","12":"679","index":679},{"0":"63","1":"M","2":"TA","3":"145.0","4":"233.0","5":"1.0","6":"LVH","7":"150","8":"N","9":"2.3","10":"Down","11":"0","12":"680","index":680},{"0":"57","1":"M","2":"ASY","4":"276.0","5":"0.0","6":"LVH","7":"112","8":"Y","9":"0.6","10":"Flat","11":"1","12":"681","index":681},{"0":"51","1":"M","2":"ASY","3":"140.0","4":"261.0","5":"0.0","6":"LVH","7":"186","8":"Y","9":"0.0","10":"Up","11":"0","12":"682","index":682},{"0":"58","1":"F","2":"ATA","3":"136.0","4":"319.0","5":"1.0","6":"LVH","7":"152","8":"N","9":"0.0","10":"Up","11":"1","12":"683","index":683},{"0":"44","1":"F","2":"NAP","3":"118.0","4":"242.0","5":"0.0","6":"Normal","7":"149","8":"N","9":"0.3","10":"Flat","11":"0","12":"684","index":684},{"0":"47","1":"M","2":"NAP","3":"108.0","4":"243.0","5":"0.0","6":"Normal","7":"152","8":"N","9":"0.0","10":"Up","11":"1","12":"685","index":685},{"0":"61","1":"M","2":"ASY","4":"260.0","5":"0.0","6":"Normal","7":"140","8":"Y","9":"3.6","10":"Flat","11":"1","12":"686","index":686},{"0":"57","1":"F","2":"ASY","3":"120.0","4":"354.0","6":"Normal","7":"163","8":"Y","9":"0.6","10":"Up","11":"0","12":"687","index":687},{"0":"70","1":"M","2":"ATA","3":"156.0","4":"245.0","5":"0.0","6":"LVH","7":"143","8":"N","9":"0.0","10":"Up","11":"0","12":"688","index":688},{"0":"76","1":"F","2":"NAP","3":"140.0","4":"197.0","5":"0.0","6":"ST","7":"116","8":"N","9":"1.1","10":"Flat","11":"0","12":"689","index":689},{"0":"67","1":"F","2":"ASY","3":"106.0","4":"223.0","5":"0.0","6":"Normal","7":"142","8":"N","9":"0.3","10":"Up","11":"0","12":"690","index":690},{"0":"45","1":"M","2":"ASY","3":"142.0","4":"309.0","6":"LVH","7":"147","8":"Y","9":"0.0","10":"Flat","11":"1","12":"691","index":691},{"0":"45","1":"M","2":"ASY","3":"104.0","4":"208.0","5":"0.0","6":"LVH","7":"148","8":"Y","9":"3.0","10":"Flat","11":"0","12":"692","index":692},{"0":"39","1":"F","2":"NAP","4":"199.0","5":"0.0","6":"Normal","7":"179","8":"N","9":"0.0","10":"Up","11":"0","12":"693","index":693},{"0":"42","1":"F","2":"NAP","3":"120.0","4":"209.0","5":"0.0","6":"Normal","7":"173","8":"N","9":"0.0","10":"Flat","11":"0","12":"694","index":694},{"0":"56","1":"M","2":"ATA","3":"120.0","4":"236.0","5":"0.0","6":"Normal","7":"178","8":"N","9":"0.8","10":"Up","11":"0","12":"695","index":695},{"0":"58","1":"M","2":"ASY","3":"146.0","4":"218.0","5":"0.0","6":"Normal","7":"105","8":"N","9":"2.0","10":"Flat","11":"1","12":"696","index":696},{"0":"35","1":"M","2":"ASY","3":"120.0","4":"198.0","5":"0.0","6":"Normal","7":"130","8":"Y","9":"1.6","10":"Flat","11":"1","12":"697","index":697},{"0":"58","1":"M","2":"ASY","3":"150.0","4":"270.0","5":"0.0","6":"LVH","7":"111","8":"Y","9":"0.8","10":"Up","11":"1","12":"698","index":698},{"0":"41","1":"M","2":"NAP","3":"130.0","4":"214.0","5":"0.0","6":"LVH","7":"168","8":"N","9":"2.0","10":"Flat","11":"0","12":"699","index":699},{"0":"57","1":"M","2":"ASY","3":"110.0","5":"0.0","6":"Normal","7":"126","8":"Y","9":"1.5","10":"Flat","11":"0","12":"700","index":700},{"0":"42","1":"M","2":"TA","4":"244.0","5":"0.0","6":"LVH","7":"178","8":"N","9":"0.8","10":"Up","11":"0","12":"701","index":701},{"0":"62","1":"M","2":"ATA","3":"128.0","4":"208.0","6":"LVH","7":"140","8":"N","9":"0.0","10":"Up","11":"0","12":"702","index":702},{"0":"59","1":"M","2":"TA","3":"178.0","4":"270.0","5":"0.0","6":"LVH","7":"145","8":"N","9":"4.2","10":"Down","11":"0","12":"703","index":703},{"0":"41","1":"F","2":"ATA","3":"126.0","5":"0.0","6":"Normal","7":"163","8":"N","9":"0.0","10":"Up","11":"0","12":"704","index":704},{"0":"50","1":"M","2":"ASY","3":"150.0","4":"243.0","5":"0.0","6":"LVH","7":"128","8":"N","9":"2.6","10":"Flat","11":"1","12":"705","index":705},{"0":"59","1":"M","2":"ATA","3":"140.0","4":"221.0","5":"0.0","6":"Normal","7":"164","8":"Y","9":"0.0","10":"Up","11":"0","12":"706","index":706},{"0":"61","1":"F","2":"ASY","4":"330.0","5":"0.0","6":"LVH","7":"169","8":"N","9":"0.0","10":"Up","11":"1","12":"707","index":707},{"0":"54","1":"M","2":"ASY","3":"124.0","4":"266.0","6":"LVH","7":"109","8":"Y","9":"2.2","10":"Flat","11":"1","12":"708","index":708},{"0":"54","1":"M","2":"ASY","3":"110.0","4":"206.0","5":"0.0","6":"LVH","7":"108","8":"Y","9":"0.0","10":"Flat","11":"1","12":"709","index":709},{"0":"52","1":"M","2":"ASY","3":"125.0","4":"212.0","5":"0.0","6":"Normal","7":"168","8":"N","9":"1.0","10":"Up","11":"1","12":"710","index":710},{"0":"47","1":"M","2":"ASY","3":"110.0","4":"275.0","5":"0.0","6":"LVH","7":"118","8":"Y","9":"1.0","10":"Flat","11":"1","12":"711","index":711},{"0":"66","1":"M","2":"ASY","3":"120.0","4":"302.0","5":"0.0","6":"LVH","7":"151","8":"N","9":"0.4","10":"Flat","11":"0","12":"712","index":712},{"0":"58","1":"M","2":"ASY","3":"100.0","4":"234.0","5":"0.0","6":"Normal","7":"156","8":"N","9":"0.1","10":"Up","11":"1","12":"713","index":713},{"0":"64","1":"F","2":"NAP","3":"140.0","4":"313.0","5":"0.0","6":"Normal","7":"133","8":"N","9":"0.2","10":"Up","11":"0","12":"714","index":714},{"0":"50","1":"F","2":"ATA","3":"120.0","4":"244.0","5":"0.0","6":"Normal","7":"162","8":"N","9":"1.1","10":"Up","11":"0","12":"715","index":715},{"0":"44","1":"F","2":"NAP","3":"108.0","4":"141.0","5":"0.0","6":"Normal","7":"175","8":"N","9":"0.6","10":"Flat","11":"0","12":"716","index":716},{"0":"67","1":"M","2":"ASY","3":"120.0","4":"237.0","5":"0.0","6":"Normal","7":"71","8":"N","9":"1.0","10":"Flat","11":"1","12":"717","index":717},{"0":"49","1":"F","2":"ASY","3":"130.0","4":"269.0","5":"0.0","6":"Normal","7":"163","8":"N","9":"0.0","10":"Up","11":"0","12":"718","index":718},{"0":"57","1":"M","2":"ASY","3":"165.0","4":"289.0","5":"1.0","6":"LVH","7":"124","8":"N","9":"1.0","10":"Flat","11":"1","12":"719","index":719},{"0":"63","1":"M","2":"ASY","3":"130.0","4":"254.0","5":"0.0","6":"LVH","7":"147","8":"N","9":"1.4","10":"Flat","11":"1","12":"720","index":720},{"0":"48","1":"M","2":"ASY","3":"124.0","4":"274.0","5":"0.0","6":"LVH","7":"166","8":"N","9":"0.5","10":"Flat","11":"1","12":"721","index":721},{"0":"51","1":"M","2":"NAP","3":"100.0","4":"222.0","5":"0.0","6":"Normal","7":"143","8":"Y","9":"1.2","10":"Flat","11":"0","12":"722","index":722},{"0":"60","1":"F","2":"ASY","3":"150.0","4":"258.0","5":"0.0","6":"LVH","7":"157","8":"N","9":"2.6","10":"Flat","11":"1","12":"723","index":723},{"0":"59","1":"M","2":"ASY","3":"140.0","6":"Normal","7":"162","8":"Y","9":"0.0","10":"Up","11":"1","12":"724","index":724},{"0":"45","1":"F","2":"ATA","3":"112.0","4":"160.0","5":"0.0","6":"Normal","7":"138","8":"N","9":"0.0","10":"Flat","11":"0","12":"725","index":725},{"0":"55","1":"F","2":"ASY","3":"180.0","4":"327.0","5":"0.0","6":"ST","7":"117","8":"Y","9":"3.4","10":"Flat","11":"1","12":"726","index":726},{"0":"41","1":"M","2":"ATA","3":"110.0","4":"235.0","5":"0.0","6":"Normal","7":"153","8":"N","9":"0.0","10":"Up","11":"0","12":"727","index":727},{"0":"60","1":"F","2":"ASY","3":"158.0","4":"305.0","5":"0.0","6":"LVH","7":"161","8":"N","9":"0.0","10":"Up","11":"1","12":"728","index":728},{"0":"54","1":"F","2":"NAP","3":"135.0","4":"304.0","5":"1.0","6":"Normal","7":"170","8":"N","9":"0.0","10":"Up","11":"0","12":"729","index":729},{"0":"42","1":"M","2":"ATA","3":"120.0","4":"295.0","5":"0.0","6":"Normal","7":"162","8":"N","9":"0.0","10":"Up","11":"0","12":"730","index":730},{"0":"49","1":"F","2":"ATA","3":"134.0","4":"271.0","5":"0.0","6":"Normal","7":"162","8":"N","9":"0.0","10":"Flat","11":"0","12":"731","index":731},{"0":"46","1":"M","2":"ASY","3":"120.0","4":"249.0","5":"0.0","6":"LVH","7":"144","8":"N","9":"0.8","10":"Up","11":"1","12":"732","index":732},{"0":"56","1":"F","2":"ASY","3":"200.0","4":"288.0","6":"LVH","7":"133","8":"Y","9":"4.0","10":"Down","11":"1","12":"733","index":733},{"0":"66","1":"F","2":"TA","3":"150.0","4":"226.0","6":"Normal","7":"114","8":"N","9":"2.6","10":"Down","11":"0","12":"734","index":734},{"0":"56","1":"M","2":"ASY","3":"130.0","4":"283.0","5":"1.0","6":"LVH","7":"103","8":"Y","9":"1.6","10":"Down","11":"1","12":"735","index":735},{"0":"49","1":"M","2":"NAP","4":"188.0","5":"0.0","6":"Normal","7":"139","8":"N","9":"2.0","10":"Flat","11":"1","12":"736","index":736},{"0":"54","1":"M","2":"ASY","3":"122.0","4":"286.0","5":"0.0","6":"LVH","7":"116","8":"Y","9":"3.2","10":"Flat","11":"1","12":"737","index":737},{"0":"57","1":"M","2":"ASY","3":"152.0","4":"274.0","5":"0.0","6":"Normal","7":"88","8":"Y","9":"1.2","10":"Flat","11":"1","12":"738","index":738},{"0":"65","1":"F","2":"NAP","3":"160.0","4":"360.0","5":"0.0","6":"LVH","7":"151","8":"N","9":"0.8","10":"Up","11":"0","12":"739","index":739},{"0":"54","1":"M","2":"NAP","3":"125.0","4":"273.0","5":"0.0","6":"LVH","7":"152","8":"N","9":"0.5","10":"Down","11":"0","12":"740","index":740},{"0":"54","1":"F","2":"NAP","3":"160.0","4":"201.0","5":"0.0","6":"Normal","7":"163","8":"N","9":"0.0","10":"Up","11":"0","12":"741","index":741},{"0":"62","1":"M","2":"ASY","3":"120.0","4":"267.0","5":"0.0","6":"Normal","7":"99","8":"Y","9":"1.8","10":"Flat","11":"1","12":"742","index":742},{"0":"52","1":"F","2":"NAP","4":"196.0","5":"0.0","6":"LVH","7":"169","8":"N","9":"0.1","10":"Flat","11":"0","12":"743","index":743},{"0":"52","1":"M","2":"ATA","3":"134.0","5":"0.0","6":"Normal","7":"158","8":"N","9":"0.8","10":"Up","11":"0","12":"744","index":744},{"0":"60","1":"M","2":"ASY","3":"117.0","4":"230.0","5":"1.0","6":"Normal","7":"160","8":"Y","9":"1.4","10":"Up","11":"1","12":"745","index":745},{"0":"63","1":"F","2":"ASY","3":"108.0","4":"269.0","5":"0.0","6":"Normal","7":"169","8":"Y","9":"1.8","10":"Flat","11":"1","12":"746","index":746},{"0":"66","1":"M","2":"ASY","3":"112.0","4":"212.0","6":"LVH","7":"132","8":"Y","9":"0.1","10":"Up","11":"1","12":"747","index":747},{"0":"42","1":"M","2":"ASY","3":"140.0","4":"226.0","5":"0.0","6":"Normal","7":"178","8":"N","9":"0.0","10":"Up","11":"0","12":"748","index":748},{"0":"64","1":"M","2":"ASY","3":"120.0","4":"246.0","5":"0.0","6":"LVH","7":"96","8":"Y","9":"2.2","10":"Down","11":"1","12":"749","index":749},{"0":"54","1":"M","2":"NAP","3":"150.0","4":"232.0","5":"0.0","6":"LVH","7":"165","8":"N","9":"1.6","10":"Up","11":"0","12":"750","index":750},{"0":"46","1":"F","2":"NAP","3":"142.0","4":"177.0","5":"0.0","6":"LVH","7":"160","8":"Y","9":"1.4","10":"Down","11":"0","12":"751","index":751},{"0":"67","1":"F","2":"NAP","3":"152.0","4":"277.0","5":"0.0","6":"Normal","7":"172","8":"N","9":"0.0","10":"Up","11":"0","12":"752","index":752},{"0":"56","1":"M","2":"ASY","3":"125.0","4":"249.0","5":"1.0","6":"LVH","7":"144","8":"Y","9":"1.2","10":"Flat","11":"1","12":"753","index":753},{"0":"34","1":"F","2":"ATA","3":"118.0","4":"210.0","5":"0.0","6":"Normal","7":"192","8":"N","9":"0.7","10":"Up","11":"0","12":"754","index":754},{"0":"57","1":"M","2":"ASY","3":"132.0","4":"207.0","5":"0.0","6":"Normal","7":"168","8":"Y","9":"0.0","10":"Up","11":"0","12":"755","index":755},{"0":"64","1":"M","2":"ASY","3":"145.0","4":"212.0","5":"0.0","6":"LVH","7":"132","8":"N","9":"2.0","10":"Flat","11":"1","12":"756","index":756},{"0":"59","1":"M","2":"ASY","3":"138.0","4":"271.0","5":"0.0","6":"LVH","7":"182","8":"N","9":"0.0","10":"Up","11":"0","12":"757","index":757},{"0":"50","1":"M","2":"NAP","3":"140.0","4":"233.0","5":"0.0","6":"Normal","7":"163","8":"N","9":"0.6","10":"Flat","11":"1","12":"758","index":758},{"0":"51","1":"M","2":"TA","3":"125.0","4":"213.0","5":"0.0","6":"LVH","7":"125","8":"Y","9":"1.4","10":"Up","11":"0","12":"759","index":759},{"0":"54","1":"M","2":"ATA","3":"192.0","4":"283.0","5":"0.0","6":"LVH","7":"195","8":"N","9":"0.0","10":"Up","11":"1","12":"760","index":760},{"0":"53","1":"M","2":"ASY","3":"123.0","4":"282.0","5":"0.0","6":"Normal","7":"95","8":"Y","9":"2.0","10":"Flat","11":"1","12":"761","index":761},{"0":"52","1":"M","2":"ASY","3":"112.0","4":"230.0","5":"0.0","6":"Normal","7":"160","8":"N","9":"0.0","10":"Up","11":"1","12":"762","index":762},{"0":"40","1":"M","2":"ASY","3":"110.0","4":"167.0","5":"0.0","6":"LVH","7":"114","8":"Y","9":"2.0","10":"Flat","11":"1","12":"763","index":763},{"0":"58","1":"M","2":"NAP","3":"132.0","4":"224.0","6":"LVH","7":"173","8":"N","9":"3.2","10":"Up","11":"1","12":"764","index":764},{"0":"41","1":"F","2":"NAP","3":"112.0","4":"268.0","5":"0.0","6":"LVH","7":"172","8":"Y","9":"0.0","10":"Up","11":"0","12":"765","index":765},{"0":"41","1":"M","2":"NAP","3":"112.0","4":"250.0","5":"0.0","6":"Normal","7":"179","8":"N","9":"0.0","10":"Up","11":"0","12":"766","index":766},{"0":"50","1":"F","2":"NAP","3":"120.0","4":"219.0","6":"Normal","7":"158","8":"N","9":"1.6","10":"Flat","11":"0","12":"767","index":767},{"0":"54","1":"F","2":"NAP","3":"108.0","4":"267.0","5":"0.0","6":"LVH","7":"167","8":"N","9":"0.0","10":"Up","11":"0","12":"768","index":768},{"0":"64","1":"F","2":"ASY","3":"130.0","4":"303.0","5":"0.0","6":"Normal","7":"122","8":"N","9":"2.0","10":"Flat","11":"0","12":"769","index":769},{"0":"51","1":"F","2":"NAP","3":"130.0","4":"256.0","5":"0.0","6":"LVH","7":"149","8":"N","9":"0.5","10":"Up","11":"0","12":"770","index":770},{"0":"46","1":"F","2":"ATA","3":"105.0","4":"204.0","5":"0.0","6":"Normal","7":"172","8":"N","9":"0.0","10":"Up","11":"0","12":"771","index":771},{"0":"55","1":"M","2":"ASY","3":"140.0","4":"217.0","5":"0.0","6":"Normal","7":"111","8":"Y","9":"5.6","10":"Down","11":"1","12":"772","index":772},{"0":"45","1":"M","2":"ATA","3":"128.0","4":"308.0","5":"0.0","6":"LVH","7":"170","8":"N","9":"0.0","10":"Up","11":"0","12":"773","index":773},{"0":"56","1":"M","2":"TA","3":"120.0","4":"193.0","5":"0.0","6":"LVH","7":"162","8":"N","9":"1.9","10":"Flat","11":"0","12":"774","index":774},{"0":"66","1":"F","2":"ASY","3":"178.0","4":"228.0","5":"1.0","6":"Normal","7":"165","8":"Y","9":"1.0","10":"Flat","11":"1","12":"775","index":775},{"0":"38","1":"M","2":"TA","3":"120.0","4":"231.0","5":"0.0","6":"Normal","7":"182","8":"Y","9":"3.8","10":"Flat","11":"1","12":"776","index":776},{"0":"62","1":"F","2":"ASY","3":"150.0","4":"244.0","5":"0.0","6":"Normal","7":"154","8":"Y","9":"1.4","10":"Flat","11":"1","12":"777","index":777},{"0":"55","1":"M","2":"ATA","3":"130.0","4":"262.0","6":"Normal","7":"155","8":"N","9":"0.0","10":"Up","11":"0","12":"778","index":778},{"0":"58","1":"M","2":"ASY","3":"128.0","4":"259.0","5":"0.0","6":"LVH","7":"130","8":"Y","9":"3.0","10":"Flat","11":"1","12":"779","index":779},{"0":"43","1":"M","2":"ASY","3":"110.0","4":"211.0","5":"0.0","6":"Normal","7":"161","8":"N","9":"0.0","10":"Up","11":"0","12":"780","index":780},{"0":"64","1":"F","2":"ASY","3":"180.0","4":"325.0","5":"0.0","6":"Normal","7":"154","8":"Y","9":"0.0","10":"Up","11":"0","12":"781","index":781},{"0":"50","1":"F","2":"ASY","3":"110.0","4":"254.0","5":"0.0","6":"LVH","7":"159","8":"N","9":"0.0","10":"Up","11":"0","12":"782","index":782},{"0":"53","1":"M","2":"NAP","3":"130.0","4":"197.0","5":"1.0","6":"LVH","7":"152","8":"N","9":"1.2","10":"Down","11":"0","12":"783","index":783},{"0":"45","1":"F","2":"ASY","3":"138.0","4":"236.0","5":"0.0","6":"LVH","7":"152","8":"Y","9":"0.2","10":"Flat","11":"0","12":"784","index":784},{"0":"65","1":"M","2":"TA","3":"138.0","4":"282.0","6":"LVH","7":"174","8":"N","9":"1.4","10":"Flat","11":"1","12":"785","index":785},{"0":"69","1":"M","2":"TA","3":"160.0","4":"234.0","5":"1.0","6":"LVH","7":"131","8":"N","9":"0.1","10":"Flat","11":"0","12":"786","index":786},{"0":"69","1":"M","2":"NAP","3":"140.0","4":"254.0","5":"0.0","6":"LVH","7":"146","8":"N","9":"2.0","10":"Flat","11":"1","12":"787","index":787},{"0":"67","1":"M","2":"ASY","3":"100.0","4":"299.0","5":"0.0","6":"LVH","7":"125","8":"Y","9":"0.9","10":"Flat","11":"1","12":"788","index":788},{"0":"68","1":"F","2":"NAP","3":"120.0","4":"211.0","5":"0.0","6":"LVH","7":"115","8":"N","9":"1.5","10":"Flat","11":"0","12":"789","index":789},{"0":"34","1":"M","2":"TA","3":"118.0","4":"182.0","5":"0.0","6":"LVH","7":"174","8":"N","9":"0.0","10":"Up","11":"0","12":"790","index":790},{"0":"62","1":"F","2":"ASY","3":"138.0","4":"294.0","6":"Normal","7":"106","8":"N","9":"1.9","10":"Flat","11":"1","12":"791","index":791},{"0":"51","1":"M","2":"ASY","3":"140.0","4":"298.0","5":"0.0","6":"Normal","7":"122","8":"Y","9":"4.2","10":"Flat","11":"1","12":"792","index":792},{"0":"46","1":"M","2":"NAP","3":"150.0","4":"231.0","5":"0.0","6":"Normal","7":"147","8":"N","9":"3.6","10":"Flat","11":"1","12":"793","index":793},{"0":"67","1":"M","2":"ASY","3":"125.0","4":"254.0","5":"1.0","6":"Normal","7":"163","8":"N","9":"0.2","10":"Flat","11":"1","12":"794","index":794},{"0":"50","1":"M","2":"NAP","3":"129.0","4":"196.0","5":"0.0","6":"Normal","7":"163","8":"N","9":"0.0","10":"Up","11":"0","12":"795","index":795},{"0":"42","1":"M","2":"NAP","3":"120.0","5":"1.0","6":"Normal","7":"194","8":"N","9":"0.8","10":"Down","11":"0","12":"796","index":796},{"0":"56","1":"F","2":"ASY","4":"409.0","5":"0.0","6":"LVH","7":"150","8":"Y","9":"1.9","10":"Flat","11":"1","12":"797","index":797},{"0":"41","1":"M","2":"ASY","3":"110.0","4":"172.0","5":"0.0","6":"LVH","7":"158","8":"N","9":"0.0","10":"Up","11":"1","12":"798","index":798},{"0":"42","1":"F","2":"ASY","3":"102.0","4":"265.0","5":"0.0","6":"LVH","7":"122","8":"N","9":"0.6","10":"Flat","11":"0","12":"799","index":799},{"0":"53","1":"M","2":"NAP","3":"130.0","4":"246.0","6":"LVH","7":"173","8":"N","9":"0.0","10":"Up","11":"0","12":"800","index":800},{"0":"43","1":"M","2":"NAP","4":"315.0","5":"0.0","6":"Normal","7":"162","8":"N","9":"1.9","10":"Up","11":"0","12":"801","index":801},{"0":"56","1":"M","2":"ASY","3":"132.0","4":"184.0","5":"0.0","6":"LVH","7":"105","8":"Y","9":"2.1","10":"Flat","11":"1","12":"802","index":802},{"0":"52","1":"M","2":"ASY","3":"108.0","4":"233.0","5":"1.0","6":"Normal","7":"147","8":"N","9":"0.1","10":"Up","11":"0","12":"803","index":803},{"0":"62","1":"F","2":"ASY","3":"140.0","4":"394.0","5":"0.0","6":"LVH","7":"157","8":"N","9":"1.2","10":"Flat","11":"0","12":"804","index":804},{"0":"70","1":"M","2":"NAP","3":"160.0","4":"269.0","5":"0.0","6":"Normal","7":"112","8":"Y","9":"2.9","10":"Flat","11":"1","12":"805","index":805},{"0":"54","1":"M","2":"ASY","3":"140.0","4":"239.0","5":"0.0","6":"Normal","7":"160","8":"N","9":"1.2","10":"Up","11":"0","12":"806","index":806},{"0":"70","1":"M","2":"ASY","3":"145.0","5":"0.0","6":"Normal","7":"125","8":"Y","9":"2.6","10":"Down","11":"1","12":"807","index":807},{"0":"54","1":"M","2":"ATA","3":"108.0","4":"309.0","5":"0.0","6":"Normal","7":"156","8":"N","9":"0.0","10":"Up","11":"0","12":"808","index":808},{"0":"35","1":"M","2":"ASY","3":"126.0","4":"282.0","5":"0.0","6":"LVH","7":"156","8":"Y","9":"0.0","10":"Up","11":"1","12":"809","index":809},{"0":"48","1":"M","2":"NAP","4":"255.0","5":"1.0","6":"Normal","7":"175","8":"N","9":"0.0","10":"Up","11":"0","12":"810","index":810},{"0":"55","1":"F","2":"ATA","5":"0.0","6":"LVH","7":"161","8":"N","9":"1.4","10":"Flat","11":"0","12":"811","index":811},{"0":"58","1":"F","2":"ASY","4":"248.0","5":"0.0","6":"LVH","7":"122","8":"N","9":"1.0","10":"Flat","11":"0","12":"812","index":812},{"0":"54","1":"F","2":"NAP","3":"110.0","4":"214.0","5":"0.0","6":"Normal","7":"158","8":"N","9":"1.6","10":"Flat","11":"0","12":"813","index":813},{"0":"69","1":"F","2":"TA","3":"140.0","4":"239.0","5":"0.0","6":"Normal","7":"151","8":"N","9":"1.8","10":"Up","11":"0","12":"814","index":814},{"0":"77","1":"M","2":"ASY","3":"125.0","4":"304.0","5":"0.0","6":"LVH","7":"162","8":"Y","9":"0.0","10":"Up","11":"1","12":"815","index":815},{"0":"68","1":"M","2":"NAP","3":"118.0","4":"277.0","5":"0.0","6":"Normal","7":"151","8":"N","9":"1.0","10":"Up","11":"0","12":"816","index":816},{"0":"58","1":"M","2":"ASY","3":"125.0","4":"300.0","5":"0.0","6":"LVH","7":"171","8":"N","9":"0.0","10":"Up","11":"1","12":"817","index":817},{"0":"60","1":"M","2":"ASY","3":"125.0","4":"258.0","5":"0.0","6":"LVH","7":"141","8":"Y","9":"2.8","10":"Flat","11":"1","12":"818","index":818},{"0":"51","1":"M","2":"ASY","3":"140.0","5":"0.0","6":"Normal","7":"173","8":"Y","9":"1.6","10":"Up","11":"1","12":"819","index":819},{"0":"55","1":"M","2":"ASY","3":"160.0","4":"289.0","5":"0.0","6":"LVH","7":"145","8":"Y","9":"0.8","10":"Flat","11":"1","12":"820","index":820},{"0":"52","1":"M","2":"TA","3":"152.0","5":"1.0","6":"Normal","7":"178","8":"N","9":"1.2","10":"Flat","11":"0","12":"821","index":821},{"0":"60","1":"F","2":"NAP","3":"102.0","4":"318.0","5":"0.0","6":"Normal","7":"160","8":"N","9":"0.0","10":"Up","11":"0","12":"822","index":822},{"0":"58","1":"M","2":"NAP","3":"105.0","4":"240.0","5":"0.0","6":"LVH","7":"154","8":"Y","9":"0.6","10":"Flat","11":"0","12":"823","index":823},{"0":"64","1":"M","2":"NAP","3":"125.0","4":"309.0","5":"0.0","6":"Normal","7":"131","8":"Y","9":"1.8","10":"Flat","11":"1","12":"824","index":824},{"0":"37","1":"M","2":"NAP","3":"130.0","5":"0.0","6":"Normal","7":"187","8":"N","9":"3.5","10":"Down","11":"0","12":"825","index":825},{"0":"59","1":"M","2":"TA","3":"170.0","4":"288.0","5":"0.0","6":"LVH","7":"159","8":"N","9":"0.2","10":"Flat","11":"1","12":"826","index":826},{"0":"51","1":"M","2":"NAP","3":"125.0","4":"245.0","5":"1.0","6":"LVH","7":"166","8":"N","9":"2.4","10":"Flat","11":"0","12":"827","index":827},{"0":"43","1":"F","2":"NAP","3":"122.0","4":"213.0","5":"0.0","6":"Normal","7":"165","8":"N","9":"0.2","10":"Flat","11":"0","12":"828","index":828},{"0":"58","1":"M","2":"ASY","3":"128.0","4":"216.0","5":"0.0","6":"LVH","7":"131","8":"Y","9":"2.2","10":"Flat","11":"1","12":"829","index":829},{"0":"29","1":"M","2":"ATA","3":"130.0","4":"204.0","5":"0.0","6":"LVH","7":"202","8":"N","9":"0.0","10":"Up","11":"0","12":"830","index":830},{"0":"41","1":"F","2":"ATA","4":"204.0","6":"LVH","7":"172","8":"N","9":"1.4","10":"Up","11":"0","12":"831","index":831},{"0":"63","1":"F","2":"NAP","3":"135.0","4":"252.0","5":"0.0","6":"LVH","7":"172","8":"N","9":"0.0","10":"Up","11":"0","12":"832","index":832},{"0":"51","1":"M","2":"NAP","3":"94.0","4":"227.0","5":"0.0","6":"Normal","7":"154","8":"Y","9":"0.0","10":"Up","11":"0","12":"833","index":833},{"0":"54","1":"M","2":"NAP","3":"120.0","4":"258.0","5":"0.0","6":"LVH","7":"147","8":"N","9":"0.4","10":"Flat","11":"0","12":"834","index":834},{"0":"44","1":"M","2":"ATA","3":"120.0","4":"220.0","6":"Normal","7":"170","8":"N","9":"0.0","10":"Up","11":"0","12":"835","index":835},{"0":"54","1":"M","2":"ASY","3":"110.0","4":"239.0","6":"Normal","7":"126","8":"Y","9":"2.8","10":"Flat","11":"1","12":"836","index":836},{"0":"65","1":"M","2":"ASY","3":"135.0","5":"0.0","6":"LVH","7":"127","8":"N","9":"2.8","10":"Flat","11":"1","12":"837","index":837},{"0":"57","1":"M","2":"NAP","3":"150.0","4":"168.0","5":"0.0","6":"Normal","7":"174","8":"N","9":"1.6","10":"Up","11":"0","12":"838","index":838},{"0":"63","1":"M","2":"ASY","3":"130.0","4":"330.0","5":"1.0","6":"LVH","7":"132","8":"Y","9":"1.8","10":"Up","11":"1","12":"839","index":839},{"0":"35","1":"F","2":"ASY","3":"138.0","4":"183.0","5":"0.0","6":"Normal","7":"182","8":"N","9":"1.4","10":"Up","11":"0","12":"840","index":840},{"0":"41","1":"M","2":"ATA","3":"135.0","4":"203.0","5":"0.0","6":"Normal","7":"132","8":"N","9":"0.0","10":"Flat","11":"0","12":"841","index":841},{"0":"62","1":"F","2":"NAP","3":"130.0","4":"263.0","5":"0.0","6":"Normal","7":"97","8":"N","9":"1.2","10":"Flat","11":"1","12":"842","index":842},{"0":"43","1":"F","2":"ASY","3":"132.0","4":"341.0","5":"1.0","6":"LVH","7":"136","8":"Y","9":"3.0","10":"Flat","11":"1","12":"843","index":843},{"0":"58","1":"F","2":"TA","3":"150.0","4":"283.0","5":"1.0","6":"LVH","7":"162","8":"N","9":"1.0","10":"Up","11":"0","12":"844","index":844},{"0":"52","1":"M","2":"TA","3":"118.0","4":"186.0","5":"0.0","6":"LVH","7":"190","8":"N","9":"0.0","10":"Flat","11":"0","12":"845","index":845},{"0":"61","1":"F","2":"ASY","3":"145.0","4":"307.0","5":"0.0","6":"LVH","7":"146","8":"Y","9":"1.0","10":"Flat","11":"1","12":"846","index":846},{"0":"39","1":"M","2":"ASY","4":"219.0","5":"0.0","6":"Normal","7":"140","8":"N","9":"1.2","10":"Flat","11":"1","12":"847","index":847},{"0":"45","1":"M","2":"ASY","3":"115.0","4":"260.0","5":"0.0","6":"LVH","7":"185","8":"N","9":"0.0","10":"Up","11":"0","12":"848","index":848},{"0":"52","1":"M","2":"ASY","3":"128.0","4":"255.0","5":"0.0","6":"Normal","7":"161","8":"Y","9":"0.0","10":"Up","11":"1","12":"849","index":849},{"0":"62","1":"M","2":"NAP","3":"130.0","4":"231.0","5":"0.0","6":"Normal","7":"146","8":"N","9":"1.8","10":"Flat","11":"0","12":"850","index":850},{"0":"62","1":"F","2":"ASY","3":"160.0","4":"164.0","5":"0.0","6":"LVH","7":"145","8":"N","9":"6.2","10":"Down","11":"1","12":"851","index":851},{"0":"53","1":"F","2":"ASY","4":"234.0","5":"0.0","6":"LVH","7":"160","8":"N","9":"0.0","10":"Up","11":"0","12":"852","index":852},{"0":"43","1":"M","2":"ASY","4":"177.0","5":"0.0","6":"LVH","7":"120","8":"Y","9":"2.5","10":"Flat","11":"1","12":"853","index":853},{"0":"47","1":"M","2":"NAP","3":"138.0","4":"257.0","5":"0.0","6":"LVH","7":"156","8":"N","9":"0.0","10":"Up","11":"0","12":"854","index":854},{"0":"52","1":"M","2":"ATA","3":"120.0","4":"325.0","5":"0.0","6":"Normal","7":"172","8":"N","9":"0.2","10":"Up","11":"0","12":"855","index":855},{"0":"68","1":"M","2":"NAP","3":"180.0","5":"1.0","6":"LVH","7":"150","8":"Y","9":"1.6","10":"Flat","11":"1","12":"856","index":856},{"0":"39","1":"M","2":"NAP","3":"140.0","4":"321.0","5":"0.0","6":"LVH","7":"182","8":"N","9":"0.0","10":"Up","11":"0","12":"857","index":857},{"0":"53","1":"F","2":"ASY","3":"130.0","4":"264.0","5":"0.0","6":"LVH","7":"143","8":"N","9":"0.4","10":"Flat","11":"0","12":"858","index":858},{"0":"62","1":"F","2":"ASY","3":"140.0","4":"268.0","5":"0.0","6":"LVH","7":"160","8":"N","9":"3.6","10":"Down","11":"1","12":"859","index":859},{"0":"51","1":"F","2":"NAP","4":"308.0","5":"0.0","6":"LVH","7":"142","8":"N","9":"1.5","10":"Up","11":"0","12":"860","index":860},{"0":"60","1":"M","2":"ASY","3":"130.0","4":"253.0","5":"0.0","6":"Normal","7":"144","8":"Y","9":"1.4","10":"Up","11":"1","12":"861","index":861},{"0":"65","1":"M","2":"ASY","3":"110.0","4":"248.0","6":"LVH","7":"158","8":"N","9":"0.6","10":"Up","11":"1","12":"862","index":862},{"0":"65","1":"F","2":"NAP","3":"155.0","4":"269.0","5":"0.0","6":"Normal","7":"148","8":"N","9":"0.8","10":"Up","11":"0","12":"863","index":863},{"0":"60","1":"M","2":"NAP","3":"140.0","4":"185.0","6":"LVH","7":"155","8":"N","9":"3.0","10":"Flat","11":"1","12":"864","index":864},{"0":"60","1":"M","2":"ASY","3":"145.0","4":"282.0","6":"LVH","7":"142","8":"Y","9":"2.8","10":"Flat","11":"1","12":"865","index":865},{"0":"54","1":"M","2":"ASY","3":"120.0","4":"188.0","5":"0.0","6":"Normal","7":"113","8":"N","9":"1.4","10":"Flat","11":"1","12":"866","index":866},{"0":"44","1":"M","2":"ATA","3":"130.0","4":"219.0","5":"0.0","6":"LVH","7":"188","8":"N","9":"0.0","10":"Up","11":"0","12":"867","index":867},{"0":"44","1":"M","2":"ASY","3":"112.0","4":"290.0","5":"0.0","6":"LVH","7":"153","8":"N","9":"0.0","10":"Up","11":"1","12":"868","index":868},{"0":"51","1":"M","2":"NAP","3":"110.0","4":"175.0","5":"0.0","6":"Normal","7":"123","8":"N","9":"0.6","10":"Up","11":"0","12":"869","index":869},{"0":"59","1":"M","2":"NAP","3":"150.0","5":"1.0","6":"Normal","7":"157","8":"N","9":"1.6","10":"Up","11":"0","12":"870","index":870},{"0":"71","1":"F","2":"ATA","3":"160.0","4":"302.0","5":"0.0","6":"Normal","7":"162","8":"N","9":"0.4","10":"Up","11":"0","12":"871","index":871},{"0":"61","1":"M","2":"NAP","4":"243.0","5":"1.0","6":"Normal","7":"137","8":"Y","9":"1.0","10":"Flat","11":"0","12":"872","index":872},{"0":"55","1":"M","2":"ASY","4":"353.0","5":"0.0","6":"Normal","7":"132","8":"Y","9":"1.2","10":"Flat","11":"1","12":"873","index":873},{"0":"64","1":"M","2":"NAP","4":"335.0","5":"0.0","6":"Normal","7":"158","8":"N","9":"0.0","10":"Up","11":"1","12":"874","index":874},{"0":"43","1":"M","2":"ASY","3":"150.0","4":"247.0","6":"Normal","7":"171","8":"N","9":"1.5","10":"Up","11":"0","12":"875","index":875},{"0":"58","1":"F","2":"NAP","3":"120.0","4":"340.0","5":"0.0","6":"Normal","7":"172","8":"N","9":"0.0","10":"Up","11":"0","12":"876","index":876},{"0":"60","1":"M","2":"ASY","4":"206.0","5":"0.0","6":"LVH","7":"132","8":"Y","9":"2.4","10":"Flat","11":"1","12":"877","index":877},{"0":"58","1":"M","2":"ATA","4":"284.0","5":"0.0","6":"LVH","7":"160","8":"N","9":"1.8","10":"Flat","11":"1","12":"878","index":878},{"0":"49","1":"M","2":"ATA","3":"130.0","4":"266.0","5":"0.0","6":"Normal","7":"171","8":"N","9":"0.6","10":"Up","11":"0","12":"879","index":879},{"0":"48","1":"M","2":"ATA","3":"110.0","4":"229.0","5":"0.0","6":"Normal","7":"168","8":"N","9":"1.0","10":"Down","11":"1","12":"880","index":880},{"0":"52","1":"M","2":"NAP","3":"172.0","5":"1.0","6":"Normal","7":"162","8":"N","9":"0.5","10":"Up","11":"0","12":"881","index":881},{"0":"44","1":"M","2":"ATA","3":"120.0","4":"263.0","5":"0.0","6":"Normal","7":"173","8":"N","9":"0.0","10":"Up","11":"0","12":"882","index":882},{"0":"56","1":"F","2":"ATA","3":"140.0","4":"294.0","5":"0.0","6":"LVH","7":"153","8":"N","9":"1.3","10":"Flat","11":"0","12":"883","index":883},{"0":"57","1":"M","2":"ASY","3":"140.0","4":"192.0","5":"0.0","6":"Normal","7":"148","8":"N","9":"0.4","10":"Flat","11":"0","12":"884","index":884},{"0":"67","1":"M","2":"ASY","3":"160.0","4":"286.0","5":"0.0","6":"LVH","7":"108","8":"Y","9":"1.5","10":"Flat","11":"1","12":"885","index":885},{"0":"53","1":"F","2":"NAP","3":"128.0","4":"216.0","5":"0.0","6":"LVH","7":"115","8":"N","9":"0.0","10":"Up","11":"0","12":"886","index":886},{"0":"52","1":"M","2":"NAP","3":"138.0","4":"223.0","5":"0.0","6":"Normal","7":"169","8":"N","9":"0.0","10":"Up","11":"0","12":"887","index":887},{"0":"43","1":"M","2":"ASY","3":"132.0","4":"247.0","5":"1.0","6":"LVH","7":"143","8":"Y","9":"0.1","10":"Flat","11":"1","12":"888","index":888},{"0":"52","1":"M","2":"ASY","3":"128.0","4":"204.0","5":"1.0","6":"Normal","7":"156","8":"Y","9":"1.0","10":"Flat","11":"1","12":"889","index":889},{"0":"59","1":"M","2":"TA","3":"134.0","4":"204.0","5":"0.0","6":"Normal","7":"162","8":"N","9":"0.8","10":"Up","11":"1","12":"890","index":890},{"0":"64","1":"M","2":"TA","3":"170.0","4":"227.0","5":"0.0","6":"LVH","7":"155","8":"N","9":"0.6","10":"Flat","11":"0","12":"891","index":891},{"0":"66","1":"F","2":"NAP","3":"146.0","4":"278.0","5":"0.0","6":"LVH","7":"152","8":"N","9":"0.0","10":"Flat","11":"0","12":"892","index":892},{"0":"39","1":"F","2":"NAP","3":"138.0","4":"220.0","6":"Normal","7":"152","8":"N","9":"0.0","10":"Flat","11":"0","12":"893","index":893},{"0":"57","1":"M","2":"ATA","3":"154.0","4":"232.0","5":"0.0","6":"LVH","7":"164","8":"N","9":"0.0","10":"Up","11":"1","12":"894","index":894},{"0":"58","1":"F","2":"ASY","3":"130.0","5":"0.0","6":"Normal","7":"131","8":"N","9":"0.6","10":"Flat","11":"0","12":"895","index":895},{"0":"57","1":"M","2":"ASY","3":"110.0","5":"0.0","6":"Normal","7":"143","8":"Y","9":"3.0","10":"Flat","11":"1","12":"896","index":896},{"0":"47","1":"M","2":"NAP","3":"130.0","4":"253.0","5":"0.0","6":"Normal","7":"179","8":"N","9":"0.0","10":"Up","11":"0","12":"897","index":897},{"0":"55","1":"F","2":"ASY","3":"128.0","4":"205.0","5":"0.0","6":"ST","7":"130","8":"Y","9":"2.0","10":"Flat","11":"1","12":"898","index":898},{"0":"35","1":"M","2":"ATA","3":"122.0","4":"192.0","5":"0.0","6":"Normal","7":"174","8":"N","9":"0.0","10":"Up","11":"0","12":"899","index":899},{"0":"61","1":"M","2":"ASY","3":"148.0","4":"203.0","5":"0.0","6":"Normal","7":"161","8":"N","9":"0.0","10":"Up","11":"1","12":"900","index":900},{"0":"58","1":"M","2":"ASY","3":"114.0","5":"0.0","6":"ST","7":"140","8":"N","9":"4.4","10":"Down","11":"1","12":"901","index":901},{"0":"58","1":"F","2":"ASY","3":"170.0","4":"225.0","6":"LVH","7":"146","8":"Y","9":"2.8","10":"Flat","11":"1","12":"902","index":902},{"0":"58","1":"M","2":"ATA","3":"125.0","5":"0.0","6":"Normal","7":"144","8":"N","9":"0.4","10":"Flat","11":"0","12":"903","index":903},{"0":"56","1":"M","2":"ATA","3":"130.0","5":"0.0","6":"LVH","7":"163","8":"N","9":"0.0","10":"Up","11":"0","12":"904","index":904},{"0":"56","1":"M","2":"ATA","3":"120.0","5":"0.0","6":"Normal","7":"169","8":"N","9":"0.0","10":"Down","11":"0","12":"905","index":905},{"0":"67","1":"M","2":"NAP","3":"152.0","4":"212.0","5":"0.0","6":"LVH","7":"150","8":"N","9":"0.8","10":"Flat","11":"1","12":"906","index":906},{"0":"55","1":"F","2":"ATA","3":"132.0","4":"342.0","5":"0.0","6":"Normal","7":"166","8":"N","9":"1.2","10":"Up","11":"0","12":"907","index":907},{"0":"44","1":"M","2":"ASY","4":"169.0","5":"0.0","6":"Normal","7":"144","8":"Y","9":"2.8","10":"Down","11":"1","12":"908","index":908},{"0":"63","1":"M","2":"ASY","3":"140.0","4":"187.0","5":"0.0","6":"LVH","7":"144","8":"Y","9":"4.0","10":"Up","11":"1","12":"909","index":909},{"0":"63","1":"F","2":"ASY","3":"124.0","4":"197.0","5":"0.0","6":"Normal","7":"136","8":"Y","9":"0.0","10":"Flat","11":"1","12":"910","index":910},{"0":"41","1":"M","2":"ATA","3":"120.0","4":"157.0","5":"0.0","6":"Normal","7":"182","8":"N","9":"0.0","10":"Up","11":"0","12":"911","index":911},{"0":"59","1":"M","2":"ASY","3":"164.0","4":"176.0","5":"1.0","6":"LVH","7":"90","8":"N","9":"1.0","10":"Flat","11":"1","12":"912","index":912},{"0":"57","1":"F","2":"ASY","3":"140.0","4":"241.0","5":"0.0","6":"Normal","7":"123","8":"Y","9":"0.2","10":"Flat","11":"1","12":"913","index":913},{"0":"45","1":"M","2":"TA","3":"110.0","4":"264.0","5":"0.0","6":"Normal","7":"132","8":"N","9":"1.2","10":"Flat","11":"1","12":"914","index":914},{"0":"68","1":"M","2":"ASY","3":"144.0","4":"193.0","5":"1.0","6":"Normal","7":"141","8":"N","9":"3.4","10":"Flat","11":"1","12":"915","index":915},{"0":"57","1":"M","2":"ASY","3":"130.0","4":"131.0","5":"0.0","6":"Normal","7":"115","8":"Y","9":"1.2","10":"Flat","11":"1","12":"916","index":916},{"0":"57","1":"F","2":"ATA","3":"130.0","4":"236.0","5":"0.0","6":"LVH","7":"174","8":"N","9":"0.0","10":"Flat","11":"1","12":"917","index":917},{"0":"38","1":"M","2":"NAP","3":"138.0","4":"175.0","5":"0.0","6":"Normal","7":"173","8":"N","9":"0.0","10":"Up","11":"0","12":"918","index":918},{"0":"68","1":"M","2":"NAP","3":"134.0","4":"254.0","5":"1.0","6":"Normal","7":"151","8":"Y","9":"0.0","10":"Up","11":"0","12":"919","index":919},{"0":"57","1":"M","2":"ASY","3":"130.0","4":"311.0","5":"1.0","6":"ST","7":"148","8":"Y","9":"2.0","10":"Flat","11":"1","12":"920","index":920},{"0":"58","1":"M","2":"ASY","3":"140.0","4":"385.0","5":"1.0","6":"LVH","7":"135","8":"N","9":"0.3","10":"Up","11":"0","12":"921","index":921},{"0":"45","1":"M","2":"ATA","4":"224.0","5":"1.0","6":"Normal","7":"122","8":"N","9":"0.0","10":"Up","11":"0","12":"922","index":922},{"0":"45","1":"M","2":"ATA","3":"140.0","4":"224.0","5":"1.0","6":"Normal","7":"122","8":"N","9":"0.0","10":"Up","11":"0","12":"923","index":923},{"0":"48","1":"M","2":"ASY","3":"132.0","4":"272.0","5":"0.0","6":"ST","7":"139","8":"N","9":"0.2","10":"Up","11":"0","12":"924","index":924},{"0":"55","1":"M","2":"NAP","4":"185.0","5":"0.0","6":"ST","7":"136","8":"N","9":"0.2","10":"Up","11":"0","12":"925","index":925},{"0":"64","1":"M","2":"ASY","3":"130.0","4":"223.0","5":"0.0","6":"ST","7":"128","8":"N","9":"0.5","10":"Flat","11":"0","12":"926","index":926},{"0":"51","1":"M","2":"ASY","3":"140.0","4":"0.0","6":"Normal","7":"60","8":"N","9":"0.0","10":"Flat","11":"1","12":"927","index":927},{"0":"57","1":"F","2":"ASY","3":"180.0","4":"347.0","5":"0.0","6":"ST","7":"126","8":"Y","9":"0.8","10":"Flat","11":"0","12":"928","index":928},{"0":"53","1":"M","2":"ASY","4":"0.0","5":"1.0","6":"Normal","7":"120","8":"N","9":"1.5","10":"Up","11":"1","12":"929","index":929},{"0":"47","1":"M","2":"NAP","3":"140.0","4":"193.0","5":"0.0","6":"Normal","7":"145","8":"Y","9":"1.0","10":"Flat","11":"1","12":"930","index":930},{"0":"54","1":"F","2":"ATA","3":"120.0","4":"273.0","5":"0.0","6":"Normal","7":"150","8":"N","9":"1.5","10":"Flat","11":"0","12":"931","index":931},{"0":"59","1":"M","2":"NAP","3":"126.0","4":"218.0","5":"1.0","6":"Normal","7":"134","8":"N","9":"2.2","10":"Flat","11":"1","12":"932","index":932},{"0":"48","1":"F","2":"ASY","3":"138.0","4":"214.0","5":"0.0","6":"Normal","7":"108","8":"Y","9":"1.5","10":"Flat","11":"1","12":"933","index":933},{"0":"34","1":"M","2":"ATA","4":"220.0","5":"0.0","6":"Normal","7":"150","8":"N","9":"0.0","10":"Up","11":"0","12":"934","index":934},{"0":"52","1":"F","2":"ATA","3":"140.0","5":"0.0","6":"Normal","7":"140","8":"N","9":"0.0","10":"Up","11":"0","12":"935","index":935},{"0":"63","1":"F","2":"ASY","3":"108.0","4":"269.0","5":"0.0","6":"Normal","7":"169","8":"Y","9":"1.8","10":"Flat","11":"1","12":"936","index":936},{"0":"34","1":"F","2":"ATA","3":"130.0","4":"161.0","5":"0.0","6":"Normal","7":"190","8":"N","9":"0.0","10":"Up","11":"0","12":"937","index":937},{"0":"61","1":"M","2":"ASY","3":"130.0","4":"0.0","5":"1.0","6":"Normal","7":"77","8":"N","9":"2.5","10":"Flat","11":"1","12":"938","index":938},{"0":"52","1":"M","2":"ASY","4":"0.0","5":"1.0","6":"Normal","7":"122","8":"Y","9":"1.0","10":"Up","11":"1","12":"939","index":939},{"0":"38","1":"M","2":"ASY","3":"150.0","4":"0.0","5":"1.0","6":"Normal","7":"120","8":"Y","9":"0.7","10":"Flat","11":"1","12":"940","index":940},{"0":"55","1":"M","2":"ASY","3":"172.0","4":"260.0","6":"Normal","7":"73","8":"N","9":"2.0","10":"Flat","11":"1","12":"941","index":941},{"0":"59","1":"M","2":"ASY","3":"120.0","4":"0.0","5":"0.0","6":"Normal","7":"115","8":"N","9":"0.0","10":"Flat","11":"1","12":"942","index":942},{"0":"70","1":"M","2":"NAP","3":"160.0","4":"269.0","6":"Normal","7":"112","8":"Y","9":"2.9","10":"Flat","11":"1","12":"943","index":943},{"0":"53","1":"M","2":"ASY","3":"180.0","4":"285.0","5":"0.0","6":"ST","7":"120","8":"Y","9":"1.5","10":"Flat","11":"1","12":"944","index":944},{"0":"67","1":"M","2":"ASY","3":"160.0","4":"384.0","5":"1.0","6":"ST","7":"130","8":"Y","9":"0.0","10":"Flat","11":"1","12":"945","index":945},{"0":"61","1":"M","2":"ASY","4":"203.0","6":"Normal","7":"161","8":"N","9":"0.0","10":"Up","11":"1","12":"946","index":946},{"0":"63","1":"M","2":"ASY","3":"126.0","5":"0.0","6":"ST","7":"120","8":"N","9":"1.5","10":"Down","11":"0","12":"947","index":947},{"0":"63","1":"M","2":"ASY","3":"140.0","4":"260.0","5":"0.0","6":"ST","7":"112","8":"Y","9":"3.0","10":"Flat","11":"1","12":"948","index":948},{"0":"72","1":"M","2":"NAP","3":"120.0","4":"214.0","5":"0.0","6":"Normal","7":"102","8":"Y","9":"1.0","10":"Flat","11":"1","12":"949","index":949},{"0":"53","1":"M","2":"ASY","3":"80.0","4":"0.0","5":"0.0","6":"Normal","7":"141","8":"Y","9":"2.0","10":"Down","11":"0","12":"950","index":950},{"0":"67","1":"M","2":"ASY","3":"100.0","4":"299.0","5":"0.0","6":"LVH","7":"125","8":"Y","9":"0.9","10":"Flat","11":"1","12":"951","index":951},{"0":"50","1":"M","2":"ASY","3":"140.0","4":"341.0","5":"0.0","6":"ST","7":"125","8":"Y","9":"2.5","10":"Flat","11":"1","12":"952","index":952},{"0":"59","1":"M","2":"TA","3":"134.0","4":"204.0","5":"0.0","6":"Normal","7":"162","8":"N","9":"0.8","10":"Up","11":"1","12":"953","index":953},{"0":"52","1":"M","2":"NAP","3":"128.0","4":"0.0","5":"0.0","6":"ST","7":"180","8":"N","9":"3.0","10":"Up","11":"1","12":"954","index":954},{"0":"54","1":"M","2":"ASY","3":"125.0","4":"224.0","5":"0.0","6":"Normal","7":"122","8":"N","9":"2.0","10":"Flat","11":"1","12":"955","index":955},{"0":"30","1":"F","2":"TA","4":"237.0","5":"0.0","6":"ST","7":"170","8":"N","9":"0.0","10":"Up","11":"0","12":"956","index":956},{"0":"58","1":"M","2":"ATA","3":"130.0","6":"Normal","7":"150","8":"N","9":"0.0","10":"Up","11":"0","12":"957","index":957},{"0":"32","1":"F","2":"ATA","3":"105.0","4":"198.0","5":"0.0","6":"Normal","7":"165","8":"N","9":"0.0","10":"Up","11":"0","12":"958","index":958},{"0":"63","1":"M","2":"ASY","3":"96.0","5":"0.0","6":"ST","7":"121","8":"Y","9":"1.0","10":"Up","11":"1","12":"959","index":959},{"0":"54","1":"M","2":"ASY","4":"365.0","5":"0.0","6":"ST","7":"134","8":"N","9":"1.0","10":"Up","11":"0","12":"960","index":960},{"0":"48","1":"M","2":"ATA","3":"100.0","4":"159.0","5":"0.0","6":"Normal","7":"100","8":"N","9":"0.0","10":"Up","11":"0","12":"961","index":961},{"0":"53","1":"F","2":"ATA","3":"140.0","4":"216.0","5":"0.0","6":"Normal","7":"142","8":"Y","9":"2.0","10":"Flat","11":"0","12":"962","index":962},{"0":"57","1":"M","2":"NAP","3":"105.0","4":"0.0","5":"1.0","6":"Normal","7":"148","8":"N","9":"0.3","10":"Flat","11":"1","12":"963","index":963},{"0":"48","1":"M","2":"ASY","3":"160.0","4":"193.0","5":"0.0","6":"Normal","7":"102","8":"Y","9":"3.0","10":"Flat","11":"1","12":"964","index":964},{"0":"38","1":"M","2":"NAP","4":"0.0","5":"0.0","6":"Normal","7":"128","8":"Y","9":"0.0","10":"Flat","11":"1","12":"965","index":965},{"0":"66","1":"F","2":"TA","3":"150.0","4":"226.0","5":"0.0","6":"Normal","7":"114","8":"N","9":"2.6","10":"Down","11":"0","12":"966","index":966},{"0":"54","1":"F","2":"ATA","3":"120.0","4":"273.0","5":"0.0","6":"Normal","7":"150","8":"N","9":"1.5","10":"Flat","11":"0","12":"967","index":967},{"0":"59","1":"M","2":"TA","3":"178.0","4":"270.0","5":"0.0","6":"LVH","7":"145","8":"N","9":"4.2","10":"Down","11":"0","12":"968","index":968},{"0":"54","1":"M","2":"ASY","3":"130.0","4":"242.0","5":"0.0","6":"Normal","7":"91","8":"Y","9":"1.0","10":"Flat","11":"1","12":"969","index":969},{"0":"62","1":"F","2":"ASY","3":"120.0","4":"0.0","5":"1.0","6":"ST","7":"123","8":"Y","9":"1.7","10":"Down","11":"1","12":"970","index":970},{"0":"57","1":"M","2":"ASY","4":"264.0","5":"0.0","6":"LVH","7":"100","8":"N","9":"0.0","10":"Flat","11":"1","12":"971","index":971},{"0":"69","1":"M","2":"NAP","3":"142.0","4":"271.0","5":"0.0","6":"LVH","7":"126","8":"N","9":"0.3","10":"Up","11":"0","12":"972","index":972},{"0":"45","1":"M","2":"NAP","3":"135.0","5":"0.0","6":"Normal","7":"110","8":"N","9":"0.0","10":"Up","11":"0","12":"973","index":973},{"0":"39","1":"M","2":"ASY","3":"110.0","5":"0.0","6":"Normal","7":"132","8":"N","9":"0.0","10":"Up","11":"0","12":"974","index":974},{"0":"49","1":"M","2":"ASY","3":"128.0","4":"212.0","5":"0.0","6":"Normal","7":"96","8":"Y","9":"0.0","10":"Flat","11":"1","12":"975","index":975},{"0":"59","1":"M","2":"NAP","3":"131.0","4":"0.0","5":"0.0","6":"Normal","7":"128","8":"Y","9":"2.0","10":"Down","11":"1","12":"976","index":976},{"0":"62","1":"M","2":"ASY","3":"120.0","4":"267.0","5":"0.0","6":"Normal","7":"99","8":"Y","9":"1.8","10":"Flat","11":"1","12":"977","index":977},{"0":"63","1":"M","2":"TA","3":"145.0","4":"233.0","5":"1.0","6":"LVH","7":"150","8":"N","9":"2.3","10":"Down","11":"0","12":"978","index":978},{"0":"64","1":"M","2":"ASY","3":"150.0","4":"193.0","5":"0.0","6":"ST","7":"135","8":"Y","9":"0.5","10":"Flat","11":"1","12":"979","index":979},{"0":"63","1":"M","2":"ASY","4":"267.0","5":"1.0","6":"ST","7":"88","8":"Y","9":"2.0","10":"Flat","11":"1","12":"980","index":980},{"0":"43","1":"M","2":"ASY","3":"120.0","4":"177.0","5":"0.0","6":"LVH","7":"120","8":"Y","9":"2.5","10":"Flat","11":"1","12":"981","index":981},{"0":"57","1":"M","2":"ASY","3":"130.0","4":"311.0","5":"1.0","6":"ST","7":"148","8":"Y","9":"2.0","10":"Flat","11":"1","12":"982","index":982},{"0":"59","1":"M","2":"ASY","3":"140.0","4":"0.0","5":"0.0","6":"ST","7":"117","8":"Y","9":"1.0","10":"Flat","11":"1","12":"983","index":983},{"0":"58","1":"F","2":"ASY","3":"130.0","4":"197.0","5":"0.0","6":"Normal","7":"131","8":"N","9":"0.6","10":"Flat","11":"0","12":"984","index":984},{"0":"54","1":"M","2":"NAP","3":"125.0","4":"273.0","5":"0.0","6":"LVH","7":"152","8":"N","9":"0.5","10":"Down","11":"0","12":"985","index":985},{"0":"67","1":"M","2":"ASY","3":"120.0","5":"1.0","6":"Normal","7":"150","8":"N","9":"1.5","10":"Down","11":"1","12":"986","index":986},{"0":"49","1":"M","2":"NAP","3":"131.0","4":"142.0","5":"0.0","6":"Normal","7":"127","8":"Y","9":"1.5","10":"Flat","11":"1","12":"987","index":987},{"0":"51","1":"M","2":"ASY","3":"140.0","4":"261.0","6":"LVH","7":"186","8":"Y","9":"0.0","10":"Up","11":"0","12":"988","index":988},{"0":"67","1":"M","2":"ASY","3":"125.0","4":"254.0","5":"1.0","6":"Normal","7":"163","8":"N","9":"0.2","10":"Flat","11":"1","12":"989","index":989},{"0":"71","1":"M","2":"NAP","3":"144.0","4":"221.0","5":"0.0","6":"Normal","7":"108","8":"Y","9":"1.8","10":"Flat","11":"1","12":"990","index":990},{"0":"52","1":"M","2":"NAP","3":"128.0","4":"0.0","5":"0.0","6":"ST","7":"180","8":"N","9":"3.0","10":"Up","11":"1","12":"991","index":991},{"0":"61","1":"M","2":"ASY","3":"148.0","4":"203.0","5":"0.0","6":"Normal","7":"161","8":"N","9":"0.0","10":"Up","11":"1","12":"992","index":992},{"0":"55","1":"M","2":"ASY","3":"145.0","4":"248.0","5":"0.0","6":"Normal","7":"96","8":"Y","9":"2.0","10":"Flat","11":"1","12":"993","index":993},{"0":"44","1":"M","2":"ATA","3":"130.0","4":"219.0","5":"0.0","6":"LVH","7":"188","8":"N","9":"0.0","10":"Up","11":"0","12":"994","index":994},{"0":"39","1":"M","2":"ATA","3":"190.0","4":"241.0","5":"0.0","6":"Normal","7":"106","8":"N","9":"0.0","10":"Up","11":"0","12":"995","index":995},{"0":"64","1":"F","2":"ASY","3":"95.0","4":"0.0","5":"1.0","6":"Normal","7":"145","8":"N","9":"1.1","10":"Down","11":"1","12":"996","index":996},{"0":"53","1":"F","2":"ATA","3":"140.0","4":"216.0","5":"0.0","6":"Normal","7":"142","8":"Y","9":"2.0","10":"Flat","11":"0","12":"997","index":997},{"0":"59","1":"M","2":"ASY","3":"135.0","4":"234.0","6":"Normal","7":"161","8":"N","9":"0.5","10":"Flat","11":"0","12":"998","index":998},{"0":"62","1":"M","2":"NAP","3":"130.0","5":"0.0","6":"Normal","7":"146","8":"N","9":"1.8","10":"Flat","11":"0","12":"999","index":999},{"0":"63","1":"F","2":"NAP","3":"135.0","4":"252.0","5":"0.0","6":"LVH","7":"172","8":"N","9":"0.0","10":"Up","11":"0","12":"1000","index":1000}],"schema":[{"key":"0","name":"Age","type":"int"},{"key":"1","name":"Sex","type":"string"},{"key":"2","name":"ChestPainType","type":"string"},{"key":"3","name":"RestingBP","type":"double"},{"key":"4","name":"Cholesterol","type":"double"},{"key":"5","name":"FastingBS","type":"double"},{"key":"6","name":"RestingECG","type":"string"},{"key":"7","name":"MaxHR","type":"int"},{"key":"8","name":"ExerciseAngina","type":"string"},{"key":"9","name":"Oldpeak","type":"double"},{"key":"10","name":"ST_Slope","type":"string"},{"key":"11","name":"HeartDisease","type":"int"},{"key":"12","name":"RowNumber","type":"int"}],"truncated":false},"isSummary":false,"language":"scala"},"persist_state":{"view":{"type":"details","tableOptions":{},"chartOptions":{"chartType":"bar","categoryFieldKeys":["0"],"seriesFieldKeys":["0"],"aggregationType":"count","isStacked":false,"binsNumber":10,"wordFrequency":"-1"}}}},"f9c4bcc3-cddb-4c0f-b2d8-c9fedcc8edfd":{"type":"Synapse.DataFrame","sync_state":{"table":{"rows":[{"0":"48","1":"M","2":"ASY","4":"275.0","6":"ST","7":"150","8":"Y","9":"2.0","10":"Down","11":"1","12":"248","index":1},{"0":"60","1":"M","2":"ASY","3":"132.0","4":"218.0","5":"0.0","6":"ST","7":"140","8":"Y","9":"1.5","10":"Down","11":"1","12":"419","index":2},{"0":"63","1":"M","2":"ASY","3":"170.0","4":"177.0","5":"0.0","6":"Normal","7":"84","8":"Y","9":"2.5","10":"Down","11":"1","12":"433","index":3},{"0":"59","1":"M","2":"ASY","3":"122.0","4":"233.0","5":"0.0","6":"Normal","7":"117","8":"Y","9":"1.3","10":"Down","11":"1","12":"463","index":4},{"0":"58","1":"M","2":"ASY","3":"132.0","4":"458.0","5":"1.0","6":"Normal","7":"69","8":"N","9":"1.0","10":"Down","11":"0","12":"497","index":5},{"0":"61","1":"M","2":"ASY","4":"241.0","5":"0.0","6":"Normal","7":"148","8":"Y","9":"3.0","10":"Down","11":"1","12":"498","index":6},{"0":"65","1":"M","2":"ASY","4":"248.0","5":"0.0","6":"Normal","7":"140","8":"Y","9":"4.0","10":"Down","11":"1","12":"501","index":7},{"0":"62","1":"M","2":"ASY","3":"158.0","4":"210.0","5":"1.0","6":"Normal","7":"112","8":"Y","9":"3.0","10":"Down","11":"1","12":"505","index":8},{"0":"61","1":"M","2":"ASY","3":"120.0","4":"282.0","5":"0.0","6":"ST","7":"135","8":"Y","9":"4.0","10":"Down","11":"1","12":"522","index":9},{"0":"59","1":"M","2":"ASY","3":"125.0","4":"222.0","5":"0.0","6":"Normal","7":"135","8":"Y","9":"2.5","10":"Down","11":"1","12":"535","index":10},{"0":"74","1":"M","2":"ASY","4":"258.0","5":"1.0","6":"ST","7":"130","8":"Y","9":"4.0","10":"Down","11":"1","12":"538","index":11},{"0":"76","1":"M","2":"NAP","3":"104.0","4":"113.0","5":"0.0","6":"LVH","7":"120","8":"N","9":"3.5","10":"Down","11":"1","12":"542","index":12},{"0":"70","1":"M","2":"ASY","3":"170.0","4":"192.0","5":"0.0","6":"ST","7":"129","8":"Y","9":"3.0","10":"Down","11":"1","12":"544","index":13},{"0":"61","1":"M","2":"TA","3":"142.0","4":"200.0","6":"ST","7":"100","8":"N","9":"1.5","10":"Down","11":"1","12":"548","index":14},{"0":"75","1":"M","2":"ASY","3":"160.0","4":"310.0","6":"Normal","7":"112","8":"Y","9":"2.0","10":"Down","11":"0","12":"557","index":15},{"0":"64","1":"M","2":"ASY","3":"134.0","4":"273.0","5":"0.0","6":"Normal","7":"102","8":"Y","9":"4.0","10":"Down","11":"1","12":"560","index":16},{"0":"38","1":"M","2":"ASY","3":"110.0","4":"289.0","6":"Normal","7":"105","8":"Y","9":"1.5","10":"Down","11":"1","12":"569","index":17},{"0":"56","1":"M","2":"ASY","3":"128.0","6":"ST","7":"119","8":"Y","9":"2.0","10":"Down","11":"1","12":"571","index":18},{"0":"57","1":"M","2":"ASY","3":"156.0","4":"173.0","5":"0.0","6":"LVH","7":"119","8":"Y","9":"3.0","10":"Down","11":"1","12":"579","index":19},{"0":"61","1":"M","2":"ASY","3":"190.0","4":"287.0","5":"1.0","6":"LVH","7":"150","8":"Y","9":"2.0","10":"Down","11":"1","12":"593","index":20},{"0":"55","1":"M","2":"ASY","3":"120.0","5":"0.0","6":"LVH","7":"127","8":"Y","9":"1.7","10":"Down","11":"1","12":"599","index":21},{"0":"74","1":"M","2":"ASY","3":"155.0","4":"310.0","5":"0.0","6":"Normal","7":"112","8":"Y","9":"1.5","10":"Down","11":"1","12":"604","index":22},{"0":"53","1":"M","2":"ASY","3":"140.0","4":"203.0","5":"1.0","6":"LVH","7":"155","8":"Y","9":"3.1","10":"Down","11":"1","12":"633","index":23},{"0":"59","1":"M","2":"ASY","3":"170.0","5":"0.0","6":"LVH","7":"140","8":"Y","9":"3.4","10":"Down","11":"1","12":"649","index":24},{"0":"63","1":"M","2":"TA","3":"145.0","4":"233.0","5":"1.0","6":"LVH","7":"150","8":"N","9":"2.3","10":"Down","11":"0","12":"680","index":25},{"0":"59","1":"M","2":"TA","3":"178.0","4":"270.0","5":"0.0","6":"LVH","7":"145","8":"N","9":"4.2","10":"Down","11":"0","12":"703","index":26},{"0":"56","1":"F","2":"ASY","3":"200.0","4":"288.0","6":"LVH","7":"133","8":"Y","9":"4.0","10":"Down","11":"1","12":"733","index":27},{"0":"66","1":"F","2":"TA","3":"150.0","4":"226.0","6":"Normal","7":"114","8":"N","9":"2.6","10":"Down","11":"0","12":"734","index":28},{"0":"56","1":"M","2":"ASY","3":"130.0","4":"283.0","5":"1.0","6":"LVH","7":"103","8":"Y","9":"1.6","10":"Down","11":"1","12":"735","index":29},{"0":"54","1":"M","2":"NAP","3":"125.0","4":"273.0","5":"0.0","6":"LVH","7":"152","8":"N","9":"0.5","10":"Down","11":"0","12":"740","index":30},{"0":"64","1":"M","2":"ASY","3":"120.0","4":"246.0","5":"0.0","6":"LVH","7":"96","8":"Y","9":"2.2","10":"Down","11":"1","12":"749","index":31},{"0":"46","1":"F","2":"NAP","3":"142.0","4":"177.0","5":"0.0","6":"LVH","7":"160","8":"Y","9":"1.4","10":"Down","11":"0","12":"751","index":32},{"0":"55","1":"M","2":"ASY","3":"140.0","4":"217.0","5":"0.0","6":"Normal","7":"111","8":"Y","9":"5.6","10":"Down","11":"1","12":"772","index":33},{"0":"53","1":"M","2":"NAP","3":"130.0","4":"197.0","5":"1.0","6":"LVH","7":"152","8":"N","9":"1.2","10":"Down","11":"0","12":"783","index":34},{"0":"42","1":"M","2":"NAP","3":"120.0","5":"1.0","6":"Normal","7":"194","8":"N","9":"0.8","10":"Down","11":"0","12":"796","index":35},{"0":"70","1":"M","2":"ASY","3":"145.0","5":"0.0","6":"Normal","7":"125","8":"Y","9":"2.6","10":"Down","11":"1","12":"807","index":36},{"0":"37","1":"M","2":"NAP","3":"130.0","5":"0.0","6":"Normal","7":"187","8":"N","9":"3.5","10":"Down","11":"0","12":"825","index":37},{"0":"62","1":"F","2":"ASY","3":"160.0","4":"164.0","5":"0.0","6":"LVH","7":"145","8":"N","9":"6.2","10":"Down","11":"1","12":"851","index":38},{"0":"62","1":"F","2":"ASY","3":"140.0","4":"268.0","5":"0.0","6":"LVH","7":"160","8":"N","9":"3.6","10":"Down","11":"1","12":"859","index":39},{"0":"48","1":"M","2":"ATA","3":"110.0","4":"229.0","5":"0.0","6":"Normal","7":"168","8":"N","9":"1.0","10":"Down","11":"1","12":"880","index":40},{"0":"58","1":"M","2":"ASY","3":"114.0","5":"0.0","6":"ST","7":"140","8":"N","9":"4.4","10":"Down","11":"1","12":"901","index":41},{"0":"44","1":"M","2":"ASY","4":"169.0","5":"0.0","6":"Normal","7":"144","8":"Y","9":"2.8","10":"Down","11":"1","12":"908","index":42},{"0":"63","1":"M","2":"ASY","3":"126.0","5":"0.0","6":"ST","7":"120","8":"N","9":"1.5","10":"Down","11":"0","12":"947","index":43},{"0":"66","1":"F","2":"TA","3":"150.0","4":"226.0","5":"0.0","6":"Normal","7":"114","8":"N","9":"2.6","10":"Down","11":"0","12":"966","index":44},{"0":"59","1":"M","2":"TA","3":"178.0","4":"270.0","5":"0.0","6":"LVH","7":"145","8":"N","9":"4.2","10":"Down","11":"0","12":"968","index":45},{"0":"63","1":"M","2":"TA","3":"145.0","4":"233.0","5":"1.0","6":"LVH","7":"150","8":"N","9":"2.3","10":"Down","11":"0","12":"978","index":46},{"0":"54","1":"M","2":"NAP","3":"125.0","4":"273.0","5":"0.0","6":"LVH","7":"152","8":"N","9":"0.5","10":"Down","11":"0","12":"985","index":47},{"0":"67","1":"M","2":"ASY","3":"120.0","5":"1.0","6":"Normal","7":"150","8":"N","9":"1.5","10":"Down","11":"1","12":"986","index":48},{"0":"63","1":"M","2":"ASY","4":"177.0","5":"0.0","6":"Normal","7":"84","8":"Y","9":"2.5","10":"Down","11":"1","12":"1022","index":49},{"0":"59","1":"M","2":"ASY","3":"125.0","5":"1.0","6":"Normal","7":"119","8":"Y","9":"0.9","10":"Up","11":"1","12":"328","index":50},{"0":"43","1":"M","2":"ASY","3":"140.0","5":"0.0","6":"ST","7":"140","8":"Y","9":"0.5","10":"Up","11":"1","12":"352","index":51},{"0":"55","1":"M","2":"ASY","3":"120.0","5":"0.0","6":"ST","7":"92","8":"N","9":"0.3","10":"Up","11":"1","12":"355","index":52},{"0":"62","1":"M","2":"ASY","3":"152.0","5":"0.0","6":"ST","7":"97","8":"Y","9":"1.6","10":"Up","11":"1","12":"469","index":53},{"0":"55","1":"M","2":"ATA","5":"1.0","6":"ST","7":"180","8":"N","9":"0.4","10":"Up","11":"0","12":"487","index":54},{"0":"48","1":"F","2":"NAP","3":"130.0","5":"0.0","6":"Normal","7":"139","8":"N","9":"0.2","10":"Up","11":"0","12":"641","index":55},{"0":"61","1":"M","2":"ASY","3":"140.0","5":"0.0","6":"LVH","7":"138","8":"Y","9":"1.9","10":"Up","11":"1","12":"652","index":56},{"0":"52","1":"M","2":"ATA","3":"134.0","5":"0.0","6":"Normal","7":"158","8":"N","9":"0.8","10":"Up","11":"0","12":"744","index":57},{"0":"51","1":"M","2":"ASY","3":"140.0","5":"0.0","6":"Normal","7":"173","8":"Y","9":"1.6","10":"Up","11":"1","12":"819","index":58},{"0":"59","1":"M","2":"NAP","3":"150.0","5":"1.0","6":"Normal","7":"157","8":"N","9":"1.6","10":"Up","11":"0","12":"870","index":59},{"0":"52","1":"M","2":"NAP","3":"172.0","5":"1.0","6":"Normal","7":"162","8":"N","9":"0.5","10":"Up","11":"0","12":"881","index":60},{"0":"63","1":"M","2":"ASY","3":"96.0","5":"0.0","6":"ST","7":"121","8":"Y","9":"1.0","10":"Up","11":"1","12":"959","index":61},{"0":"54","1":"M","2":"ASY","3":"150.0","4":"365.0","5":"0.0","6":"ST","7":"134","8":"N","9":"1.0","10":"Up","11":"0","12":"59","index":62},{"0":"39","1":"M","2":"ATA","3":"120.0","4":"241.0","5":"0.0","6":"ST","7":"146","8":"N","9":"2.0","10":"Up","11":"0","12":"138","index":63},{"0":"54","1":"M","2":"TA","3":"120.0","4":"171.0","5":"0.0","6":"Normal","7":"137","8":"N","9":"2.0","10":"Up","11":"0","12":"246","index":64},{"0":"62","1":"M","2":"ATA","3":"140.0","4":"271.0","5":"0.0","6":"Normal","7":"152","8":"N","9":"1.0","10":"Up","11":"0","12":"254","index":65},{"0":"65","1":"M","2":"TA","3":"140.0","4":"252.0","5":"0.0","6":"Normal","7":"135","8":"N","9":"0.3","10":"Up","11":"0","12":"489","index":66},{"0":"60","1":"M","2":"ASY","3":"136.0","4":"195.0","5":"0.0","6":"Normal","7":"126","8":"N","9":"0.3","10":"Up","11":"0","12":"511","index":67},{"0":"35","1":"M","2":"NAP","3":"123.0","4":"161.0","5":"0.0","6":"ST","7":"153","8":"N","9":"-0.1","10":"Up","11":"0","12":"513","index":68},{"0":"45","1":"M","2":"NAP","3":"130.0","4":"236.0","5":"0.0","6":"Normal","7":"144","8":"N","9":"0.1","10":"Up","11":"0","12":"526","index":69},{"0":"61","1":"M","2":"ATA","3":"139.0","4":"283.0","5":"0.0","6":"Normal","7":"135","8":"N","9":"0.3","10":"Up","11":"0","12":"528","index":70},{"0":"48","1":"M","2":"ASY","3":"132.0","4":"272.0","5":"0.0","6":"ST","7":"139","8":"N","9":"0.2","10":"Up","11":"0","12":"546","index":71},{"0":"66","1":"M","2":"ASY","3":"112.0","4":"261.0","5":"0.0","6":"Normal","7":"140","8":"N","9":"1.5","10":"Up","11":"1","12":"549","index":72},{"0":"54","1":"M","2":"ATA","3":"132.0","4":"182.0","5":"0.0","6":"ST","7":"141","8":"N","9":"0.1","10":"Up","11":"0","12":"562","index":73},{"0":"69","1":"M","2":"NAP","3":"142.0","4":"271.0","5":"0.0","6":"LVH","7":"126","8":"N","9":"0.3","10":"Up","11":"0","12":"584","index":74},{"0":"63","1":"M","2":"ATA","3":"136.0","4":"165.0","5":"0.0","6":"ST","7":"133","8":"N","9":"0.2","10":"Up","11":"0","12":"591","index":75},{"0":"55","1":"M","2":"NAP","3":"133.0","4":"185.0","5":"0.0","6":"ST","7":"136","8":"N","9":"0.2","10":"Up","11":"0","12":"598","index":76},{"0":"62","1":"M","2":"TA","3":"135.0","4":"139.0","5":"0.0","6":"ST","7":"137","8":"N","9":"0.2","10":"Up","11":"0","12":"612","index":77},{"0":"57","1":"M","2":"ATA","3":"124.0","4":"261.0","5":"0.0","6":"Normal","7":"141","8":"N","9":"0.3","10":"Up","11":"1","12":"618","index":78},{"0":"65","1":"M","2":"ASY","3":"120.0","4":"177.0","5":"0.0","6":"Normal","7":"140","8":"N","9":"0.4","10":"Up","11":"0","12":"621","index":79},{"0":"47","1":"M","2":"ASY","4":"204.0","5":"0.0","6":"Normal","7":"143","8":"N","9":"0.1","10":"Up","11":"0","12":"639","index":80},{"0":"66","1":"M","2":"ASY","3":"160.0","4":"228.0","5":"0.0","6":"LVH","7":"138","8":"N","9":"2.3","10":"Up","11":"0","12":"647","index":81},{"0":"49","1":"M","2":"NAP","3":"118.0","4":"149.0","5":"0.0","6":"LVH","7":"126","8":"N","9":"0.8","10":"Up","11":"1","12":"662","index":82},{"0":"56","1":"M","2":"ATA","3":"120.0","4":"236.0","5":"0.0","6":"Normal","7":"178","8":"N","9":"0.8","10":"Up","11":"0","12":"695","index":83},{"0":"42","1":"M","2":"TA","4":"244.0","5":"0.0","6":"LVH","7":"178","8":"N","9":"0.8","10":"Up","11":"0","12":"701","index":84},{"0":"52","1":"M","2":"ASY","3":"125.0","4":"212.0","5":"0.0","6":"Normal","7":"168","8":"N","9":"1.0","10":"Up","11":"1","12":"710","index":85},{"0":"58","1":"M","2":"ASY","3":"100.0","4":"234.0","5":"0.0","6":"Normal","7":"156","8":"N","9":"0.1","10":"Up","11":"1","12":"713","index":86},{"0":"46","1":"M","2":"ASY","3":"120.0","4":"249.0","5":"0.0","6":"LVH","7":"144","8":"N","9":"0.8","10":"Up","11":"1","12":"732","index":87},{"0":"54","1":"M","2":"NAP","3":"150.0","4":"232.0","5":"0.0","6":"LVH","7":"165","8":"N","9":"1.6","10":"Up","11":"0","12":"750","index":88},{"0":"43","1":"M","2":"NAP","4":"315.0","5":"0.0","6":"Normal","7":"162","8":"N","9":"1.9","10":"Up","11":"0","12":"801","index":89},{"0":"54","1":"M","2":"ASY","3":"140.0","4":"239.0","5":"0.0","6":"Normal","7":"160","8":"N","9":"1.2","10":"Up","11":"0","12":"806","index":90},{"0":"68","1":"M","2":"NAP","3":"118.0","4":"277.0","5":"0.0","6":"Normal","7":"151","8":"N","9":"1.0","10":"Up","11":"0","12":"816","index":91},{"0":"57","1":"M","2":"NAP","3":"150.0","4":"168.0","5":"0.0","6":"Normal","7":"174","8":"N","9":"1.6","10":"Up","11":"0","12":"838","index":92},{"0":"52","1":"M","2":"ATA","3":"120.0","4":"325.0","5":"0.0","6":"Normal","7":"172","8":"N","9":"0.2","10":"Up","11":"0","12":"855","index":93},{"0":"51","1":"M","2":"NAP","3":"110.0","4":"175.0","5":"0.0","6":"Normal","7":"123","8":"N","9":"0.6","10":"Up","11":"0","12":"869","index":94},{"0":"49","1":"M","2":"ATA","3":"130.0","4":"266.0","5":"0.0","6":"Normal","7":"171","8":"N","9":"0.6","10":"Up","11":"0","12":"879","index":95},{"0":"59","1":"M","2":"TA","3":"134.0","4":"204.0","5":"0.0","6":"Normal","7":"162","8":"N","9":"0.8","10":"Up","11":"1","12":"890","index":96},{"0":"48","1":"M","2":"ASY","3":"132.0","4":"272.0","5":"0.0","6":"ST","7":"139","8":"N","9":"0.2","10":"Up","11":"0","12":"924","index":97},{"0":"55","1":"M","2":"NAP","4":"185.0","5":"0.0","6":"ST","7":"136","8":"N","9":"0.2","10":"Up","11":"0","12":"925","index":98},{"0":"59","1":"M","2":"TA","3":"134.0","4":"204.0","5":"0.0","6":"Normal","7":"162","8":"N","9":"0.8","10":"Up","11":"1","12":"953","index":99},{"0":"54","1":"M","2":"ASY","4":"365.0","5":"0.0","6":"ST","7":"134","8":"N","9":"1.0","10":"Up","11":"0","12":"960","index":100},{"0":"69","1":"M","2":"NAP","3":"142.0","4":"271.0","5":"0.0","6":"LVH","7":"126","8":"N","9":"0.3","10":"Up","11":"0","12":"972","index":101},{"0":"35","1":"M","2":"NAP","3":"123.0","4":"161.0","5":"0.0","6":"ST","7":"153","8":"N","9":"-0.1","10":"Up","11":"0","12":"1006","index":102},{"0":"48","1":"F","2":"ASY","3":"108.0","4":"163.0","5":"0.0","6":"Normal","7":"175","8":"N","9":"2.0","10":"Up","11":"0","12":"128","index":103},{"0":"51","1":"F","2":"NAP","3":"150.0","4":"200.0","5":"0.0","6":"Normal","7":"120","8":"N","9":"0.5","10":"Up","11":"0","12":"259","index":104},{"0":"54","1":"F","2":"ATA","3":"120.0","4":"221.0","5":"0.0","6":"Normal","7":"138","8":"N","9":"1.0","10":"Up","11":"0","12":"262","index":105},{"0":"48","1":"F","2":"ATA","3":"133.0","4":"308.0","5":"0.0","6":"ST","7":"156","8":"N","9":"2.0","10":"Up","11":"0","12":"289","index":106},{"0":"51","1":"F","2":"NAP","3":"120.0","4":"295.0","5":"0.0","6":"LVH","7":"157","8":"N","9":"0.6","10":"Up","11":"0","12":"643","index":107},{"0":"60","1":"F","2":"TA","3":"150.0","4":"240.0","5":"0.0","6":"Normal","7":"171","8":"N","9":"0.9","10":"Up","11":"0","12":"679","index":108},{"0":"67","1":"F","2":"ASY","3":"106.0","4":"223.0","5":"0.0","6":"Normal","7":"142","8":"N","9":"0.3","10":"Up","11":"0","12":"690","index":109},{"0":"64","1":"F","2":"NAP","3":"140.0","4":"313.0","5":"0.0","6":"Normal","7":"133","8":"N","9":"0.2","10":"Up","11":"0","12":"714","index":110},{"0":"50","1":"F","2":"ATA","3":"120.0","4":"244.0","5":"0.0","6":"Normal","7":"162","8":"N","9":"1.1","10":"Up","11":"0","12":"715","index":111},{"0":"65","1":"F","2":"NAP","3":"160.0","4":"360.0","5":"0.0","6":"LVH","7":"151","8":"N","9":"0.8","10":"Up","11":"0","12":"739","index":112},{"0":"34","1":"F","2":"ATA","3":"118.0","4":"210.0","5":"0.0","6":"Normal","7":"192","8":"N","9":"0.7","10":"Up","11":"0","12":"754","index":113},{"0":"51","1":"F","2":"NAP","3":"130.0","4":"256.0","5":"0.0","6":"LVH","7":"149","8":"N","9":"0.5","10":"Up","11":"0","12":"770","index":114},{"0":"69","1":"F","2":"TA","3":"140.0","4":"239.0","5":"0.0","6":"Normal","7":"151","8":"N","9":"1.8","10":"Up","11":"0","12":"814","index":115},{"0":"35","1":"F","2":"ASY","3":"138.0","4":"183.0","5":"0.0","6":"Normal","7":"182","8":"N","9":"1.4","10":"Up","11":"0","12":"840","index":116},{"0":"51","1":"F","2":"NAP","4":"308.0","5":"0.0","6":"LVH","7":"142","8":"N","9":"1.5","10":"Up","11":"0","12":"860","index":117},{"0":"65","1":"F","2":"NAP","3":"155.0","4":"269.0","5":"0.0","6":"Normal","7":"148","8":"N","9":"0.8","10":"Up","11":"0","12":"863","index":118},{"0":"71","1":"F","2":"ATA","3":"160.0","4":"302.0","5":"0.0","6":"Normal","7":"162","8":"N","9":"0.4","10":"Up","11":"0","12":"871","index":119},{"0":"55","1":"F","2":"ATA","3":"132.0","4":"342.0","5":"0.0","6":"Normal","7":"166","8":"N","9":"1.2","10":"Up","11":"0","12":"907","index":120},{"0":"50","1":"F","2":"ATA","3":"120.0","4":"244.0","5":"0.0","6":"Normal","7":"162","8":"N","9":"1.1","10":"Up","11":"0","12":"1015","index":121},{"0":"65","1":"F","2":"NAP","3":"160.0","4":"360.0","5":"0.0","6":"LVH","7":"151","8":"N","9":"0.8","10":"Up","11":"0","12":"1020","index":122},{"0":"54","1":"M","2":"ATA","3":"160.0","4":"195.0","6":"ST","7":"130","8":"N","9":"1.0","10":"Up","11":"0","12":"160","index":123},{"0":"47","1":"F","2":"ATA","3":"140.0","4":"257.0","6":"Normal","7":"135","8":"N","9":"1.0","10":"Up","11":"0","12":"292","index":124},{"0":"51","1":"M","2":"ASY","3":"132.0","4":"218.0","5":"1.0","6":"LVH","7":"139","8":"N","9":"0.1","10":"Up","11":"0","12":"477","index":125},{"0":"67","1":"M","2":"TA","3":"142.0","4":"270.0","5":"1.0","6":"Normal","7":"125","8":"N","9":"2.5","10":"Up","11":"1","12":"483","index":126},{"0":"51","1":"M","2":"ASY","3":"132.0","4":"227.0","5":"1.0","6":"ST","7":"138","8":"N","9":"0.2","10":"Up","11":"0","12":"504","index":127},{"0":"68","1":"M","2":"TA","3":"139.0","4":"181.0","5":"1.0","6":"ST","7":"135","8":"N","9":"0.2","10":"Up","11":"0","12":"550","index":128},{"0":"53","1":"M","2":"NAP","3":"155.0","4":"175.0","5":"1.0","6":"ST","7":"160","8":"N","9":"0.3","10":"Up","11":"0","12":"555","index":129},{"0":"54","1":"M","2":"NAP","3":"133.0","4":"203.0","6":"ST","7":"137","8":"N","9":"0.2","10":"Up","11":"0","12":"561","index":130},{"0":"51","1":"F","2":"ASY","3":"114.0","4":"258.0","5":"1.0","6":"LVH","7":"96","8":"N","9":"1.0","10":"Up","11":"0","12":"606","index":131},{"0":"58","1":"M","2":"ASY","3":"140.0","4":"385.0","5":"1.0","6":"LVH","7":"135","8":"N","9":"0.3","10":"Up","11":"0","12":"614","index":132},{"0":"65","1":"F","2":"NAP","3":"140.0","4":"417.0","5":"1.0","6":"LVH","7":"157","8":"N","9":"0.8","10":"Up","11":"0","12":"668","index":133},{"0":"57","1":"M","2":"NAP","3":"150.0","4":"126.0","5":"1.0","6":"Normal","7":"173","8":"N","9":"0.2","10":"Up","11":"0","12":"676","index":134},{"0":"58","1":"M","2":"NAP","3":"132.0","4":"224.0","6":"LVH","7":"173","8":"N","9":"3.2","10":"Up","11":"1","12":"764","index":135},{"0":"52","1":"M","2":"ASY","3":"108.0","4":"233.0","5":"1.0","6":"Normal","7":"147","8":"N","9":"0.1","10":"Up","11":"0","12":"803","index":136},{"0":"41","1":"F","2":"ATA","4":"204.0","6":"LVH","7":"172","8":"N","9":"1.4","10":"Up","11":"0","12":"831","index":137},{"0":"58","1":"F","2":"TA","3":"150.0","4":"283.0","5":"1.0","6":"LVH","7":"162","8":"N","9":"1.0","10":"Up","11":"0","12":"844","index":138},{"0":"65","1":"M","2":"ASY","3":"110.0","4":"248.0","6":"LVH","7":"158","8":"N","9":"0.6","10":"Up","11":"1","12":"862","index":139},{"0":"43","1":"M","2":"ASY","3":"150.0","4":"247.0","6":"Normal","7":"171","8":"N","9":"1.5","10":"Up","11":"0","12":"875","index":140},{"0":"58","1":"M","2":"ASY","3":"140.0","4":"385.0","5":"1.0","6":"LVH","7":"135","8":"N","9":"0.3","10":"Up","11":"0","12":"921","index":141},{"0":"56","1":"M","2":"NAP","4":"276.0","6":"Normal","7":"128","8":"Y","9":"1.0","10":"Up","11":"0","12":"213","index":142},{"0":"51","1":"F","2":"NAP","3":"130.0","4":"220.0","5":"0.0","6":"Normal","7":"160","8":"Y","9":"2.0","10":"Up","11":"0","12":"283","index":143},{"0":"55","1":"M","2":"ASY","3":"142.0","4":"228.0","5":"0.0","6":"ST","7":"149","8":"Y","9":"2.5","10":"Up","11":"1","12":"420","index":144},{"0":"77","1":"M","2":"ASY","3":"124.0","4":"171.0","5":"0.0","6":"ST","7":"110","8":"Y","9":"2.0","10":"Up","11":"1","12":"448","index":145},{"0":"63","1":"M","2":"ASY","3":"96.0","4":"305.0","6":"ST","7":"121","8":"Y","9":"1.0","10":"Up","11":"1","12":"520","index":146},{"0":"50","1":"M","2":"ASY","3":"144.0","4":"349.0","5":"0.0","6":"LVH","7":"120","8":"Y","9":"1.0","10":"Up","11":"1","12":"523","index":147},{"0":"48","1":"M","2":"ASY","3":"140.0","4":"208.0","5":"0.0","6":"Normal","7":"159","8":"Y","9":"1.5","10":"Up","11":"1","12":"582","index":148},{"0":"58","1":"M","2":"ASY","3":"160.0","4":"256.0","5":"1.0","6":"LVH","7":"113","8":"Y","9":"1.0","10":"Up","11":"1","12":"595","index":149},{"0":"74","1":"F","2":"ATA","3":"120.0","4":"269.0","5":"0.0","6":"LVH","7":"121","8":"Y","9":"0.2","10":"Up","11":"0","12":"620","index":150},{"0":"40","1":"M","2":"TA","3":"140.0","4":"199.0","5":"0.0","6":"Normal","7":"178","8":"Y","9":"1.4","10":"Up","11":"0","12":"635","index":151},{"0":"44","1":"M","2":"NAP","4":"233.0","5":"0.0","6":"Normal","7":"179","8":"Y","9":"0.4","10":"Up","11":"0","12":"658","index":152},{"0":"57","1":"F","2":"ASY","3":"120.0","4":"354.0","6":"Normal","7":"163","8":"Y","9":"0.6","10":"Up","11":"0","12":"687","index":153},{"0":"58","1":"M","2":"ASY","3":"150.0","4":"270.0","5":"0.0","6":"LVH","7":"111","8":"Y","9":"0.8","10":"Up","11":"1","12":"698","index":154},{"0":"60","1":"M","2":"ASY","3":"117.0","4":"230.0","5":"1.0","6":"Normal","7":"160","8":"Y","9":"1.4","10":"Up","11":"1","12":"745","index":155},{"0":"66","1":"M","2":"ASY","3":"112.0","4":"212.0","6":"LVH","7":"132","8":"Y","9":"0.1","10":"Up","11":"1","12":"747","index":156},{"0":"51","1":"M","2":"TA","3":"125.0","4":"213.0","5":"0.0","6":"LVH","7":"125","8":"Y","9":"1.4","10":"Up","11":"0","12":"759","index":157},{"0":"63","1":"M","2":"ASY","3":"130.0","4":"330.0","5":"1.0","6":"LVH","7":"132","8":"Y","9":"1.8","10":"Up","11":"1","12":"839","index":158},{"0":"60","1":"M","2":"ASY","3":"130.0","4":"253.0","5":"0.0","6":"Normal","7":"144","8":"Y","9":"1.4","10":"Up","11":"1","12":"861","index":159},{"0":"63","1":"M","2":"ASY","3":"140.0","4":"187.0","5":"0.0","6":"LVH","7":"144","8":"Y","9":"4.0","10":"Up","11":"1","12":"909","index":160},{"0":"56","1":"M","2":"NAP","3":"130.0","4":"276.0","5":"0.0","6":"Normal","7":"128","8":"Y","9":"1.0","10":"Up","11":"0","12":"1017","index":161},{"0":"54","1":"M","2":"ASY","3":"125.0","4":"224.0","5":"0.0","6":"Normal","7":"122","8":"N","9":"2.0","10":"Flat","11":"1","12":"33","index":162},{"0":"56","1":"M","2":"ASY","3":"170.0","4":"388.0","5":"0.0","6":"ST","7":"122","8":"Y","9":"2.0","10":"Flat","11":"1","12":"133","index":163},{"0":"49","1":"M","2":"ASY","3":"150.0","4":"222.0","5":"0.0","6":"Normal","7":"122","8":"N","9":"2.0","10":"Flat","11":"1","12":"282","index":164},{"0":"53","1":"M","2":"ASY","3":"124.0","4":"243.0","5":"0.0","6":"Normal","7":"122","8":"Y","9":"2.0","10":"Flat","11":"1","12":"587","index":165},{"0":"67","1":"M","2":"ASY","3":"140.0","4":"219.0","5":"0.0","6":"ST","7":"122","8":"Y","9":"2.0","10":"Flat","11":"1","12":"589","index":166},{"0":"64","1":"F","2":"ASY","3":"130.0","4":"303.0","5":"0.0","6":"Normal","7":"122","8":"N","9":"2.0","10":"Flat","11":"0","12":"769","index":167},{"0":"54","1":"M","2":"ASY","3":"125.0","4":"224.0","5":"0.0","6":"Normal","7":"122","8":"N","9":"2.0","10":"Flat","11":"1","12":"955","index":168},{"0":"49","1":"M","2":"ASY","3":"150.0","4":"222.0","5":"0.0","6":"Normal","7":"122","8":"N","9":"2.0","10":"Flat","11":"1","12":"1016","index":169},{"0":"58","1":"M","2":"ATA","3":"136.0","4":"164.0","6":"ST","7":"99","8":"Y","9":"2.0","10":"Flat","11":"1","12":"12","index":170},{"0":"50","1":"M","2":"ASY","3":"130.0","4":"233.0","5":"0.0","6":"Normal","7":"121","8":"Y","9":"2.0","10":"Flat","11":"1","12":"51","index":171},{"0":"65","1":"M","2":"ASY","6":"Normal","7":"112","8":"Y","9":"2.0","10":"Flat","11":"1","12":"87","index":172},{"0":"58","1":"M","2":"ASY","3":"130.0","4":"263.0","5":"0.0","6":"Normal","7":"140","8":"Y","9":"2.0","10":"Flat","11":"1","12":"96","index":173},{"0":"43","1":"M","2":"ASY","3":"150.0","4":"247.0","5":"0.0","6":"Normal","7":"130","8":"Y","9":"2.0","10":"Flat","11":"1","12":"140","index":174},{"0":"44","1":"M","2":"ASY","3":"130.0","4":"290.0","6":"Normal","7":"100","8":"Y","9":"2.0","10":"Flat","11":"1","12":"159","index":175},{"0":"52","1":"M","2":"ASY","3":"140.0","4":"266.0","5":"0.0","6":"Normal","7":"134","8":"Y","9":"2.0","10":"Flat","11":"1","12":"175","index":176},{"0":"43","1":"M","2":"ASY","3":"140.0","5":"0.0","6":"Normal","7":"135","8":"Y","9":"2.0","10":"Flat","11":"1","12":"176","index":177},{"0":"52","1":"M","2":"ASY","3":"130.0","4":"225.0","5":"0.0","6":"Normal","7":"120","8":"Y","9":"2.0","10":"Flat","11":"1","12":"181","index":178},{"0":"52","1":"M","2":"ASY","3":"140.0","4":"404.0","5":"0.0","6":"Normal","7":"124","8":"Y","9":"2.0","10":"Flat","11":"1","12":"183","index":179},{"0":"48","1":"M","2":"ASY","3":"160.0","4":"355.0","5":"0.0","6":"Normal","7":"99","8":"Y","9":"2.0","10":"Flat","11":"1","12":"239","index":180},{"0":"54","1":"M","2":"ASY","3":"200.0","4":"198.0","5":"0.0","6":"Normal","7":"142","8":"Y","9":"2.0","10":"Flat","11":"1","12":"242","index":181},{"0":"55","1":"M","2":"ATA","3":"160.0","4":"292.0","5":"1.0","6":"Normal","7":"143","8":"Y","9":"2.0","10":"Flat","11":"1","12":"243","index":182},{"0":"55","1":"M","2":"ASY","3":"145.0","4":"248.0","5":"0.0","6":"Normal","7":"96","8":"Y","9":"2.0","10":"Flat","11":"1","12":"255","index":183},{"0":"57","1":"M","2":"ASY","3":"160.0","5":"1.0","6":"Normal","7":"98","8":"Y","9":"2.0","10":"Flat","11":"1","12":"395","index":184},{"0":"46","1":"M","2":"ASY","3":"110.0","4":"236.0","5":"0.0","6":"Normal","7":"125","8":"Y","9":"2.0","10":"Flat","11":"1","12":"434","index":185},{"0":"57","1":"M","2":"ASY","3":"130.0","4":"311.0","5":"1.0","6":"ST","7":"148","8":"Y","9":"2.0","10":"Flat","11":"1","12":"479","index":186},{"0":"57","1":"M","2":"ASY","3":"140.0","5":"0.0","6":"ST","7":"144","8":"Y","9":"2.0","10":"Flat","11":"1","12":"488","index":187},{"0":"63","1":"M","2":"ASY","3":"130.0","4":"308.0","5":"0.0","6":"Normal","7":"138","8":"Y","9":"2.0","10":"Flat","11":"1","12":"502","index":188},{"0":"69","1":"M","2":"ASY","3":"140.0","4":"208.0","5":"0.0","6":"ST","7":"140","8":"Y","9":"2.0","10":"Flat","11":"1","12":"503","index":189},{"0":"63","1":"M","2":"ASY","3":"160.0","5":"1.0","6":"ST","7":"88","8":"Y","9":"2.0","10":"Flat","11":"1","12":"512","index":190},{"0":"63","1":"M","2":"ASY","3":"110.0","4":"252.0","5":"0.0","6":"ST","7":"140","8":"Y","9":"2.0","10":"Flat","11":"1","12":"534","index":191},{"0":"54","1":"M","2":"ASY","3":"130.0","4":"202.0","5":"1.0","6":"Normal","7":"112","8":"Y","9":"2.0","10":"Flat","11":"1","12":"539","index":192},{"0":"59","1":"M","2":"ASY","3":"140.0","4":"274.0","6":"Normal","7":"154","8":"Y","9":"2.0","10":"Flat","11":"0","12":"563","index":193},{"0":"57","1":"M","2":"ASY","3":"144.0","4":"270.0","5":"1.0","6":"ST","7":"160","8":"Y","9":"2.0","10":"Flat","11":"1","12":"565","index":194},{"0":"53","1":"M","2":"ASY","3":"123.0","4":"282.0","5":"0.0","6":"Normal","7":"95","8":"Y","9":"2.0","10":"Flat","11":"1","12":"761","index":195},{"0":"40","1":"M","2":"ASY","3":"110.0","4":"167.0","5":"0.0","6":"LVH","7":"114","8":"Y","9":"2.0","10":"Flat","11":"1","12":"763","index":196},{"0":"57","1":"M","2":"ASY","3":"130.0","4":"311.0","5":"1.0","6":"ST","7":"148","8":"Y","9":"2.0","10":"Flat","11":"1","12":"920","index":197},{"0":"63","1":"M","2":"ASY","4":"267.0","5":"1.0","6":"ST","7":"88","8":"Y","9":"2.0","10":"Flat","11":"1","12":"980","index":198},{"0":"57","1":"M","2":"ASY","3":"130.0","4":"311.0","5":"1.0","6":"ST","7":"148","8":"Y","9":"2.0","10":"Flat","11":"1","12":"982","index":199},{"0":"55","1":"M","2":"ASY","3":"145.0","4":"248.0","5":"0.0","6":"Normal","7":"96","8":"Y","9":"2.0","10":"Flat","11":"1","12":"993","index":200},{"0":"53","1":"M","2":"ASY","3":"123.0","4":"282.0","5":"0.0","6":"Normal","7":"95","8":"Y","9":"2.0","10":"Flat","11":"1","12":"1007","index":201},{"0":"69","1":"M","2":"ASY","3":"140.0","4":"208.0","5":"0.0","6":"ST","7":"140","8":"Y","9":"2.0","10":"Flat","11":"1","12":"1012","index":202},{"0":"41","1":"M","2":"ASY","4":"172.0","5":"0.0","6":"ST","7":"130","8":"N","9":"2.0","10":"Flat","11":"1","12":"34","index":203},{"0":"46","1":"M","2":"TA","3":"140.0","4":"272.0","5":"1.0","6":"Normal","7":"175","8":"N","9":"2.0","10":"Flat","11":"1","12":"166","index":204},{"0":"48","1":"M","2":"ASY","3":"120.0","4":"260.0","5":"0.0","6":"Normal","7":"115","8":"N","9":"2.0","10":"Flat","11":"1","12":"252","index":205},{"0":"51","1":"M","2":"NAP","3":"135.0","4":"160.0","5":"0.0","6":"Normal","7":"150","8":"N","9":"2.0","10":"Flat","11":"1","12":"277","index":206},{"0":"56","1":"M","2":"ATA","3":"124.0","4":"224.0","5":"1.0","6":"Normal","7":"161","8":"N","9":"2.0","10":"Flat","11":"0","12":"470","index":207},{"0":"55","1":"M","2":"ASY","3":"172.0","4":"260.0","5":"0.0","6":"Normal","7":"73","8":"N","9":"2.0","10":"Flat","11":"1","12":"551","index":208},{"0":"58","1":"M","2":"ASY","3":"146.0","4":"218.0","5":"0.0","6":"Normal","7":"105","8":"N","9":"2.0","10":"Flat","11":"1","12":"696","index":209},{"0":"41","1":"M","2":"NAP","3":"130.0","4":"214.0","5":"0.0","6":"LVH","7":"168","8":"N","9":"2.0","10":"Flat","11":"0","12":"699","index":210},{"0":"49","1":"M","2":"NAP","4":"188.0","5":"0.0","6":"Normal","7":"139","8":"N","9":"2.0","10":"Flat","11":"1","12":"736","index":211},{"0":"64","1":"M","2":"ASY","3":"145.0","4":"212.0","5":"0.0","6":"LVH","7":"132","8":"N","9":"2.0","10":"Flat","11":"1","12":"756","index":212},{"0":"69","1":"M","2":"NAP","3":"140.0","4":"254.0","5":"0.0","6":"LVH","7":"146","8":"N","9":"2.0","10":"Flat","11":"1","12":"787","index":213},{"0":"55","1":"M","2":"ASY","3":"172.0","4":"260.0","6":"Normal","7":"73","8":"N","9":"2.0","10":"Flat","11":"1","12":"941","index":214},{"0":"47","1":"F","2":"ASY","3":"120.0","4":"205.0","5":"0.0","6":"Normal","7":"98","8":"Y","9":"2.0","10":"Flat","11":"1","12":"52","index":215},{"0":"53","1":"F","2":"ATA","3":"140.0","4":"216.0","6":"Normal","7":"142","8":"Y","9":"2.0","10":"Flat","11":"0","12":"88","index":216},{"0":"40","1":"F","2":"ASY","3":"150.0","4":"392.0","5":"0.0","6":"Normal","7":"130","8":"N","9":"2.0","10":"Flat","11":"1","12":"103","index":217},{"0":"47","1":"F","2":"NAP","3":"130.0","4":"235.0","5":"0.0","6":"Normal","7":"145","8":"N","9":"2.0","10":"Flat","11":"0","12":"270","index":218},{"0":"55","1":"F","2":"ASY","3":"128.0","4":"205.0","5":"0.0","6":"ST","7":"130","8":"Y","9":"2.0","10":"Flat","11":"1","12":"898","index":219},{"0":"53","1":"F","2":"ATA","3":"140.0","4":"216.0","5":"0.0","6":"Normal","7":"142","8":"Y","9":"2.0","10":"Flat","11":"0","12":"962","index":220},{"0":"53","1":"F","2":"ATA","3":"140.0","4":"216.0","5":"0.0","6":"Normal","7":"142","8":"Y","9":"2.0","10":"Flat","11":"0","12":"997","index":221},{"0":"49","1":"F","2":"NAP","3":"160.0","4":"180.0","5":"0.0","6":"Normal","7":"156","8":"N","9":"1.0","10":"Flat","11":"1","12":"2","index":222},{"0":"60","1":"M","2":"ASY","3":"100.0","4":"248.0","5":"0.0","6":"Normal","7":"125","8":"N","9":"1.0","10":"Flat","11":"1","12":"19","index":223},{"0":"44","1":"M","2":"ATA","3":"120.0","4":"184.0","5":"0.0","6":"Normal","7":"142","8":"N","9":"1.0","10":"Flat","11":"0","12":"22","index":224},{"0":"36","1":"M","2":"NAP","3":"112.0","4":"340.0","5":"0.0","6":"Normal","7":"184","8":"N","9":"1.0","10":"Flat","11":"0","12":"49","index":225},{"0":"59","1":"F","2":"ATA","3":"130.0","4":"188.0","5":"0.0","6":"Normal","7":"124","8":"N","9":"1.0","10":"Flat","11":"0","12":"111","index":226},{"0":"56","1":"F","2":"ATA","3":"120.0","4":"279.0","5":"0.0","6":"Normal","7":"150","8":"N","9":"1.0","10":"Flat","11":"1","12":"145","index":227},{"0":"49","1":"M","2":"ASY","3":"120.0","4":"297.0","5":"0.0","6":"Normal","7":"132","8":"N","9":"1.0","10":"Flat","11":"0","12":"197","index":228},{"0":"57","1":"F","2":"TA","3":"130.0","4":"308.0","5":"0.0","6":"Normal","7":"98","8":"N","9":"1.0","10":"Flat","11":"0","12":"200","index":229},{"0":"37","1":"M","2":"NAP","3":"118.0","4":"240.0","5":"0.0","6":"LVH","7":"165","8":"N","9":"1.0","10":"Flat","11":"0","12":"588","index":230},{"0":"65","1":"F","2":"ASY","4":"225.0","6":"LVH","7":"114","8":"N","9":"1.0","10":"Flat","11":"1","12":"665","index":231},{"0":"67","1":"M","2":"ASY","3":"120.0","4":"237.0","5":"0.0","6":"Normal","7":"71","8":"N","9":"1.0","10":"Flat","11":"1","12":"717","index":232},{"0":"57","1":"M","2":"ASY","3":"165.0","4":"289.0","5":"1.0","6":"LVH","7":"124","8":"N","9":"1.0","10":"Flat","11":"1","12":"719","index":233},{"0":"58","1":"F","2":"ASY","4":"248.0","5":"0.0","6":"LVH","7":"122","8":"N","9":"1.0","10":"Flat","11":"0","12":"812","index":234},{"0":"59","1":"M","2":"ASY","3":"164.0","4":"176.0","5":"1.0","6":"LVH","7":"90","8":"N","9":"1.0","10":"Flat","11":"1","12":"912","index":235},{"0":"48","1":"F","2":"ASY","4":"227.0","5":"0.0","6":"Normal","7":"130","8":"Y","9":"1.0","10":"Flat","11":"0","12":"40","index":236},{"0":"33","1":"F","2":"ASY","3":"100.0","4":"246.0","5":"0.0","6":"Normal","7":"150","8":"Y","9":"1.0","10":"Flat","11":"1","12":"116","index":237},{"0":"58","1":"F","2":"ATA","4":"393.0","5":"0.0","6":"Normal","7":"110","8":"Y","9":"1.0","10":"Flat","11":"1","12":"124","index":238},{"0":"61","1":"F","2":"ASY","3":"130.0","4":"294.0","5":"0.0","6":"ST","7":"120","8":"Y","9":"1.0","10":"Flat","11":"0","12":"135","index":239},{"0":"50","1":"F","2":"ASY","3":"120.0","4":"328.0","6":"Normal","7":"110","8":"Y","9":"1.0","10":"Flat","11":"0","12":"189","index":240},{"0":"51","1":"F","2":"ASY","3":"160.0","4":"303.0","5":"0.0","6":"Normal","7":"150","8":"Y","9":"1.0","10":"Flat","11":"1","12":"222","index":241},{"0":"64","1":"F","2":"ASY","3":"200.0","5":"0.0","6":"Normal","7":"140","8":"Y","9":"1.0","10":"Flat","11":"1","12":"366","index":242},{"0":"64","1":"F","2":"ASY","3":"142.0","4":"276.0","5":"0.0","6":"Normal","7":"140","8":"Y","9":"1.0","10":"Flat","11":"1","12":"496","index":243},{"0":"66","1":"F","2":"ASY","3":"178.0","4":"228.0","5":"1.0","6":"Normal","7":"165","8":"Y","9":"1.0","10":"Flat","11":"1","12":"775","index":244},{"0":"61","1":"F","2":"ASY","3":"145.0","4":"307.0","5":"0.0","6":"LVH","7":"146","8":"Y","9":"1.0","10":"Flat","11":"1","12":"846","index":245},{"0":"48","1":"F","2":"ASY","3":"150.0","4":"227.0","5":"0.0","6":"Normal","7":"130","8":"Y","9":"1.0","10":"Flat","11":"0","12":"1005","index":246},{"0":"49","1":"M","2":"ASY","3":"140.0","4":"234.0","6":"Normal","7":"140","8":"Y","9":"1.0","10":"Flat","11":"1","12":"14","index":247},{"0":"43","1":"M","2":"ASY","3":"120.0","4":"175.0","6":"Normal","7":"120","8":"Y","9":"1.0","10":"Flat","11":"1","12":"45","index":248},{"0":"59","1":"M","2":"NAP","3":"130.0","4":"318.0","6":"Normal","7":"120","8":"Y","9":"1.0","10":"Flat","11":"0","12":"46","index":249},{"0":"52","1":"M","2":"ASY","3":"112.0","4":"342.0","5":"0.0","6":"ST","7":"96","8":"Y","9":"1.0","10":"Flat","11":"1","12":"60","index":250},{"0":"46","1":"M","2":"ASY","3":"120.0","4":"277.0","5":"0.0","6":"Normal","7":"125","8":"Y","9":"1.0","10":"Flat","11":"1","12":"64","index":251},{"0":"57","1":"M","2":"ATA","3":"140.0","4":"265.0","5":"0.0","6":"ST","7":"145","8":"Y","9":"1.0","10":"Flat","11":"1","12":"71","index":252},{"0":"56","1":"M","2":"ASY","3":"150.0","4":"213.0","5":"1.0","6":"Normal","7":"125","8":"Y","9":"1.0","10":"Flat","11":"1","12":"85","index":253},{"0":"66","1":"M","2":"ASY","3":"140.0","4":"139.0","6":"Normal","7":"94","8":"Y","9":"1.0","10":"Flat","11":"1","12":"86","index":254},{"0":"65","1":"M","2":"ASY","3":"130.0","4":"275.0","5":"0.0","6":"ST","7":"115","8":"Y","9":"1.0","10":"Flat","11":"1","12":"101","index":255},{"0":"40","1":"M","2":"ASY","3":"120.0","4":"466.0","5":"1.0","6":"Normal","7":"152","8":"Y","9":"1.0","10":"Flat","11":"1","12":"104","index":256},{"0":"54","1":"M","2":"ASY","4":"603.0","5":"1.0","6":"Normal","7":"125","8":"Y","9":"1.0","10":"Flat","11":"1","12":"150","index":257},{"0":"38","1":"M","2":"ASY","3":"110.0","4":"190.0","5":"0.0","6":"Normal","7":"150","8":"Y","9":"1.0","10":"Flat","11":"1","12":"157","index":258},{"0":"46","1":"M","2":"ASY","3":"110.0","4":"238.0","5":"0.0","6":"ST","7":"140","8":"Y","9":"1.0","10":"Flat","11":"0","12":"184","index":259},{"0":"41","1":"M","2":"ASY","3":"120.0","4":"237.0","5":"1.0","6":"Normal","7":"138","8":"Y","9":"1.0","10":"Flat","11":"1","12":"188","index":260},{"0":"39","1":"M","2":"ATA","3":"120.0","4":"200.0","5":"0.0","6":"Normal","7":"160","8":"Y","9":"1.0","10":"Flat","11":"0","12":"236","index":261},{"0":"48","1":"M","2":"ASY","3":"160.0","5":"0.0","6":"Normal","7":"103","8":"Y","9":"1.0","10":"Flat","11":"1","12":"245","index":262},{"0":"45","1":"M","2":"ASY","3":"130.0","4":"219.0","5":"0.0","6":"ST","7":"130","8":"Y","9":"1.0","10":"Flat","11":"1","12":"249","index":263},{"0":"49","1":"M","2":"ASY","3":"130.0","4":"341.0","5":"0.0","6":"Normal","7":"120","8":"Y","9":"1.0","10":"Flat","11":"1","12":"250","index":264},{"0":"47","1":"M","2":"NAP","3":"140.0","5":"0.0","6":"Normal","7":"145","8":"Y","9":"1.0","10":"Flat","11":"1","12":"265","index":265},{"0":"52","1":"M","2":"ASY","3":"130.0","4":"298.0","5":"0.0","6":"Normal","7":"110","8":"Y","9":"1.0","10":"Flat","11":"1","12":"267","index":266},{"0":"54","1":"M","2":"ASY","3":"130.0","4":"242.0","5":"0.0","6":"Normal","7":"91","8":"Y","9":"1.0","10":"Flat","11":"1","12":"269","index":267},{"0":"63","1":"M","2":"ASY","3":"160.0","4":"230.0","5":"1.0","6":"Normal","7":"105","8":"Y","9":"1.0","10":"Flat","11":"1","12":"449","index":268},{"0":"72","1":"M","2":"NAP","3":"120.0","4":"214.0","5":"0.0","6":"Normal","7":"102","8":"Y","9":"1.0","10":"Flat","11":"1","12":"491","index":269},{"0":"62","1":"M","2":"ASY","3":"135.0","4":"297.0","5":"0.0","6":"Normal","7":"130","8":"Y","9":"1.0","10":"Flat","11":"1","12":"500","index":270},{"0":"59","1":"M","2":"ASY","3":"124.0","4":"160.0","5":"0.0","6":"Normal","7":"117","8":"Y","9":"1.0","10":"Flat","11":"1","12":"524","index":271},{"0":"51","1":"M","2":"ASY","3":"131.0","4":"152.0","5":"1.0","6":"LVH","7":"130","8":"Y","9":"1.0","10":"Flat","11":"1","12":"581","index":272},{"0":"57","1":"M","2":"ASY","3":"130.0","4":"207.0","5":"0.0","6":"ST","7":"96","8":"Y","9":"1.0","10":"Flat","11":"0","12":"601","index":273},{"0":"47","1":"M","2":"ASY","3":"110.0","4":"275.0","5":"0.0","6":"LVH","7":"118","8":"Y","9":"1.0","10":"Flat","11":"1","12":"711","index":274},{"0":"61","1":"M","2":"NAP","4":"243.0","5":"1.0","6":"Normal","7":"137","8":"Y","9":"1.0","10":"Flat","11":"0","12":"872","index":275},{"0":"52","1":"M","2":"ASY","3":"128.0","4":"204.0","5":"1.0","6":"Normal","7":"156","8":"Y","9":"1.0","10":"Flat","11":"1","12":"889","index":276},{"0":"47","1":"M","2":"NAP","3":"140.0","4":"193.0","5":"0.0","6":"Normal","7":"145","8":"Y","9":"1.0","10":"Flat","11":"1","12":"930","index":277},{"0":"72","1":"M","2":"NAP","3":"120.0","4":"214.0","5":"0.0","6":"Normal","7":"102","8":"Y","9":"1.0","10":"Flat","11":"1","12":"949","index":278},{"0":"54","1":"M","2":"ASY","3":"130.0","4":"242.0","5":"0.0","6":"Normal","7":"91","8":"Y","9":"1.0","10":"Flat","11":"1","12":"969","index":279},{"0":"54","1":"M","2":"ASY","4":"603.0","5":"1.0","6":"Normal","7":"125","8":"Y","9":"1.0","10":"Flat","11":"1","12":"1027","index":280},{"0":"44","1":"M","2":"ATA","3":"150.0","4":"288.0","5":"0.0","6":"Normal","7":"150","8":"Y","9":"3.0","10":"Flat","11":"1","12":"24","index":281},{"0":"53","1":"M","2":"ASY","3":"124.0","4":"260.0","5":"0.0","6":"ST","7":"112","8":"Y","9":"3.0","10":"Flat","11":"0","12":"27","index":282},{"0":"31","1":"M","2":"ASY","3":"120.0","4":"270.0","5":"0.0","6":"Normal","7":"153","8":"Y","9":"1.5","10":"Flat","11":"1","12":"57","index":283},{"0":"52","1":"M","2":"ASY","3":"160.0","4":"246.0","5":"0.0","6":"ST","7":"82","8":"Y","9":"4.0","10":"Flat","11":"1","12":"69","index":284},{"0":"55","1":"M","2":"ASY","3":"140.0","4":"268.0","5":"0.0","6":"Normal","7":"128","8":"Y","9":"1.5","10":"Flat","11":"1","12":"75","index":285},{"0":"55","1":"M","2":"ASY","3":"140.0","4":"229.0","5":"0.0","6":"Normal","7":"110","8":"Y","9":"0.5","10":"Flat","11":"0","12":"90","index":286},{"0":"48","1":"M","2":"ASY","3":"160.0","4":"329.0","5":"0.0","6":"Normal","7":"92","8":"Y","9":"1.5","10":"Flat","11":"1","12":"94","index":287},{"0":"42","1":"M","2":"NAP","3":"120.0","4":"228.0","5":"0.0","6":"Normal","7":"152","8":"Y","9":"1.5","10":"Flat","11":"0","12":"130","index":288},{"0":"56","1":"M","2":"ASY","3":"150.0","4":"230.0","5":"0.0","6":"ST","7":"124","8":"Y","9":"1.5","10":"Flat","11":"1","12":"134","index":289},{"0":"52","1":"M","2":"ASY","3":"160.0","4":"331.0","5":"0.0","6":"Normal","7":"94","8":"Y","9":"2.5","10":"Flat","11":"1","12":"141","index":290},{"0":"50","1":"M","2":"ASY","3":"140.0","4":"341.0","5":"0.0","6":"ST","7":"125","8":"Y","9":"2.5","10":"Flat","11":"1","12":"142","index":291},{"0":"47","1":"M","2":"ASY","3":"160.0","4":"291.0","5":"0.0","6":"ST","7":"158","8":"Y","9":"3.0","10":"Flat","11":"1","12":"143","index":292},{"0":"50","1":"M","2":"ASY","3":"140.0","4":"231.0","5":"0.0","6":"ST","7":"140","8":"Y","9":"5.0","10":"Flat","11":"1","12":"167","index":293},{"0":"47","1":"M","2":"ASY","3":"150.0","4":"226.0","5":"0.0","6":"Normal","7":"98","8":"Y","9":"1.5","10":"Flat","11":"1","12":"215","index":294},{"0":"41","1":"M","2":"ASY","3":"120.0","4":"336.0","5":"0.0","6":"Normal","7":"118","8":"Y","9":"3.0","10":"Flat","11":"1","12":"237","index":295},{"0":"48","1":"M","2":"ASY","4":"193.0","5":"0.0","6":"Normal","7":"102","8":"Y","9":"3.0","10":"Flat","11":"1","12":"240","index":296},{"0":"55","1":"M","2":"ASY","3":"140.0","4":"201.0","5":"0.0","6":"Normal","7":"130","8":"Y","9":"3.0","10":"Flat","11":"1","12":"273","index":297},{"0":"56","1":"M","2":"ASY","3":"120.0","4":"100.0","5":"0.0","6":"Normal","7":"120","8":"Y","9":"1.5","10":"Flat","11":"1","12":"445","index":298},{"0":"55","1":"M","2":"NAP","3":"136.0","4":"228.0","5":"0.0","6":"ST","7":"124","8":"Y","9":"1.6","10":"Flat","11":"1","12":"446","index":299},{"0":"54","1":"M","2":"ASY","3":"136.0","4":"220.0","5":"0.0","6":"Normal","7":"140","8":"Y","9":"3.0","10":"Flat","11":"1","12":"490","index":300},{"0":"75","1":"M","2":"ASY","3":"136.0","4":"225.0","5":"0.0","6":"Normal","7":"112","8":"Y","9":"3.0","10":"Flat","11":"1","12":"507","index":301},{"0":"62","1":"M","2":"TA","3":"112.0","4":"258.0","5":"0.0","6":"ST","7":"150","8":"Y","9":"1.3","10":"Flat","11":"1","12":"514","index":302},{"0":"65","1":"M","2":"ASY","3":"150.0","4":"235.0","5":"0.0","6":"Normal","7":"120","8":"Y","9":"1.5","10":"Flat","11":"1","12":"518","index":303},{"0":"49","1":"M","2":"NAP","3":"131.0","4":"142.0","5":"0.0","6":"Normal","7":"127","8":"Y","9":"1.5","10":"Flat","11":"1","12":"529","index":304},{"0":"72","1":"M","2":"ASY","3":"143.0","4":"211.0","5":"0.0","6":"Normal","7":"109","8":"Y","9":"1.4","10":"Flat","11":"1","12":"530","index":305},{"0":"71","1":"M","2":"NAP","4":"221.0","5":"0.0","6":"Normal","7":"108","8":"Y","9":"1.8","10":"Flat","11":"1","12":"553","index":306},{"0":"58","1":"M","2":"NAP","3":"137.0","4":"232.0","5":"0.0","6":"ST","7":"124","8":"Y","9":"1.4","10":"Flat","11":"1","12":"559","index":307},{"0":"61","1":"M","2":"ASY","3":"141.0","4":"292.0","5":"0.0","6":"ST","7":"115","8":"Y","9":"1.7","10":"Flat","11":"1","12":"566","index":308},{"0":"55","1":"M","2":"ASY","3":"158.0","4":"217.0","5":"0.0","6":"Normal","7":"110","8":"Y","9":"2.5","10":"Flat","11":"1","12":"570","index":309},{"0":"64","1":"M","2":"ASY","3":"150.0","4":"193.0","5":"0.0","6":"ST","7":"135","8":"Y","9":"0.5","10":"Flat","11":"1","12":"573","index":310},{"0":"62","1":"M","2":"ASY","3":"139.0","4":"170.0","5":"0.0","6":"ST","7":"120","8":"Y","9":"3.0","10":"Flat","11":"1","12":"577","index":311},{"0":"67","1":"M","2":"ASY","3":"146.0","4":"369.0","5":"0.0","6":"Normal","7":"110","8":"Y","9":"1.9","10":"Flat","11":"1","12":"578","index":312},{"0":"61","1":"M","2":"NAP","3":"140.0","4":"284.0","5":"0.0","6":"Normal","7":"123","8":"Y","9":"1.3","10":"Flat","11":"1","12":"602","index":313},{"0":"64","1":"M","2":"ASY","4":"263.0","5":"0.0","6":"Normal","7":"105","8":"Y","9":"0.2","10":"Flat","11":"0","12":"619","index":314},{"0":"64","1":"M","2":"TA","3":"110.0","4":"211.0","5":"0.0","6":"LVH","7":"144","8":"Y","9":"1.8","10":"Flat","11":"0","12":"634","index":315},{"0":"42","1":"M","2":"ASY","3":"136.0","4":"315.0","5":"0.0","6":"Normal","7":"125","8":"Y","9":"1.8","10":"Flat","11":"1","12":"666","index":316},{"0":"61","1":"M","2":"ASY","3":"138.0","4":"166.0","5":"0.0","6":"LVH","7":"125","8":"Y","9":"3.6","10":"Flat","11":"1","12":"672","index":317},{"0":"57","1":"M","2":"ASY","4":"276.0","5":"0.0","6":"LVH","7":"112","8":"Y","9":"0.6","10":"Flat","11":"1","12":"681","index":318},{"0":"61","1":"M","2":"ASY","4":"260.0","5":"0.0","6":"Normal","7":"140","8":"Y","9":"3.6","10":"Flat","11":"1","12":"686","index":319},{"0":"45","1":"M","2":"ASY","3":"104.0","4":"208.0","5":"0.0","6":"LVH","7":"148","8":"Y","9":"3.0","10":"Flat","11":"0","12":"692","index":320},{"0":"35","1":"M","2":"ASY","3":"120.0","4":"198.0","5":"0.0","6":"Normal","7":"130","8":"Y","9":"1.6","10":"Flat","11":"1","12":"697","index":321},{"0":"51","1":"M","2":"NAP","3":"100.0","4":"222.0","5":"0.0","6":"Normal","7":"143","8":"Y","9":"1.2","10":"Flat","11":"0","12":"722","index":322},{"0":"54","1":"M","2":"ASY","3":"122.0","4":"286.0","5":"0.0","6":"LVH","7":"116","8":"Y","9":"3.2","10":"Flat","11":"1","12":"737","index":323},{"0":"57","1":"M","2":"ASY","3":"152.0","4":"274.0","5":"0.0","6":"Normal","7":"88","8":"Y","9":"1.2","10":"Flat","11":"1","12":"738","index":324},{"0":"62","1":"M","2":"ASY","3":"120.0","4":"267.0","5":"0.0","6":"Normal","7":"99","8":"Y","9":"1.8","10":"Flat","11":"1","12":"742","index":325},{"0":"38","1":"M","2":"TA","3":"120.0","4":"231.0","5":"0.0","6":"Normal","7":"182","8":"Y","9":"3.8","10":"Flat","11":"1","12":"776","index":326},{"0":"58","1":"M","2":"ASY","3":"128.0","4":"259.0","5":"0.0","6":"LVH","7":"130","8":"Y","9":"3.0","10":"Flat","11":"1","12":"779","index":327},{"0":"67","1":"M","2":"ASY","3":"100.0","4":"299.0","5":"0.0","6":"LVH","7":"125","8":"Y","9":"0.9","10":"Flat","11":"1","12":"788","index":328},{"0":"51","1":"M","2":"ASY","3":"140.0","4":"298.0","5":"0.0","6":"Normal","7":"122","8":"Y","9":"4.2","10":"Flat","11":"1","12":"792","index":329},{"0":"56","1":"M","2":"ASY","3":"132.0","4":"184.0","5":"0.0","6":"LVH","7":"105","8":"Y","9":"2.1","10":"Flat","11":"1","12":"802","index":330},{"0":"70","1":"M","2":"NAP","3":"160.0","4":"269.0","5":"0.0","6":"Normal","7":"112","8":"Y","9":"2.9","10":"Flat","11":"1","12":"805","index":331},{"0":"60","1":"M","2":"ASY","3":"125.0","4":"258.0","5":"0.0","6":"LVH","7":"141","8":"Y","9":"2.8","10":"Flat","11":"1","12":"818","index":332},{"0":"55","1":"M","2":"ASY","3":"160.0","4":"289.0","5":"0.0","6":"LVH","7":"145","8":"Y","9":"0.8","10":"Flat","11":"1","12":"820","index":333},{"0":"58","1":"M","2":"NAP","3":"105.0","4":"240.0","5":"0.0","6":"LVH","7":"154","8":"Y","9":"0.6","10":"Flat","11":"0","12":"823","index":334},{"0":"64","1":"M","2":"NAP","3":"125.0","4":"309.0","5":"0.0","6":"Normal","7":"131","8":"Y","9":"1.8","10":"Flat","11":"1","12":"824","index":335},{"0":"58","1":"M","2":"ASY","3":"128.0","4":"216.0","5":"0.0","6":"LVH","7":"131","8":"Y","9":"2.2","10":"Flat","11":"1","12":"829","index":336},{"0":"43","1":"M","2":"ASY","4":"177.0","5":"0.0","6":"LVH","7":"120","8":"Y","9":"2.5","10":"Flat","11":"1","12":"853","index":337},{"0":"55","1":"M","2":"ASY","4":"353.0","5":"0.0","6":"Normal","7":"132","8":"Y","9":"1.2","10":"Flat","11":"1","12":"873","index":338},{"0":"60","1":"M","2":"ASY","4":"206.0","5":"0.0","6":"LVH","7":"132","8":"Y","9":"2.4","10":"Flat","11":"1","12":"877","index":339},{"0":"67","1":"M","2":"ASY","3":"160.0","4":"286.0","5":"0.0","6":"LVH","7":"108","8":"Y","9":"1.5","10":"Flat","11":"1","12":"885","index":340},{"0":"57","1":"M","2":"ASY","3":"130.0","4":"131.0","5":"0.0","6":"Normal","7":"115","8":"Y","9":"1.2","10":"Flat","11":"1","12":"916","index":341},{"0":"53","1":"M","2":"ASY","3":"180.0","4":"285.0","5":"0.0","6":"ST","7":"120","8":"Y","9":"1.5","10":"Flat","11":"1","12":"944","index":342},{"0":"63","1":"M","2":"ASY","3":"140.0","4":"260.0","5":"0.0","6":"ST","7":"112","8":"Y","9":"3.0","10":"Flat","11":"1","12":"948","index":343},{"0":"67","1":"M","2":"ASY","3":"100.0","4":"299.0","5":"0.0","6":"LVH","7":"125","8":"Y","9":"0.9","10":"Flat","11":"1","12":"951","index":344},{"0":"50","1":"M","2":"ASY","3":"140.0","4":"341.0","5":"0.0","6":"ST","7":"125","8":"Y","9":"2.5","10":"Flat","11":"1","12":"952","index":345},{"0":"48","1":"M","2":"ASY","3":"160.0","4":"193.0","5":"0.0","6":"Normal","7":"102","8":"Y","9":"3.0","10":"Flat","11":"1","12":"964","index":346},{"0":"62","1":"M","2":"ASY","3":"120.0","4":"267.0","5":"0.0","6":"Normal","7":"99","8":"Y","9":"1.8","10":"Flat","11":"1","12":"977","index":347},{"0":"64","1":"M","2":"ASY","3":"150.0","4":"193.0","5":"0.0","6":"ST","7":"135","8":"Y","9":"0.5","10":"Flat","11":"1","12":"979","index":348},{"0":"43","1":"M","2":"ASY","3":"120.0","4":"177.0","5":"0.0","6":"LVH","7":"120","8":"Y","9":"2.5","10":"Flat","11":"1","12":"981","index":349},{"0":"49","1":"M","2":"NAP","3":"131.0","4":"142.0","5":"0.0","6":"Normal","7":"127","8":"Y","9":"1.5","10":"Flat","11":"1","12":"987","index":350},{"0":"71","1":"M","2":"NAP","3":"144.0","4":"221.0","5":"0.0","6":"Normal","7":"108","8":"Y","9":"1.8","10":"Flat","11":"1","12":"990","index":351},{"0":"57","1":"M","2":"ASY","3":"150.0","4":"255.0","6":"Normal","7":"92","8":"Y","9":"3.0","10":"Flat","11":"1","12":"112","index":352},{"0":"56","1":"M","2":"ASY","3":"155.0","4":"342.0","5":"1.0","6":"Normal","7":"150","8":"Y","9":"3.0","10":"Flat","11":"1","12":"156","index":353},{"0":"53","1":"M","2":"ASY","3":"180.0","4":"285.0","6":"ST","7":"120","8":"Y","9":"1.5","10":"Flat","11":"1","12":"190","index":354},{"0":"52","1":"M","2":"ASY","3":"170.0","4":"223.0","6":"Normal","7":"126","8":"Y","9":"1.5","10":"Flat","11":"1","12":"278","index":355},{"0":"66","1":"M","2":"NAP","3":"110.0","4":"213.0","6":"LVH","7":"99","8":"Y","9":"1.3","10":"Flat","11":"0","12":"421","index":356},{"0":"60","1":"M","2":"ASY","3":"130.0","4":"186.0","5":"1.0","6":"ST","7":"140","8":"Y","9":"0.5","10":"Flat","11":"1","12":"444","index":357},{"0":"60","1":"M","2":"ASY","3":"140.0","4":"281.0","6":"ST","7":"118","8":"Y","9":"1.5","10":"Flat","11":"1","12":"453","index":358},{"0":"58","1":"M","2":"ASY","3":"136.0","4":"203.0","5":"1.0","6":"Normal","7":"123","8":"Y","9":"1.2","10":"Flat","11":"1","12":"455","index":359},{"0":"57","1":"M","2":"ASY","3":"139.0","4":"277.0","5":"1.0","6":"ST","7":"118","8":"Y","9":"1.9","10":"Flat","11":"1","12":"461","index":360},{"0":"60","1":"M","2":"NAP","3":"141.0","4":"316.0","5":"1.0","6":"ST","7":"122","8":"Y","9":"1.7","10":"Flat","11":"1","12":"474","index":361},{"0":"63","1":"M","2":"ATA","4":"217.0","5":"1.0","6":"ST","7":"128","8":"Y","9":"1.2","10":"Flat","11":"1","12":"486","index":362},{"0":"55","1":"M","2":"NAP","3":"136.0","4":"245.0","5":"1.0","6":"ST","7":"131","8":"Y","9":"1.2","10":"Flat","11":"1","12":"506","index":363},{"0":"64","1":"M","2":"ASY","4":"306.0","5":"1.0","6":"ST","7":"115","8":"Y","9":"1.8","10":"Flat","11":"1","12":"532","index":364},{"0":"62","1":"M","2":"NAP","3":"138.0","4":"204.0","6":"ST","7":"122","8":"Y","9":"1.2","10":"Flat","11":"1","12":"541","index":365},{"0":"74","1":"M","2":"TA","3":"145.0","4":"216.0","5":"1.0","6":"Normal","7":"116","8":"Y","9":"1.8","10":"Flat","11":"1","12":"554","index":366},{"0":"56","1":"M","2":"NAP","3":"137.0","4":"208.0","5":"1.0","6":"ST","7":"122","8":"Y","9":"1.8","10":"Flat","11":"1","12":"558","index":367},{"0":"55","1":"M","2":"ASY","3":"135.0","4":"204.0","5":"1.0","6":"ST","7":"126","8":"Y","9":"1.1","10":"Flat","11":"1","12":"564","index":368},{"0":"69","1":"M","2":"ASY","4":"110.0","5":"1.0","6":"Normal","7":"109","8":"Y","9":"1.5","10":"Flat","11":"1","12":"572","index":369},{"0":"69","1":"M","2":"ASY","3":"142.0","4":"210.0","5":"1.0","6":"ST","7":"112","8":"Y","9":"1.5","10":"Flat","11":"1","12":"575","index":370},{"0":"56","1":"M","2":"ASY","3":"137.0","4":"282.0","5":"1.0","6":"Normal","7":"126","8":"Y","9":"1.2","10":"Flat","11":"1","12":"576","index":371},{"0":"69","1":"M","2":"ASY","3":"145.0","4":"289.0","5":"1.0","6":"ST","7":"110","8":"Y","9":"1.8","10":"Flat","11":"1","12":"580","index":372},{"0":"64","1":"M","2":"ASY","3":"141.0","4":"244.0","5":"1.0","6":"ST","7":"116","8":"Y","9":"1.5","10":"Flat","11":"1","12":"585","index":373},{"0":"60","1":"M","2":"ASY","3":"130.0","4":"186.0","6":"LVH","7":"140","8":"Y","9":"0.5","10":"Flat","11":"1","12":"596","index":374},{"0":"62","1":"M","2":"ASY","3":"160.0","4":"254.0","6":"ST","7":"108","8":"Y","9":"3.0","10":"Flat","11":"1","12":"607","index":375},{"0":"53","1":"M","2":"ASY","3":"144.0","4":"300.0","5":"1.0","6":"ST","7":"128","8":"Y","9":"1.5","10":"Flat","11":"1","12":"608","index":376},{"0":"56","1":"M","2":"NAP","3":"130.0","4":"256.0","6":"LVH","7":"142","8":"Y","9":"0.6","10":"Flat","11":"1","12":"622","index":377},{"0":"59","1":"M","2":"ASY","3":"110.0","4":"239.0","6":"LVH","7":"142","8":"Y","9":"1.2","10":"Flat","11":"1","12":"623","index":378},{"0":"67","1":"M","2":"ASY","3":"120.0","4":"229.0","6":"LVH","7":"129","8":"Y","9":"2.6","10":"Flat","11":"1","12":"636","index":379},{"0":"54","1":"M","2":"ASY","3":"124.0","4":"266.0","6":"LVH","7":"109","8":"Y","9":"2.2","10":"Flat","11":"1","12":"708","index":380},{"0":"56","1":"M","2":"ASY","3":"125.0","4":"249.0","5":"1.0","6":"LVH","7":"144","8":"Y","9":"1.2","10":"Flat","11":"1","12":"753","index":381},{"0":"54","1":"M","2":"ASY","3":"110.0","4":"239.0","6":"Normal","7":"126","8":"Y","9":"2.8","10":"Flat","11":"1","12":"836","index":382},{"0":"60","1":"M","2":"ASY","3":"145.0","4":"282.0","6":"LVH","7":"142","8":"Y","9":"2.8","10":"Flat","11":"1","12":"865","index":383},{"0":"43","1":"M","2":"ASY","3":"132.0","4":"247.0","5":"1.0","6":"LVH","7":"143","8":"Y","9":"0.1","10":"Flat","11":"1","12":"888","index":384},{"0":"70","1":"M","2":"NAP","3":"160.0","4":"269.0","6":"Normal","7":"112","8":"Y","9":"2.9","10":"Flat","11":"1","12":"943","index":385},{"0":"36","1":"M","2":"ATA","3":"120.0","4":"267.0","5":"0.0","6":"Normal","7":"160","8":"N","9":"3.0","10":"Flat","11":"1","12":"20","index":386},{"0":"54","1":"M","2":"ASY","3":"140.0","4":"216.0","5":"0.0","6":"Normal","7":"105","8":"N","9":"1.5","10":"Flat","11":"1","12":"177","index":387},{"0":"64","1":"M","2":"ASY","3":"130.0","4":"223.0","5":"0.0","6":"ST","7":"128","8":"N","9":"0.5","10":"Flat","11":"0","12":"521","index":388},{"0":"57","1":"M","2":"ATA","3":"180.0","4":"285.0","5":"1.0","6":"ST","7":"120","8":"N","9":"0.8","10":"Flat","11":"1","12":"586","index":389},{"0":"70","1":"M","2":"ASY","3":"130.0","4":"322.0","5":"0.0","6":"LVH","7":"109","8":"N","9":"2.4","10":"Flat","11":"1","12":"616","index":390},{"0":"60","1":"M","2":"ASY","3":"140.0","4":"293.0","5":"0.0","6":"LVH","7":"170","8":"N","9":"1.2","10":"Flat","11":"1","12":"624","index":391},{"0":"59","1":"M","2":"ASY","3":"135.0","4":"234.0","5":"0.0","6":"Normal","7":"161","8":"N","9":"0.5","10":"Flat","11":"0","12":"626","index":392},{"0":"61","1":"M","2":"TA","3":"134.0","4":"234.0","5":"0.0","6":"Normal","7":"145","8":"N","9":"2.6","10":"Flat","11":"1","12":"629","index":393},{"0":"48","1":"M","2":"ATA","3":"130.0","4":"245.0","5":"0.0","6":"LVH","7":"180","8":"N","9":"0.2","10":"Flat","11":"0","12":"637","index":394},{"0":"43","1":"M","2":"ASY","3":"115.0","4":"303.0","6":"Normal","7":"181","8":"N","9":"1.2","10":"Flat","11":"0","12":"638","index":395},{"0":"58","1":"M","2":"NAP","3":"112.0","4":"230.0","5":"0.0","6":"LVH","7":"165","8":"N","9":"2.5","10":"Flat","11":"1","12":"644","index":396},{"0":"57","1":"M","2":"NAP","3":"128.0","4":"229.0","5":"0.0","6":"LVH","7":"150","8":"N","9":"0.4","10":"Flat","11":"1","12":"646","index":397},{"0":"59","1":"M","2":"NAP","3":"126.0","4":"218.0","5":"1.0","6":"Normal","7":"134","8":"N","9":"2.2","10":"Flat","11":"1","12":"660","index":398},{"0":"50","1":"M","2":"ASY","3":"150.0","4":"243.0","5":"0.0","6":"LVH","7":"128","8":"N","9":"2.6","10":"Flat","11":"1","12":"705","index":399},{"0":"66","1":"M","2":"ASY","3":"120.0","4":"302.0","5":"0.0","6":"LVH","7":"151","8":"N","9":"0.4","10":"Flat","11":"0","12":"712","index":400},{"0":"63","1":"M","2":"ASY","3":"130.0","4":"254.0","5":"0.0","6":"LVH","7":"147","8":"N","9":"1.4","10":"Flat","11":"1","12":"720","index":401},{"0":"48","1":"M","2":"ASY","3":"124.0","4":"274.0","5":"0.0","6":"LVH","7":"166","8":"N","9":"0.5","10":"Flat","11":"1","12":"721","index":402},{"0":"50","1":"M","2":"NAP","3":"140.0","4":"233.0","5":"0.0","6":"Normal","7":"163","8":"N","9":"0.6","10":"Flat","11":"1","12":"758","index":403},{"0":"56","1":"M","2":"TA","3":"120.0","4":"193.0","5":"0.0","6":"LVH","7":"162","8":"N","9":"1.9","10":"Flat","11":"0","12":"774","index":404},{"0":"65","1":"M","2":"TA","3":"138.0","4":"282.0","6":"LVH","7":"174","8":"N","9":"1.4","10":"Flat","11":"1","12":"785","index":405},{"0":"69","1":"M","2":"TA","3":"160.0","4":"234.0","5":"1.0","6":"LVH","7":"131","8":"N","9":"0.1","10":"Flat","11":"0","12":"786","index":406},{"0":"46","1":"M","2":"NAP","3":"150.0","4":"231.0","5":"0.0","6":"Normal","7":"147","8":"N","9":"3.6","10":"Flat","11":"1","12":"793","index":407},{"0":"67","1":"M","2":"ASY","3":"125.0","4":"254.0","5":"1.0","6":"Normal","7":"163","8":"N","9":"0.2","10":"Flat","11":"1","12":"794","index":408},{"0":"59","1":"M","2":"TA","3":"170.0","4":"288.0","5":"0.0","6":"LVH","7":"159","8":"N","9":"0.2","10":"Flat","11":"1","12":"826","index":409},{"0":"51","1":"M","2":"NAP","3":"125.0","4":"245.0","5":"1.0","6":"LVH","7":"166","8":"N","9":"2.4","10":"Flat","11":"0","12":"827","index":410},{"0":"54","1":"M","2":"NAP","3":"120.0","4":"258.0","5":"0.0","6":"LVH","7":"147","8":"N","9":"0.4","10":"Flat","11":"0","12":"834","index":411},{"0":"39","1":"M","2":"ASY","4":"219.0","5":"0.0","6":"Normal","7":"140","8":"N","9":"1.2","10":"Flat","11":"1","12":"847","index":412},{"0":"62","1":"M","2":"NAP","3":"130.0","4":"231.0","5":"0.0","6":"Normal","7":"146","8":"N","9":"1.8","10":"Flat","11":"0","12":"850","index":413},{"0":"60","1":"M","2":"NAP","3":"140.0","4":"185.0","6":"LVH","7":"155","8":"N","9":"3.0","10":"Flat","11":"1","12":"864","index":414},{"0":"54","1":"M","2":"ASY","3":"120.0","4":"188.0","5":"0.0","6":"Normal","7":"113","8":"N","9":"1.4","10":"Flat","11":"1","12":"866","index":415},{"0":"58","1":"M","2":"ATA","4":"284.0","5":"0.0","6":"LVH","7":"160","8":"N","9":"1.8","10":"Flat","11":"1","12":"878","index":416},{"0":"57","1":"M","2":"ASY","3":"140.0","4":"192.0","5":"0.0","6":"Normal","7":"148","8":"N","9":"0.4","10":"Flat","11":"0","12":"884","index":417},{"0":"64","1":"M","2":"TA","3":"170.0","4":"227.0","5":"0.0","6":"LVH","7":"155","8":"N","9":"0.6","10":"Flat","11":"0","12":"891","index":418},{"0":"67","1":"M","2":"NAP","3":"152.0","4":"212.0","5":"0.0","6":"LVH","7":"150","8":"N","9":"0.8","10":"Flat","11":"1","12":"906","index":419},{"0":"45","1":"M","2":"TA","3":"110.0","4":"264.0","5":"0.0","6":"Normal","7":"132","8":"N","9":"1.2","10":"Flat","11":"1","12":"914","index":420},{"0":"68","1":"M","2":"ASY","3":"144.0","4":"193.0","5":"1.0","6":"Normal","7":"141","8":"N","9":"3.4","10":"Flat","11":"1","12":"915","index":421},{"0":"64","1":"M","2":"ASY","3":"130.0","4":"223.0","5":"0.0","6":"ST","7":"128","8":"N","9":"0.5","10":"Flat","11":"0","12":"926","index":422},{"0":"59","1":"M","2":"NAP","3":"126.0","4":"218.0","5":"1.0","6":"Normal","7":"134","8":"N","9":"2.2","10":"Flat","11":"1","12":"932","index":423},{"0":"67","1":"M","2":"ASY","3":"125.0","4":"254.0","5":"1.0","6":"Normal","7":"163","8":"N","9":"0.2","10":"Flat","11":"1","12":"989","index":424},{"0":"59","1":"M","2":"ASY","3":"135.0","4":"234.0","6":"Normal","7":"161","8":"N","9":"0.5","10":"Flat","11":"0","12":"998","index":425},{"0":"59","1":"M","2":"ASY","3":"135.0","4":"234.0","5":"0.0","6":"Normal","7":"161","8":"N","9":"0.5","10":"Flat","11":"0","12":"1008","index":426},{"0":"59","1":"M","2":"NAP","3":"126.0","4":"218.0","6":"Normal","7":"134","8":"N","9":"2.2","10":"Flat","11":"1","12":"1014","index":427},{"0":"48","1":"F","2":"ASY","3":"138.0","4":"214.0","5":"0.0","6":"Normal","7":"108","8":"Y","9":"1.5","10":"Flat","11":"1","12":"4","index":428},{"0":"54","1":"F","2":"ATA","4":"273.0","5":"0.0","6":"Normal","7":"150","8":"N","9":"1.5","10":"Flat","11":"0","12":"16","index":429},{"0":"57","1":"F","2":"ASY","3":"180.0","4":"347.0","5":"0.0","6":"ST","7":"126","8":"Y","9":"0.8","10":"Flat","11":"0","12":"279","index":430},{"0":"63","1":"F","2":"ASY","3":"150.0","4":"407.0","5":"0.0","6":"LVH","7":"154","8":"N","9":"4.0","10":"Flat","11":"1","12":"625","index":431},{"0":"71","1":"F","2":"ASY","3":"112.0","4":"149.0","5":"0.0","6":"Normal","7":"125","8":"N","9":"1.6","10":"Flat","11":"0","12":"631","index":432},{"0":"45","1":"F","2":"ATA","3":"130.0","4":"234.0","5":"0.0","6":"LVH","7":"175","8":"N","9":"0.6","10":"Flat","11":"0","12":"670","index":433},{"0":"51","1":"F","2":"ASY","3":"130.0","4":"305.0","5":"0.0","6":"Normal","7":"142","8":"Y","9":"1.2","10":"Flat","11":"1","12":"677","index":434},{"0":"44","1":"F","2":"NAP","3":"118.0","4":"242.0","5":"0.0","6":"Normal","7":"149","8":"N","9":"0.3","10":"Flat","11":"0","12":"684","index":435},{"0":"76","1":"F","2":"NAP","3":"140.0","4":"197.0","5":"0.0","6":"ST","7":"116","8":"N","9":"1.1","10":"Flat","11":"0","12":"689","index":436},{"0":"44","1":"F","2":"NAP","3":"108.0","4":"141.0","5":"0.0","6":"Normal","7":"175","8":"N","9":"0.6","10":"Flat","11":"0","12":"716","index":437},{"0":"60","1":"F","2":"ASY","3":"150.0","4":"258.0","5":"0.0","6":"LVH","7":"157","8":"N","9":"2.6","10":"Flat","11":"1","12":"723","index":438},{"0":"55","1":"F","2":"ASY","3":"180.0","4":"327.0","5":"0.0","6":"ST","7":"117","8":"Y","9":"3.4","10":"Flat","11":"1","12":"726","index":439},{"0":"52","1":"F","2":"NAP","4":"196.0","5":"0.0","6":"LVH","7":"169","8":"N","9":"0.1","10":"Flat","11":"0","12":"743","index":440},{"0":"63","1":"F","2":"ASY","3":"108.0","4":"269.0","5":"0.0","6":"Normal","7":"169","8":"Y","9":"1.8","10":"Flat","11":"1","12":"746","index":441},{"0":"62","1":"F","2":"ASY","3":"150.0","4":"244.0","5":"0.0","6":"Normal","7":"154","8":"Y","9":"1.4","10":"Flat","11":"1","12":"777","index":442},{"0":"45","1":"F","2":"ASY","3":"138.0","4":"236.0","5":"0.0","6":"LVH","7":"152","8":"Y","9":"0.2","10":"Flat","11":"0","12":"784","index":443},{"0":"68","1":"F","2":"NAP","3":"120.0","4":"211.0","5":"0.0","6":"LVH","7":"115","8":"N","9":"1.5","10":"Flat","11":"0","12":"789","index":444},{"0":"56","1":"F","2":"ASY","4":"409.0","5":"0.0","6":"LVH","7":"150","8":"Y","9":"1.9","10":"Flat","11":"1","12":"797","index":445},{"0":"42","1":"F","2":"ASY","3":"102.0","4":"265.0","5":"0.0","6":"LVH","7":"122","8":"N","9":"0.6","10":"Flat","11":"0","12":"799","index":446},{"0":"62","1":"F","2":"ASY","3":"140.0","4":"394.0","5":"0.0","6":"LVH","7":"157","8":"N","9":"1.2","10":"Flat","11":"0","12":"804","index":447},{"0":"54","1":"F","2":"NAP","3":"110.0","4":"214.0","5":"0.0","6":"Normal","7":"158","8":"N","9":"1.6","10":"Flat","11":"0","12":"813","index":448},{"0":"43","1":"F","2":"NAP","3":"122.0","4":"213.0","5":"0.0","6":"Normal","7":"165","8":"N","9":"0.2","10":"Flat","11":"0","12":"828","index":449},{"0":"62","1":"F","2":"NAP","3":"130.0","4":"263.0","5":"0.0","6":"Normal","7":"97","8":"N","9":"1.2","10":"Flat","11":"1","12":"842","index":450},{"0":"53","1":"F","2":"ASY","3":"130.0","4":"264.0","5":"0.0","6":"LVH","7":"143","8":"N","9":"0.4","10":"Flat","11":"0","12":"858","index":451},{"0":"56","1":"F","2":"ATA","3":"140.0","4":"294.0","5":"0.0","6":"LVH","7":"153","8":"N","9":"1.3","10":"Flat","11":"0","12":"883","index":452},{"0":"57","1":"F","2":"ASY","3":"140.0","4":"241.0","5":"0.0","6":"Normal","7":"123","8":"Y","9":"0.2","10":"Flat","11":"1","12":"913","index":453},{"0":"57","1":"F","2":"ASY","3":"180.0","4":"347.0","5":"0.0","6":"ST","7":"126","8":"Y","9":"0.8","10":"Flat","11":"0","12":"928","index":454},{"0":"54","1":"F","2":"ATA","3":"120.0","4":"273.0","5":"0.0","6":"Normal","7":"150","8":"N","9":"1.5","10":"Flat","11":"0","12":"931","index":455},{"0":"48","1":"F","2":"ASY","3":"138.0","4":"214.0","5":"0.0","6":"Normal","7":"108","8":"Y","9":"1.5","10":"Flat","11":"1","12":"933","index":456},{"0":"63","1":"F","2":"ASY","3":"108.0","4":"269.0","5":"0.0","6":"Normal","7":"169","8":"Y","9":"1.8","10":"Flat","11":"1","12":"936","index":457},{"0":"54","1":"F","2":"ATA","3":"120.0","4":"273.0","5":"0.0","6":"Normal","7":"150","8":"N","9":"1.5","10":"Flat","11":"0","12":"967","index":458},{"0":"58","1":"F","2":"ASY","3":"130.0","4":"197.0","5":"0.0","6":"Normal","7":"131","8":"N","9":"0.6","10":"Flat","11":"0","12":"984","index":459},{"0":"52","1":"F","2":"ASY","3":"130.0","4":"180.0","5":"0.0","6":"Normal","7":"140","8":"Y","9":"1.5","10":"Flat","11":"0","12":"1004","index":460},{"0":"57","1":"F","2":"ASY","4":"347.0","5":"0.0","6":"ST","7":"126","8":"Y","9":"0.8","10":"Flat","11":"0","12":"1019","index":461},{"0":"59","1":"F","2":"ASY","3":"130.0","4":"338.0","5":"1.0","6":"ST","7":"130","8":"Y","9":"1.5","10":"Flat","11":"1","12":"118","index":462},{"0":"67","1":"F","2":"NAP","4":"564.0","6":"LVH","7":"160","8":"N","9":"1.6","10":"Flat","11":"0","12":"617","index":463},{"0":"50","1":"F","2":"NAP","3":"120.0","4":"219.0","6":"Normal","7":"158","8":"N","9":"1.6","10":"Flat","11":"0","12":"767","index":464},{"0":"62","1":"F","2":"ASY","3":"138.0","4":"294.0","6":"Normal","7":"106","8":"N","9":"1.9","10":"Flat","11":"1","12":"791","index":465},{"0":"43","1":"F","2":"ASY","3":"132.0","4":"341.0","5":"1.0","6":"LVH","7":"136","8":"Y","9":"3.0","10":"Flat","11":"1","12":"843","index":466},{"0":"58","1":"F","2":"ASY","3":"170.0","4":"225.0","6":"LVH","7":"146","8":"Y","9":"2.8","10":"Flat","11":"1","12":"902","index":467},{"0":"37","1":"M","2":"ASY","3":"140.0","5":"0.0","6":"Normal","7":"130","8":"Y","9":"1.5","10":"Flat","11":"1","12":"9","index":468},{"0":"65","1":"M","2":"ASY","3":"140.0","5":"1.0","6":"Normal","7":"87","8":"Y","9":"1.5","10":"Flat","11":"1","12":"37","index":469},{"0":"52","1":"F","2":"ASY","3":"130.0","5":"0.0","6":"Normal","7":"140","8":"Y","9":"1.5","10":"Flat","11":"0","12":"55","index":470},{"0":"54","1":"M","2":"NAP","3":"120.0","5":"0.0","6":"Normal","7":"150","8":"Y","9":"1.5","10":"Flat","11":"1","12":"247","index":471},{"0":"54","1":"F","2":"ASY","5":"0.0","6":"Normal","7":"105","8":"Y","9":"1.5","10":"Flat","11":"1","12":"543","index":472},{"0":"41","1":"M","2":"ASY","3":"150.0","5":"0.0","6":"Normal","7":"128","8":"Y","9":"1.5","10":"Flat","11":"0","12":"567","index":473},{"0":"72","1":"M","2":"ASY","3":"160.0","6":"LVH","7":"130","8":"N","9":"1.5","10":"Flat","11":"1","12":"574","index":474},{"0":"56","1":"M","2":"ASY","5":"1.0","6":"Normal","7":"98","8":"N","9":"1.5","10":"Flat","11":"1","12":"600","index":475},{"0":"57","1":"M","2":"ASY","3":"110.0","5":"0.0","6":"Normal","7":"126","8":"Y","9":"1.5","10":"Flat","11":"0","12":"700","index":476},{"0":"38","1":"M","2":"ASY","5":"0.0","6":"Normal","7":"134","8":"Y","9":"2.5","10":"Flat","11":"1","12":"228","index":477},{"0":"60","1":"M","2":"ASY","3":"160.0","5":"1.0","6":"Normal","7":"149","8":"N","9":"0.4","10":"Flat","11":"1","12":"301","index":478},{"0":"55","1":"M","2":"ASY","3":"115.0","5":"1.0","6":"Normal","7":"155","8":"N","9":"0.1","10":"Flat","11":"1","12":"307","index":479},{"0":"72","1":"M","2":"NAP","3":"160.0","5":"0.0","6":"LVH","7":"114","8":"N","9":"1.6","10":"Flat","11":"0","12":"337","index":480},{"0":"63","1":"M","2":"ASY","3":"140.0","5":"0.0","6":"ST","7":"112","8":"Y","9":"3.0","10":"Flat","11":"1","12":"417","index":481},{"0":"60","1":"M","2":"ATA","3":"160.0","5":"1.0","6":"ST","7":"157","8":"N","9":"0.5","10":"Flat","11":"1","12":"426","index":482},{"0":"55","1":"M","2":"NAP","3":"120.0","5":"0.0","6":"ST","7":"125","8":"Y","9":"2.5","10":"Flat","11":"1","12":"467","index":483},{"0":"51","1":"M","2":"NAP","3":"137.0","5":"0.0","6":"Normal","7":"127","8":"Y","9":"1.7","10":"Flat","11":"1","12":"494","index":484},{"0":"60","1":"M","2":"ASY","3":"142.0","5":"0.0","6":"Normal","7":"110","8":"Y","9":"2.5","10":"Flat","11":"1","12":"495","index":485},{"0":"65","1":"M","2":"ASY","5":"0.0","6":"LVH","7":"113","8":"Y","9":"1.7","10":"Flat","11":"1","12":"527","index":486},{"0":"50","1":"M","2":"ASY","3":"133.0","5":"0.0","6":"Normal","7":"128","8":"Y","9":"1.1","10":"Flat","11":"1","12":"531","index":487},{"0":"46","1":"M","2":"ASY","3":"140.0","5":"0.0","6":"Normal","7":"120","8":"Y","9":"1.8","10":"Flat","11":"1","12":"632","index":488},{"0":"50","1":"M","2":"ASY","3":"144.0","5":"0.0","6":"LVH","7":"126","8":"Y","9":"0.9","10":"Flat","11":"1","12":"650","index":489},{"0":"62","1":"M","2":"ATA","5":"0.0","6":"LVH","7":"103","8":"N","9":"1.4","10":"Flat","11":"1","12":"675","index":490},{"0":"55","1":"F","2":"ATA","5":"0.0","6":"LVH","7":"161","8":"N","9":"1.4","10":"Flat","11":"0","12":"811","index":491},{"0":"52","1":"M","2":"TA","3":"152.0","5":"1.0","6":"Normal","7":"178","8":"N","9":"1.2","10":"Flat","11":"0","12":"821","index":492},{"0":"65","1":"M","2":"ASY","3":"135.0","5":"0.0","6":"LVH","7":"127","8":"N","9":"2.8","10":"Flat","11":"1","12":"837","index":493},{"0":"68","1":"M","2":"NAP","3":"180.0","5":"1.0","6":"LVH","7":"150","8":"Y","9":"1.6","10":"Flat","11":"1","12":"856","index":494},{"0":"58","1":"F","2":"ASY","3":"130.0","5":"0.0","6":"Normal","7":"131","8":"N","9":"0.6","10":"Flat","11":"0","12":"895","index":495},{"0":"57","1":"M","2":"ASY","3":"110.0","5":"0.0","6":"Normal","7":"143","8":"Y","9":"3.0","10":"Flat","11":"1","12":"896","index":496},{"0":"58","1":"M","2":"ATA","3":"125.0","5":"0.0","6":"Normal","7":"144","8":"N","9":"0.4","10":"Flat","11":"0","12":"903","index":497},{"0":"62","1":"M","2":"NAP","3":"130.0","5":"0.0","6":"Normal","7":"146","8":"N","9":"1.8","10":"Flat","11":"0","12":"999","index":498},{"0":"65","1":"M","2":"TA","3":"138.0","5":"1.0","6":"LVH","7":"174","8":"N","9":"1.4","10":"Flat","11":"1","12":"1009","index":499},{"0":"62","1":"F","2":"ASY","3":"120.0","4":"0.0","5":"1.0","6":"ST","7":"123","8":"Y","9":"1.7","10":"Down","11":"1","12":"304","index":500},{"0":"53","1":"M","2":"ATA","3":"130.0","4":"0.0","5":"0.0","6":"ST","7":"120","8":"N","9":"0.7","10":"Down","11":"0","12":"308","index":501},{"0":"57","1":"M","2":"ASY","3":"95.0","4":"0.0","5":"1.0","6":"Normal","7":"182","8":"N","9":"0.7","10":"Down","11":"1","12":"310","index":502},{"0":"53","1":"M","2":"ASY","3":"80.0","4":"0.0","5":"0.0","6":"Normal","7":"141","8":"Y","9":"2.0","10":"Down","11":"0","12":"315","index":503},{"0":"62","1":"M","2":"ASY","3":"115.0","4":"0.0","5":"1.0","6":"Normal","7":"128","8":"Y","9":"2.5","10":"Down","11":"1","12":"324","index":504},{"0":"42","1":"M","2":"ASY","3":"105.0","4":"0.0","5":"1.0","6":"Normal","7":"128","8":"Y","9":"-1.5","10":"Down","11":"1","12":"326","index":505},{"0":"60","1":"M","2":"ASY","3":"130.0","4":"0.0","5":"1.0","6":"ST","7":"130","8":"Y","9":"1.1","10":"Down","11":"1","12":"330","index":506},{"0":"64","1":"F","2":"ASY","3":"95.0","4":"0.0","5":"1.0","6":"Normal","7":"145","8":"N","9":"1.1","10":"Down","11":"1","12":"340","index":507},{"0":"43","1":"M","2":"ASY","3":"100.0","4":"0.0","5":"1.0","6":"Normal","7":"122","8":"N","9":"1.5","10":"Down","11":"1","12":"341","index":508},{"0":"64","1":"M","2":"ASY","3":"110.0","4":"0.0","5":"1.0","6":"Normal","7":"114","8":"Y","9":"1.3","10":"Down","11":"1","12":"342","index":509},{"0":"56","1":"M","2":"ASY","3":"120.0","4":"0.0","5":"0.0","6":"ST","7":"100","8":"Y","9":"-1.0","10":"Down","11":"1","12":"353","index":510},{"0":"63","1":"M","2":"ASY","3":"126.0","4":"0.0","5":"0.0","6":"ST","7":"120","8":"N","9":"1.5","10":"Down","11":"0","12":"435","index":511},{"0":"52","1":"M","2":"NAP","3":"122.0","4":"0.0","5":"0.0","6":"Normal","7":"110","8":"Y","9":"2.0","10":"Down","11":"1","12":"451","index":512},{"0":"59","1":"M","2":"NAP","3":"131.0","4":"0.0","5":"0.0","6":"Normal","7":"128","8":"Y","9":"2.0","10":"Down","11":"1","12":"465","index":513},{"0":"61","1":"M","2":"ASY","3":"110.0","4":"0.0","5":"1.0","6":"Normal","7":"108","8":"Y","9":"2.0","10":"Down","11":"1","12":"478","index":514},{"0":"69","1":"M","2":"NAP","3":"140.0","4":"0.0","5":"1.0","6":"ST","7":"118","8":"N","9":"2.5","10":"Down","11":"1","12":"482","index":515},{"0":"58","1":"M","2":"ASY","3":"120.0","4":"0.0","5":"0.0","6":"LVH","7":"106","8":"Y","9":"1.5","10":"Down","11":"1","12":"484","index":516},{"0":"67","1":"M","2":"ASY","3":"120.0","4":"0.0","5":"1.0","6":"Normal","7":"150","8":"N","9":"1.5","10":"Down","11":"1","12":"509","index":517},{"0":"48","1":"M","2":"NAP","3":"102.0","4":"0.0","5":"1.0","6":"ST","7":"110","8":"Y","9":"1.0","10":"Down","11":"1","12":"519","index":518},{"0":"53","1":"M","2":"ASY","3":"80.0","4":"0.0","5":"0.0","6":"Normal","7":"141","8":"Y","9":"2.0","10":"Down","11":"0","12":"950","index":519},{"0":"62","1":"F","2":"ASY","3":"120.0","4":"0.0","5":"1.0","6":"ST","7":"123","8":"Y","9":"1.7","10":"Down","11":"1","12":"970","index":520},{"0":"59","1":"M","2":"NAP","3":"131.0","4":"0.0","5":"0.0","6":"Normal","7":"128","8":"Y","9":"2.0","10":"Down","11":"1","12":"976","index":521},{"0":"64","1":"F","2":"ASY","3":"95.0","4":"0.0","5":"1.0","6":"Normal","7":"145","8":"N","9":"1.1","10":"Down","11":"1","12":"996","index":522},{"0":"51","1":"F","2":"ASY","3":"120.0","4":"0.0","5":"1.0","6":"Normal","7":"127","8":"Y","9":"1.5","10":"Up","11":"1","12":"306","index":523},{"0":"38","1":"F","2":"ASY","3":"105.0","4":"0.0","5":"1.0","6":"Normal","7":"166","8":"N","9":"2.8","10":"Up","11":"1","12":"323","index":524},{"0":"63","1":"F","2":"ATA","3":"132.0","4":"0.0","5":"0.0","6":"Normal","7":"130","8":"N","9":"0.1","10":"Up","11":"0","12":"468","index":525},{"0":"32","1":"M","2":"TA","3":"95.0","4":"0.0","5":"1.0","6":"Normal","7":"127","8":"N","9":"0.7","10":"Up","11":"1","12":"295","index":526},{"0":"61","1":"M","2":"ASY","3":"105.0","4":"0.0","5":"1.0","6":"Normal","7":"110","8":"Y","9":"1.5","10":"Up","11":"1","12":"296","index":527},{"0":"57","1":"M","2":"ASY","3":"110.0","4":"0.0","5":"1.0","6":"ST","7":"131","8":"Y","9":"1.4","10":"Up","11":"1","12":"298","index":528},{"0":"47","1":"M","2":"ASY","3":"110.0","4":"0.0","6":"ST","7":"149","8":"N","9":"2.1","10":"Up","11":"1","12":"300","index":529},{"0":"55","1":"M","2":"ATA","3":"140.0","4":"0.0","5":"0.0","6":"ST","7":"150","8":"N","9":"0.2","10":"Up","11":"0","12":"302","index":530},{"0":"53","1":"M","2":"ASY","3":"125.0","4":"0.0","5":"1.0","6":"Normal","7":"120","8":"N","9":"1.5","10":"Up","11":"1","12":"303","index":531},{"0":"58","1":"M","2":"ASY","3":"115.0","4":"0.0","5":"1.0","6":"Normal","7":"138","8":"N","9":"0.5","10":"Up","11":"1","12":"309","index":532},{"0":"65","1":"M","2":"ASY","3":"155.0","4":"0.0","5":"0.0","6":"Normal","7":"154","8":"N","9":"1.0","10":"Up","11":"0","12":"311","index":533},{"0":"60","1":"M","2":"ASY","3":"125.0","4":"0.0","5":"1.0","6":"Normal","7":"110","8":"N","9":"0.1","10":"Up","11":"1","12":"312","index":534},{"0":"41","1":"M","2":"ASY","3":"125.0","4":"0.0","5":"1.0","6":"Normal","7":"176","8":"N","9":"1.6","10":"Up","11":"1","12":"313","index":535},{"0":"34","1":"M","2":"ASY","3":"115.0","4":"0.0","5":"1.0","6":"Normal","7":"154","8":"N","9":"0.2","10":"Up","11":"1","12":"314","index":536},{"0":"74","1":"M","2":"ATA","3":"145.0","4":"0.0","5":"1.0","6":"ST","7":"123","8":"N","9":"1.3","10":"Up","11":"1","12":"316","index":537},{"0":"56","1":"M","2":"ASY","3":"140.0","4":"0.0","5":"1.0","6":"Normal","7":"121","8":"Y","9":"1.8","10":"Up","11":"1","12":"318","index":538},{"0":"68","1":"M","2":"ASY","3":"145.0","4":"0.0","5":"1.0","6":"Normal","7":"136","8":"N","9":"1.8","10":"Up","11":"1","12":"320","index":539},{"0":"45","1":"M","2":"NAP","3":"110.0","4":"0.0","5":"0.0","6":"Normal","7":"138","8":"N","9":"-0.1","10":"Up","11":"0","12":"327","index":540},{"0":"60","1":"M","2":"NAP","3":"115.0","4":"0.0","5":"1.0","6":"Normal","7":"143","8":"N","9":"2.4","10":"Up","11":"1","12":"331","index":541},{"0":"56","1":"M","2":"ASY","3":"115.0","4":"0.0","5":"1.0","6":"ST","7":"82","8":"N","9":"-1.0","10":"Up","11":"1","12":"332","index":542},{"0":"38","1":"M","2":"NAP","3":"100.0","4":"0.0","6":"Normal","7":"179","8":"N","9":"-1.1","10":"Up","11":"0","12":"333","index":543},{"0":"51","1":"M","2":"ASY","3":"130.0","4":"0.0","5":"1.0","6":"Normal","7":"170","8":"N","9":"-0.7","10":"Up","11":"1","12":"335","index":544},{"0":"63","1":"M","2":"ASY","3":"150.0","4":"0.0","5":"1.0","6":"ST","7":"154","8":"N","9":"3.7","10":"Up","11":"1","12":"338","index":545},{"0":"63","1":"M","2":"ASY","3":"140.0","4":"0.0","6":"LVH","7":"149","8":"N","9":"2.0","10":"Up","11":"1","12":"339","index":546},{"0":"60","1":"M","2":"ASY","3":"135.0","4":"0.0","5":"0.0","6":"Normal","7":"63","8":"Y","9":"0.5","10":"Up","11":"1","12":"371","index":547},{"0":"52","1":"M","2":"ASY","3":"165.0","4":"0.0","5":"1.0","6":"Normal","7":"122","8":"Y","9":"1.0","10":"Up","11":"1","12":"399","index":548},{"0":"66","1":"M","2":"NAP","3":"120.0","4":"0.0","5":"0.0","6":"ST","7":"120","8":"N","9":"-0.5","10":"Up","11":"0","12":"422","index":549},{"0":"60","1":"M","2":"NAP","3":"120.0","4":"0.0","5":"1.0","6":"Normal","7":"141","8":"Y","9":"2.0","10":"Up","11":"1","12":"425","index":550},{"0":"58","1":"M","2":"ASY","3":"116.0","4":"0.0","5":"0.0","6":"Normal","7":"124","8":"N","9":"1.0","10":"Up","11":"1","12":"437","index":551},{"0":"74","1":"M","2":"NAP","4":"0.0","5":"0.0","6":"Normal","7":"116","8":"N","9":"0.2","10":"Up","11":"0","12":"440","index":552},{"0":"52","1":"M","2":"NAP","3":"128.0","4":"0.0","5":"0.0","6":"ST","7":"180","8":"N","9":"3.0","10":"Up","11":"1","12":"441","index":553},{"0":"60","1":"M","2":"ASY","4":"0.0","6":"Normal","7":"133","8":"Y","9":"2.0","10":"Up","11":"0","12":"454","index":554},{"0":"59","1":"M","2":"ASY","3":"154.0","4":"0.0","6":"ST","7":"131","8":"Y","9":"1.5","10":"Up","11":"0","12":"456","index":555},{"0":"62","1":"M","2":"ATA","3":"131.0","4":"0.0","5":"0.0","6":"Normal","7":"130","8":"N","9":"0.1","10":"Up","11":"0","12":"475","index":556},{"0":"43","1":"M","2":"ASY","3":"122.0","4":"0.0","5":"0.0","6":"Normal","7":"120","8":"N","9":"0.5","10":"Up","11":"1","12":"515","index":557},{"0":"53","1":"M","2":"ASY","4":"0.0","5":"1.0","6":"Normal","7":"120","8":"N","9":"1.5","10":"Up","11":"1","12":"929","index":558},{"0":"52","1":"M","2":"ASY","4":"0.0","5":"1.0","6":"Normal","7":"122","8":"Y","9":"1.0","10":"Up","11":"1","12":"939","index":559},{"0":"52","1":"M","2":"NAP","3":"128.0","4":"0.0","5":"0.0","6":"ST","7":"180","8":"N","9":"3.0","10":"Up","11":"1","12":"954","index":560},{"0":"52","1":"M","2":"NAP","3":"128.0","4":"0.0","5":"0.0","6":"ST","7":"180","8":"N","9":"3.0","10":"Up","11":"1","12":"991","index":561},{"0":"66","1":"M","2":"NAP","3":"120.0","4":"0.0","5":"0.0","6":"ST","7":"120","8":"N","9":"-0.5","10":"Up","11":"0","12":"1026","index":562},{"0":"50","1":"M","2":"ASY","4":"0.0","5":"1.0","6":"Normal","7":"139","8":"Y","9":"0.7","10":"Flat","11":"1","12":"297","index":563},{"0":"51","1":"M","2":"ASY","3":"95.0","4":"0.0","5":"1.0","6":"Normal","7":"126","8":"N","9":"2.2","10":"Flat","11":"1","12":"305","index":564},{"0":"57","1":"M","2":"NAP","3":"105.0","4":"0.0","5":"1.0","6":"Normal","7":"148","8":"N","9":"0.3","10":"Flat","11":"1","12":"317","index":565},{"0":"61","1":"M","2":"ASY","3":"130.0","4":"0.0","5":"1.0","6":"Normal","7":"77","8":"N","9":"2.5","10":"Flat","11":"1","12":"319","index":566},{"0":"59","1":"M","2":"NAP","3":"125.0","4":"0.0","6":"Normal","7":"175","8":"N","9":"2.6","10":"Flat","11":"1","12":"321","index":567},{"0":"63","1":"M","2":"ASY","3":"100.0","4":"0.0","5":"1.0","6":"Normal","7":"109","8":"N","9":"-0.9","10":"Flat","11":"1","12":"322","index":568},{"0":"46","1":"M","2":"ASY","3":"100.0","4":"0.0","5":"1.0","6":"ST","7":"133","8":"N","9":"-2.6","10":"Flat","11":"1","12":"325","index":569},{"0":"52","1":"M","2":"ASY","3":"95.0","4":"0.0","5":"1.0","6":"Normal","7":"82","8":"Y","9":"0.8","10":"Flat","11":"1","12":"329","index":570},{"0":"62","1":"M","2":"TA","3":"120.0","4":"0.0","5":"1.0","6":"LVH","7":"134","8":"N","9":"-0.8","10":"Flat","11":"1","12":"336","index":571},{"0":"61","1":"M","2":"ASY","3":"110.0","4":"0.0","5":"1.0","6":"Normal","7":"113","8":"N","9":"1.4","10":"Flat","11":"1","12":"343","index":572},{"0":"69","1":"M","2":"ASY","3":"137.0","4":"0.0","5":"0.0","6":"ST","7":"104","8":"Y","9":"1.6","10":"Flat","11":"1","12":"349","index":573},{"0":"46","1":"M","2":"ASY","3":"115.0","4":"0.0","5":"0.0","6":"Normal","7":"113","8":"Y","9":"1.5","10":"Flat","11":"1","12":"357","index":574},{"0":"65","1":"M","2":"ASY","3":"160.0","4":"0.0","5":"1.0","6":"ST","7":"122","8":"N","9":"1.2","10":"Flat","11":"1","12":"378","index":575},{"0":"60","1":"M","2":"ASY","3":"160.0","4":"0.0","5":"0.0","6":"ST","7":"99","8":"Y","9":"0.5","10":"Flat","11":"1","12":"381","index":576},{"0":"50","1":"M","2":"ASY","3":"115.0","4":"0.0","5":"0.0","6":"Normal","7":"120","8":"Y","9":"0.5","10":"Flat","11":"1","12":"382","index":577},{"0":"38","1":"M","2":"ASY","3":"150.0","4":"0.0","5":"1.0","6":"Normal","7":"120","8":"Y","9":"0.7","10":"Flat","11":"1","12":"394","index":578},{"0":"65","1":"M","2":"ASY","3":"145.0","4":"0.0","5":"1.0","6":"ST","7":"67","8":"N","9":"0.7","10":"Flat","11":"1","12":"403","index":579},{"0":"35","1":"M","2":"ASY","3":"120.0","4":"0.0","5":"1.0","6":"Normal","7":"130","8":"Y","9":"1.2","10":"Flat","11":"1","12":"406","index":580},{"0":"62","1":"M","2":"ASY","3":"115.0","4":"0.0","5":"1.0","6":"Normal","7":"72","8":"Y","9":"-0.5","10":"Flat","11":"1","12":"408","index":581},{"0":"54","1":"M","2":"ASY","3":"180.0","4":"0.0","5":"1.0","6":"Normal","7":"150","8":"N","9":"1.5","10":"Flat","11":"1","12":"412","index":582},{"0":"56","1":"M","2":"NAP","3":"125.0","4":"0.0","5":"1.0","6":"Normal","7":"98","8":"N","9":"-2.0","10":"Flat","11":"1","12":"414","index":583},{"0":"54","1":"M","2":"ASY","3":"130.0","4":"0.0","5":"1.0","6":"Normal","7":"110","8":"Y","9":"3.0","10":"Flat","11":"1","12":"415","index":584},{"0":"62","1":"M","2":"ASY","3":"110.0","4":"0.0","5":"0.0","6":"Normal","7":"120","8":"Y","9":"0.5","10":"Flat","11":"1","12":"429","index":585},{"0":"51","1":"M","2":"ASY","3":"128.0","4":"0.0","5":"1.0","6":"ST","7":"125","8":"Y","9":"1.2","10":"Flat","11":"1","12":"443","index":586},{"0":"54","1":"M","2":"ASY","3":"130.0","4":"0.0","5":"0.0","6":"ST","7":"117","8":"Y","9":"1.4","10":"Flat","11":"1","12":"447","index":587},{"0":"55","1":"M","2":"NAP","3":"0.0","4":"0.0","5":"0.0","6":"Normal","7":"155","8":"N","9":"1.5","10":"Flat","11":"1","12":"450","index":588},{"0":"61","1":"M","2":"ASY","3":"134.0","4":"0.0","5":"1.0","6":"ST","7":"86","8":"N","9":"1.5","10":"Flat","11":"1","12":"459","index":589},{"0":"68","1":"M","2":"ASY","4":"0.0","5":"0.0","6":"Normal","7":"130","8":"Y","9":"3.0","10":"Flat","11":"1","12":"472","index":590},{"0":"53","1":"M","2":"ASY","3":"154.0","4":"0.0","5":"1.0","6":"ST","7":"140","8":"Y","9":"1.5","10":"Flat","11":"1","12":"473","index":591},{"0":"56","1":"M","2":"NAP","3":"170.0","4":"0.0","5":"0.0","6":"LVH","7":"123","8":"Y","9":"2.5","10":"Flat","11":"1","12":"480","index":592},{"0":"65","1":"M","2":"ASY","3":"134.0","4":"0.0","5":"0.0","6":"Normal","7":"112","8":"Y","9":"1.1","10":"Flat","11":"1","12":"485","index":593},{"0":"49","1":"M","2":"TA","3":"130.0","4":"0.0","5":"0.0","6":"ST","7":"145","8":"N","9":"3.0","10":"Flat","11":"1","12":"493","index":594},{"0":"62","1":"M","2":"NAP","3":"133.0","4":"0.0","5":"1.0","6":"ST","7":"119","8":"Y","9":"1.2","10":"Flat","11":"1","12":"537","index":595},{"0":"61","1":"M","2":"ASY","3":"130.0","4":"0.0","5":"1.0","6":"Normal","7":"77","8":"N","9":"2.5","10":"Flat","11":"1","12":"938","index":596},{"0":"38","1":"M","2":"ASY","3":"150.0","4":"0.0","5":"1.0","6":"Normal","7":"120","8":"Y","9":"0.7","10":"Flat","11":"1","12":"940","index":597},{"0":"57","1":"M","2":"NAP","3":"105.0","4":"0.0","5":"1.0","6":"Normal","7":"148","8":"N","9":"0.3","10":"Flat","11":"1","12":"963","index":598},{"0":"60","1":"M","2":"NAP","3":"180.0","4":"0.0","5":"0.0","6":"ST","7":"140","8":"Y","9":"1.5","10":"Flat","11":"0","12":"424","index":599},{"0":"63","1":"M","2":"NAP","3":"130.0","4":"0.0","5":"1.0","6":"ST","7":"160","8":"N","9":"3.0","10":"Flat","11":"0","12":"516","index":600},{"0":"61","1":"M","2":"ASY","3":"150.0","4":"0.0","5":"0.0","6":"Normal","7":"117","8":"Y","9":"2.0","10":"Flat","11":"1","12":"367","index":601},{"0":"57","1":"M","2":"ASY","3":"140.0","4":"0.0","5":"0.0","6":"Normal","7":"120","8":"Y","9":"2.0","10":"Flat","11":"1","12":"369","index":602},{"0":"63","1":"M","2":"ASY","3":"150.0","4":"0.0","5":"0.0","6":"Normal","7":"86","8":"Y","9":"2.0","10":"Flat","11":"1","12":"370","index":603},{"0":"66","1":"M","2":"ASY","3":"150.0","4":"0.0","5":"0.0","6":"Normal","7":"108","8":"Y","9":"2.0","10":"Flat","11":"1","12":"372","index":604},{"0":"70","1":"M","2":"ASY","3":"140.0","4":"0.0","5":"1.0","6":"Normal","7":"157","8":"Y","9":"2.0","10":"Flat","11":"1","12":"379","index":605},{"0":"43","1":"M","2":"ASY","3":"115.0","4":"0.0","5":"0.0","6":"Normal","7":"145","8":"Y","9":"2.0","10":"Flat","11":"1","12":"383","index":606},{"0":"52","1":"M","2":"ASY","3":"135.0","4":"0.0","5":"1.0","6":"Normal","7":"128","8":"Y","9":"2.0","10":"Flat","11":"1","12":"404","index":607},{"0":"62","1":"M","2":"ASY","3":"150.0","4":"0.0","5":"1.0","6":"ST","7":"78","8":"N","9":"2.0","10":"Flat","11":"1","12":"411","index":608},{"0":"64","1":"M","2":"ASY","3":"120.0","4":"0.0","5":"1.0","6":"ST","7":"106","8":"N","9":"2.0","10":"Flat","11":"1","12":"438","index":609},{"0":"58","1":"M","2":"ATA","4":"0.0","5":"1.0","6":"Normal","7":"110","8":"Y","9":"2.0","10":"Flat","11":"1","12":"481","index":610},{"0":"36","1":"M","2":"ASY","3":"110.0","4":"0.0","5":"1.0","6":"Normal","7":"125","8":"Y","9":"1.0","10":"Flat","11":"1","12":"350","index":611},{"0":"58","1":"M","2":"ASY","3":"130.0","4":"0.0","5":"0.0","6":"ST","7":"100","8":"Y","9":"1.0","10":"Flat","11":"1","12":"354","index":612},{"0":"59","1":"M","2":"ASY","3":"135.0","4":"0.0","5":"0.0","6":"Normal","7":"115","8":"Y","9":"1.0","10":"Flat","11":"1","12":"374","index":613},{"0":"47","1":"M","2":"NAP","3":"155.0","4":"0.0","5":"0.0","6":"Normal","7":"118","8":"Y","9":"1.0","10":"Flat","11":"1","12":"377","index":614},{"0":"53","1":"M","2":"ASY","3":"130.0","4":"0.0","5":"0.0","6":"LVH","7":"135","8":"Y","9":"1.0","10":"Flat","11":"1","12":"388","index":615},{"0":"61","1":"M","2":"ASY","4":"0.0","5":"1.0","6":"ST","7":"145","8":"N","9":"1.0","10":"Flat","11":"1","12":"390","index":616},{"0":"56","1":"M","2":"ASY","3":"125.0","4":"0.0","5":"1.0","6":"Normal","7":"103","8":"Y","9":"1.0","10":"Flat","11":"1","12":"413","index":617},{"0":"59","1":"M","2":"ASY","4":"0.0","5":"0.0","6":"ST","7":"117","8":"Y","9":"1.0","10":"Flat","11":"1","12":"428","index":618},{"0":"63","1":"M","2":"NAP","3":"133.0","4":"0.0","5":"0.0","6":"LVH","7":"120","8":"Y","9":"1.0","10":"Flat","11":"1","12":"430","index":619},{"0":"57","1":"M","2":"ASY","4":"0.0","5":"1.0","6":"ST","7":"148","8":"Y","9":"1.0","10":"Flat","11":"1","12":"431","index":620},{"0":"69","1":"M","2":"ASY","3":"130.0","4":"0.0","5":"1.0","6":"ST","7":"129","8":"N","9":"1.0","10":"Flat","11":"1","12":"442","index":621},{"0":"64","1":"M","2":"ASY","3":"144.0","4":"0.0","5":"0.0","6":"ST","7":"122","8":"Y","9":"1.0","10":"Flat","11":"1","12":"452","index":622},{"0":"56","1":"M","2":"ASY","3":"130.0","4":"0.0","5":"0.0","6":"LVH","7":"122","8":"Y","9":"1.0","10":"Flat","11":"1","12":"536","index":623},{"0":"59","1":"M","2":"ASY","3":"140.0","4":"0.0","5":"0.0","6":"ST","7":"117","8":"Y","9":"1.0","10":"Flat","11":"1","12":"983","index":624},{"0":"56","1":"M","2":"ASY","3":"130.0","4":"0.0","5":"0.0","6":"LVH","7":"122","8":"Y","9":"1.0","10":"Flat","11":"1","12":"1013","index":625},{"0":"65","1":"M","2":"ASY","3":"115.0","4":"0.0","5":"0.0","6":"Normal","7":"93","8":"Y","9":"0.0","10":"Flat","11":"1","12":"294","index":626},{"0":"51","1":"M","2":"ASY","3":"110.0","4":"0.0","5":"1.0","6":"Normal","7":"92","8":"N","9":"0.0","10":"Flat","11":"1","12":"299","index":627},{"0":"52","1":"M","2":"ASY","4":"0.0","5":"1.0","6":"Normal","7":"120","8":"N","9":"0.0","10":"Flat","11":"1","12":"344","index":628},{"0":"51","1":"M","2":"ASY","3":"120.0","4":"0.0","5":"1.0","6":"Normal","7":"104","8":"N","9":"0.0","10":"Flat","11":"1","12":"345","index":629},{"0":"69","1":"M","2":"ASY","3":"135.0","4":"0.0","5":"0.0","6":"Normal","7":"130","8":"N","9":"0.0","10":"Flat","11":"1","12":"346","index":630},{"0":"59","1":"M","2":"ASY","3":"120.0","4":"0.0","5":"0.0","6":"Normal","7":"115","8":"N","9":"0.0","10":"Flat","11":"1","12":"347","index":631},{"0":"48","1":"M","2":"ASY","3":"115.0","4":"0.0","5":"1.0","6":"Normal","7":"128","8":"N","9":"0.0","10":"Flat","11":"1","12":"348","index":632},{"0":"53","1":"M","2":"ASY","3":"120.0","4":"0.0","5":"1.0","6":"Normal","7":"120","8":"N","9":"0.0","10":"Flat","11":"1","12":"351","index":633},{"0":"38","1":"M","2":"NAP","3":"115.0","4":"0.0","5":"0.0","6":"Normal","7":"128","8":"Y","9":"0.0","10":"Flat","11":"1","12":"359","index":634},{"0":"53","1":"M","2":"NAP","4":"0.0","5":"0.0","6":"Normal","7":"115","8":"N","9":"0.0","10":"Flat","11":"1","12":"360","index":635},{"0":"62","1":"M","2":"NAP","3":"160.0","4":"0.0","5":"0.0","6":"Normal","7":"72","8":"Y","9":"0.0","10":"Flat","11":"1","12":"361","index":636},{"0":"47","1":"M","2":"ASY","3":"160.0","4":"0.0","5":"0.0","6":"Normal","7":"124","8":"Y","9":"0.0","10":"Flat","11":"1","12":"362","index":637},{"0":"38","1":"F","2":"ASY","3":"110.0","4":"0.0","5":"0.0","6":"Normal","7":"156","8":"N","9":"0.0","10":"Flat","11":"1","12":"384","index":638},{"0":"54","1":"M","2":"ASY","3":"120.0","4":"0.0","5":"0.0","6":"Normal","7":"155","8":"N","9":"0.0","10":"Flat","11":"1","12":"385","index":639},{"0":"61","1":"M","2":"ASY","3":"150.0","4":"0.0","5":"0.0","6":"Normal","7":"105","8":"Y","9":"0.0","10":"Flat","11":"1","12":"386","index":640},{"0":"42","1":"M","2":"ASY","3":"145.0","4":"0.0","5":"0.0","6":"Normal","7":"99","8":"Y","9":"0.0","10":"Flat","11":"1","12":"387","index":641},{"0":"55","1":"M","2":"ASY","3":"140.0","4":"0.0","5":"0.0","6":"Normal","7":"83","8":"N","9":"0.0","10":"Flat","11":"1","12":"389","index":642},{"0":"51","1":"M","2":"ASY","4":"0.0","5":"0.0","6":"Normal","7":"60","8":"N","9":"0.0","10":"Flat","11":"1","12":"391","index":643},{"0":"38","1":"M","2":"ASY","3":"135.0","4":"0.0","5":"1.0","6":"Normal","7":"150","8":"N","9":"0.0","10":"Flat","11":"1","12":"396","index":644},{"0":"62","1":"F","2":"TA","3":"140.0","4":"0.0","6":"Normal","7":"143","8":"N","9":"0.0","10":"Flat","11":"1","12":"397","index":645},{"0":"50","1":"F","2":"ASY","3":"160.0","4":"0.0","5":"1.0","6":"Normal","7":"110","8":"N","9":"0.0","10":"Flat","11":"1","12":"401","index":646},{"0":"47","1":"M","2":"NAP","3":"110.0","4":"0.0","5":"1.0","6":"Normal","7":"120","8":"Y","9":"0.0","10":"Flat","11":"1","12":"405","index":647},{"0":"57","1":"M","2":"ASY","3":"140.0","4":"0.0","5":"1.0","6":"Normal","7":"100","8":"Y","9":"0.0","10":"Flat","11":"1","12":"407","index":648},{"0":"59","1":"M","2":"ASY","3":"110.0","4":"0.0","5":"1.0","6":"Normal","7":"94","8":"N","9":"0.0","10":"Flat","11":"1","12":"409","index":649},{"0":"66","1":"F","2":"ASY","3":"155.0","4":"0.0","6":"Normal","7":"90","8":"N","9":"0.0","10":"Flat","11":"1","12":"416","index":650},{"0":"61","1":"M","2":"NAP","3":"120.0","4":"0.0","5":"0.0","6":"Normal","7":"80","8":"Y","9":"0.0","10":"Flat","11":"1","12":"457","index":651},{"0":"40","1":"M","2":"ASY","3":"125.0","4":"0.0","6":"Normal","7":"165","8":"N","9":"0.0","10":"Flat","11":"1","12":"458","index":652},{"0":"63","1":"M","2":"ASY","3":"136.0","4":"0.0","5":"0.0","6":"Normal","7":"84","8":"Y","9":"0.0","10":"Flat","11":"1","12":"462","index":653},{"0":"53","1":"M","2":"ASY","3":"126.0","4":"0.0","5":"0.0","6":"Normal","7":"106","8":"N","9":"0.0","10":"Flat","11":"1","12":"471","index":654},{"0":"51","1":"M","2":"ASY","3":"140.0","4":"0.0","6":"Normal","7":"60","8":"N","9":"0.0","10":"Flat","11":"1","12":"927","index":655},{"0":"59","1":"M","2":"ASY","3":"120.0","4":"0.0","5":"0.0","6":"Normal","7":"115","8":"N","9":"0.0","10":"Flat","11":"1","12":"942","index":656},{"0":"38","1":"M","2":"NAP","4":"0.0","5":"0.0","6":"Normal","7":"128","8":"Y","9":"0.0","10":"Flat","11":"1","12":"965","index":657},{"0":"69","1":"M","2":"ASY","3":"135.0","4":"0.0","5":"0.0","6":"Normal","7":"130","8":"N","9":"0.0","10":"Flat","11":"1","12":"1021","index":658},{"0":"56","1":"M","2":"NAP","3":"120.0","4":"0.0","5":"0.0","6":"Normal","7":"97","8":"N","9":"0.0","10":"Flat","11":"0","12":"365","index":659},{"0":"67","1":"M","2":"TA","3":"145.0","4":"0.0","5":"0.0","6":"LVH","7":"125","8":"N","9":"0.0","10":"Flat","11":"1","12":"356","index":660},{"0":"56","1":"M","2":"NAP","3":"155.0","4":"0.0","6":"ST","7":"99","8":"N","9":"0.0","10":"Flat","11":"1","12":"363","index":661},{"0":"56","1":"M","2":"ASY","3":"120.0","4":"0.0","6":"ST","7":"148","8":"N","9":"0.0","10":"Flat","11":"1","12":"364","index":662},{"0":"61","1":"M","2":"ASY","3":"130.0","4":"0.0","5":"0.0","6":"LVH","7":"115","8":"N","9":"0.0","10":"Flat","11":"1","12":"393","index":663},{"0":"58","1":"M","2":"ASY","4":"0.0","5":"1.0","6":"ST","7":"105","8":"Y","9":"0.0","10":"Flat","11":"1","12":"398","index":664},{"0":"61","1":"M","2":"NAP","3":"200.0","4":"0.0","5":"1.0","6":"ST","7":"70","8":"N","9":"0.0","10":"Flat","11":"1","12":"400","index":665},{"0":"53","1":"M","2":"NAP","3":"160.0","4":"0.0","5":"1.0","6":"LVH","7":"122","8":"Y","9":"0.0","10":"Flat","11":"1","12":"410","index":666},{"0":"63","1":"M","2":"NAP","3":"130.0","4":"0.0","5":"0.0","6":"ST","7":"111","8":"Y","9":"0.0","10":"Flat","11":"1","12":"439","index":667},{"0":"59","1":"M","2":"ASY","3":"178.0","4":"0.0","5":"1.0","6":"LVH","7":"120","8":"Y","9":"0.0","10":"Flat","11":"1","12":"476","index":668},{"0":"59","1":"M","2":"ASY","3":"178.0","4":"0.0","5":"1.0","6":"LVH","7":"120","8":"Y","9":"0.0","10":"Flat","11":"1","12":"1010","index":669},{"0":"61","1":"M","2":"ASY","3":"125.0","4":"0.0","5":"0.0","6":"Normal","7":"105","8":"Y","9":"0.0","10":"Down","11":"1","12":"375","index":670},{"0":"56","1":"M","2":"ATA","3":"120.0","5":"0.0","6":"Normal","7":"169","8":"N","9":"0.0","10":"Down","11":"0","12":"905","index":671},{"0":"32","1":"M","2":"ASY","3":"118.0","5":"0.0","6":"Normal","7":"130","8":"N","9":"0.0","10":"Flat","11":"1","12":"77","index":672},{"0":"59","1":"M","2":"ASY","3":"140.0","5":"1.0","6":"LVH","7":"119","8":"Y","9":"0.0","10":"Flat","11":"1","12":"161","index":673},{"0":"48","1":"M","2":"ASY","3":"106.0","5":"1.0","6":"Normal","7":"110","8":"N","9":"0.0","10":"Flat","11":"1","12":"211","index":674},{"0":"46","1":"M","2":"ASY","3":"120.0","5":"0.0","6":"Normal","7":"115","8":"Y","9":"0.0","10":"Flat","11":"1","12":"263","index":675},{"0":"70","1":"M","2":"ASY","3":"115.0","5":"0.0","6":"ST","7":"92","8":"Y","9":"0.0","10":"Flat","11":"1","12":"392","index":676},{"0":"51","1":"M","2":"ASY","3":"130.0","5":"1.0","6":"ST","7":"163","8":"N","9":"0.0","10":"Flat","11":"1","12":"402","index":677},{"0":"65","1":"M","2":"ASY","3":"150.0","5":"1.0","6":"ST","7":"105","8":"Y","9":"0.0","10":"Flat","11":"1","12":"423","index":678},{"0":"75","1":"M","2":"ASY","3":"170.0","5":"1.0","6":"ST","7":"108","8":"N","9":"0.0","10":"Flat","11":"1","12":"492","index":679},{"0":"62","1":"M","2":"ASY","3":"158.0","6":"ST","7":"138","8":"Y","9":"0.0","10":"Flat","11":"1","12":"609","index":680},{"0":"38","1":"M","2":"ASY","4":"196.0","5":"0.0","6":"Normal","7":"166","8":"N","9":"0.0","10":"Flat","11":"1","12":"17","index":681},{"0":"41","1":"M","2":"ASY","3":"110.0","4":"289.0","5":"0.0","6":"Normal","7":"170","8":"N","9":"0.0","10":"Flat","11":"1","12":"50","index":682},{"0":"52","1":"M","2":"ASY","3":"120.0","4":"182.0","5":"0.0","6":"Normal","7":"150","8":"N","9":"0.0","10":"Flat","11":"1","12":"73","index":683},{"0":"49","1":"M","2":"ASY","3":"130.0","4":"206.0","5":"0.0","6":"Normal","7":"170","8":"N","9":"0.0","10":"Flat","11":"1","12":"80","index":684},{"0":"63","1":"M","2":"ASY","4":"223.0","5":"0.0","6":"Normal","7":"115","8":"N","9":"0.0","10":"Flat","11":"1","12":"83","index":685},{"0":"46","1":"M","2":"ASY","3":"118.0","4":"186.0","5":"0.0","6":"Normal","7":"124","8":"N","9":"0.0","10":"Flat","11":"1","12":"105","index":686},{"0":"38","1":"M","2":"ASY","3":"120.0","4":"282.0","5":"0.0","6":"Normal","7":"170","8":"N","9":"0.0","10":"Flat","11":"1","12":"117","index":687},{"0":"46","1":"M","2":"ASY","3":"110.0","4":"202.0","5":"0.0","6":"Normal","7":"150","8":"Y","9":"0.0","10":"Flat","11":"1","12":"132","index":688},{"0":"54","1":"M","2":"ASY","3":"140.0","4":"166.0","5":"0.0","6":"Normal","7":"118","8":"Y","9":"0.0","10":"Flat","11":"1","12":"139","index":689},{"0":"49","1":"M","2":"ASY","3":"128.0","4":"212.0","5":"0.0","6":"Normal","7":"96","8":"Y","9":"0.0","10":"Flat","11":"1","12":"162","index":690},{"0":"53","1":"M","2":"ASY","3":"120.0","4":"246.0","5":"0.0","6":"Normal","7":"116","8":"Y","9":"0.0","10":"Flat","11":"1","12":"199","index":691},{"0":"54","1":"M","2":"ASY","3":"125.0","4":"216.0","5":"0.0","6":"Normal","7":"140","8":"N","9":"0.0","10":"Flat","11":"1","12":"210","index":692},{"0":"39","1":"M","2":"ASY","3":"110.0","4":"280.0","5":"0.0","6":"Normal","7":"150","8":"N","9":"0.0","10":"Flat","11":"1","12":"217","index":693},{"0":"46","1":"M","2":"ASY","3":"130.0","4":"222.0","5":"0.0","6":"Normal","7":"112","8":"N","9":"0.0","10":"Flat","11":"1","12":"221","index":694},{"0":"50","1":"M","2":"ASY","3":"145.0","4":"264.0","5":"0.0","6":"Normal","7":"150","8":"N","9":"0.0","10":"Flat","11":"1","12":"226","index":695},{"0":"44","1":"M","2":"ASY","3":"135.0","4":"491.0","6":"Normal","7":"135","8":"N","9":"0.0","10":"Flat","11":"1","12":"251","index":696},{"0":"59","1":"M","2":"ASY","3":"130.0","4":"126.0","5":"0.0","6":"Normal","7":"125","8":"N","9":"0.0","10":"Flat","11":"1","12":"264","index":697},{"0":"58","1":"M","2":"ASY","3":"110.0","4":"198.0","5":"0.0","6":"Normal","7":"110","8":"N","9":"0.0","10":"Flat","11":"1","12":"510","index":698},{"0":"46","1":"M","2":"ASY","3":"134.0","4":"310.0","5":"0.0","6":"Normal","7":"126","8":"N","9":"0.0","10":"Flat","11":"1","12":"610","index":699},{"0":"59","1":"F","2":"ASY","4":"249.0","5":"0.0","6":"Normal","7":"143","8":"Y","9":"0.0","10":"Flat","11":"1","12":"674","index":700},{"0":"63","1":"F","2":"ASY","3":"124.0","4":"197.0","5":"0.0","6":"Normal","7":"136","8":"Y","9":"0.0","10":"Flat","11":"1","12":"910","index":701},{"0":"49","1":"M","2":"ASY","3":"128.0","4":"212.0","5":"0.0","6":"Normal","7":"96","8":"Y","9":"0.0","10":"Flat","11":"1","12":"975","index":702},{"0":"46","1":"M","2":"ASY","3":"130.0","4":"222.0","5":"0.0","6":"Normal","7":"112","8":"N","9":"0.0","10":"Flat","11":"1","12":"1028","index":703},{"0":"67","1":"M","2":"ASY","3":"160.0","4":"384.0","5":"1.0","6":"ST","7":"130","8":"Y","9":"0.0","10":"Flat","11":"1","12":"499","index":704},{"0":"55","1":"M","2":"ASY","3":"116.0","4":"186.0","5":"1.0","6":"ST","7":"102","8":"N","9":"0.0","10":"Flat","11":"1","12":"533","index":705},{"0":"71","1":"M","2":"ASY","3":"130.0","4":"221.0","5":"0.0","6":"ST","7":"115","8":"Y","9":"0.0","10":"Flat","11":"1","12":"568","index":706},{"0":"69","1":"M","2":"ASY","3":"122.0","4":"216.0","6":"LVH","7":"84","8":"Y","9":"0.0","10":"Flat","11":"1","12":"583","index":707},{"0":"64","1":"M","2":"ASY","3":"130.0","4":"258.0","5":"1.0","6":"LVH","7":"130","8":"N","9":"0.0","10":"Flat","11":"1","12":"594","index":708},{"0":"57","1":"M","2":"ASY","4":"264.0","5":"0.0","6":"LVH","7":"100","8":"N","9":"0.0","10":"Flat","11":"1","12":"597","index":709},{"0":"54","1":"F","2":"ASY","3":"127.0","4":"333.0","5":"1.0","6":"ST","7":"154","8":"N","9":"0.0","10":"Flat","11":"1","12":"611","index":710},{"0":"55","1":"M","2":"ASY","3":"122.0","4":"223.0","5":"1.0","6":"ST","7":"100","8":"N","9":"0.0","10":"Flat","11":"1","12":"613","index":711},{"0":"46","1":"F","2":"ASY","3":"138.0","4":"243.0","5":"0.0","6":"LVH","7":"152","8":"Y","9":"0.0","10":"Flat","11":"0","12":"642","index":712},{"0":"45","1":"M","2":"ASY","3":"142.0","4":"309.0","6":"LVH","7":"147","8":"Y","9":"0.0","10":"Flat","11":"1","12":"691","index":713},{"0":"54","1":"M","2":"ASY","3":"110.0","4":"206.0","5":"0.0","6":"LVH","7":"108","8":"Y","9":"0.0","10":"Flat","11":"1","12":"709","index":714},{"0":"67","1":"M","2":"ASY","3":"160.0","4":"384.0","5":"1.0","6":"ST","7":"130","8":"Y","9":"0.0","10":"Flat","11":"1","12":"945","index":715},{"0":"57","1":"M","2":"ASY","4":"264.0","5":"0.0","6":"LVH","7":"100","8":"N","9":"0.0","10":"Flat","11":"1","12":"971","index":716},{"0":"65","1":"M","2":"ASY","3":"150.0","4":"236.0","5":"1.0","6":"ST","7":"105","8":"Y","9":"0.0","10":"Flat","11":"1","12":"1001","index":717},{"0":"59","1":"M","2":"ASY","4":"264.0","5":"1.0","6":"LVH","7":"119","8":"Y","9":"0.0","10":"Flat","11":"1","12":"1011","index":718},{"0":"54","1":"F","2":"NAP","3":"130.0","4":"294.0","5":"0.0","6":"ST","7":"100","8":"Y","9":"0.0","10":"Flat","11":"1","12":"42","index":719},{"0":"58","1":"M","2":"NAP","3":"130.0","4":"213.0","5":"0.0","6":"ST","7":"140","8":"N","9":"0.0","10":"Flat","11":"1","12":"58","index":720},{"0":"43","1":"M","2":"TA","3":"120.0","4":"291.0","5":"0.0","6":"ST","7":"155","8":"N","9":"0.0","10":"Flat","11":"1","12":"89","index":721},{"0":"58","1":"M","2":"NAP","3":"160.0","5":"1.0","6":"ST","7":"92","8":"N","9":"0.0","10":"Flat","11":"1","12":"186","index":722},{"0":"48","1":"M","2":"NAP","3":"132.0","4":"220.0","5":"1.0","6":"ST","7":"162","8":"N","9":"0.0","10":"Flat","11":"1","12":"547","index":723},{"0":"58","1":"M","2":"NAP","3":"150.0","4":"219.0","6":"ST","7":"118","8":"Y","9":"0.0","10":"Flat","11":"1","12":"556","index":724},{"0":"62","1":"M","2":"ATA","3":"120.0","4":"254.0","5":"0.0","6":"LVH","7":"93","8":"Y","9":"0.0","10":"Flat","11":"1","12":"615","index":725},{"0":"52","1":"M","2":"TA","3":"118.0","4":"186.0","5":"0.0","6":"LVH","7":"190","8":"N","9":"0.0","10":"Flat","11":"0","12":"845","index":726},{"0":"66","1":"F","2":"NAP","3":"146.0","4":"278.0","5":"0.0","6":"LVH","7":"152","8":"N","9":"0.0","10":"Flat","11":"0","12":"892","index":727},{"0":"57","1":"F","2":"ATA","3":"130.0","4":"236.0","5":"0.0","6":"LVH","7":"174","8":"N","9":"0.0","10":"Flat","11":"1","12":"917","index":728},{"0":"53","1":"M","2":"NAP","3":"145.0","4":"518.0","5":"0.0","6":"Normal","7":"130","8":"N","9":"0.0","10":"Flat","11":"1","12":"31","index":729},{"0":"34","1":"M","2":"TA","3":"140.0","4":"156.0","5":"0.0","6":"Normal","7":"180","8":"N","9":"0.0","10":"Flat","11":"1","12":"120","index":730},{"0":"47","1":"F","2":"NAP","3":"135.0","4":"248.0","5":"1.0","6":"Normal","7":"170","8":"N","9":"0.0","10":"Flat","11":"1","12":"121","index":731},{"0":"49","1":"M","2":"NAP","3":"115.0","4":"265.0","5":"0.0","6":"Normal","7":"175","8":"N","9":"0.0","10":"Flat","11":"1","12":"136","index":732},{"0":"35","1":"M","2":"ATA","3":"110.0","4":"257.0","5":"0.0","6":"Normal","7":"140","8":"N","9":"0.0","10":"Flat","11":"1","12":"208","index":733},{"0":"50","1":"F","2":"NAP","3":"140.0","4":"288.0","5":"0.0","6":"Normal","7":"140","8":"Y","9":"0.0","10":"Flat","11":"1","12":"212","index":734},{"0":"55","1":"M","2":"TA","3":"140.0","4":"295.0","5":"0.0","6":"Normal","7":"136","8":"N","9":"0.0","10":"Flat","11":"1","12":"238","index":735},{"0":"53","1":"M","2":"ATA","3":"120.0","5":"0.0","6":"Normal","7":"95","8":"N","9":"0.0","10":"Flat","11":"1","12":"358","index":736},{"0":"68","1":"M","2":"NAP","3":"150.0","4":"195.0","5":"1.0","6":"Normal","7":"132","8":"N","9":"0.0","10":"Flat","11":"1","12":"517","index":737},{"0":"74","1":"M","2":"NAP","3":"140.0","4":"237.0","5":"1.0","6":"Normal","7":"94","8":"N","9":"0.0","10":"Flat","11":"1","12":"590","index":738},{"0":"61","1":"M","2":"NAP","3":"120.0","4":"337.0","6":"Normal","7":"98","8":"Y","9":"0.0","10":"Flat","11":"1","12":"603","index":739},{"0":"66","1":"M","2":"ATA","3":"160.0","4":"246.0","6":"Normal","7":"120","8":"Y","9":"0.0","10":"Flat","11":"1","12":"664","index":740},{"0":"42","1":"F","2":"NAP","3":"120.0","4":"209.0","5":"0.0","6":"Normal","7":"173","8":"N","9":"0.0","10":"Flat","11":"0","12":"694","index":741},{"0":"45","1":"F","2":"ATA","3":"112.0","4":"160.0","5":"0.0","6":"Normal","7":"138","8":"N","9":"0.0","10":"Flat","11":"0","12":"725","index":742},{"0":"49","1":"F","2":"ATA","3":"134.0","4":"271.0","5":"0.0","6":"Normal","7":"162","8":"N","9":"0.0","10":"Flat","11":"0","12":"731","index":743},{"0":"41","1":"M","2":"ATA","3":"135.0","4":"203.0","5":"0.0","6":"Normal","7":"132","8":"N","9":"0.0","10":"Flat","11":"0","12":"841","index":744},{"0":"39","1":"F","2":"NAP","3":"138.0","4":"220.0","6":"Normal","7":"152","8":"N","9":"0.0","10":"Flat","11":"0","12":"893","index":745},{"0":"61","1":"M","2":"ASY","3":"125.0","4":"292.0","6":"ST","7":"115","8":"Y","9":"0.0","10":"Up","11":"0","12":"253","index":746},{"0":"68","1":"M","2":"ASY","3":"135.0","4":"0.0","5":"0.0","6":"ST","7":"120","8":"Y","9":"0.0","10":"Up","11":"1","12":"368","index":747},{"0":"50","1":"M","2":"ASY","3":"120.0","4":"0.0","5":"0.0","6":"ST","7":"156","8":"Y","9":"0.0","10":"Up","11":"1","12":"380","index":748},{"0":"60","1":"M","2":"ASY","3":"152.0","4":"0.0","5":"0.0","6":"ST","7":"118","8":"Y","9":"0.0","10":"Up","11":"0","12":"436","index":749},{"0":"37","1":"M","2":"ATA","3":"130.0","5":"0.0","6":"ST","7":"98","8":"N","9":"0.0","10":"Up","11":"0","12":"3","index":750},{"0":"42","1":"F","2":"NAP","3":"115.0","5":"0.0","6":"ST","7":"137","8":"N","9":"0.0","10":"Up","11":"0","12":"15","index":751},{"0":"41","1":"F","2":"ATA","4":"250.0","5":"0.0","6":"ST","7":"142","8":"N","9":"0.0","10":"Up","11":"0","12":"38","index":752},{"0":"48","1":"F","2":"ATA","3":"120.0","4":"177.0","5":"1.0","6":"ST","7":"148","8":"N","9":"0.0","10":"Up","11":"0","12":"39","index":753},{"0":"52","1":"M","2":"NAP","3":"140.0","4":"259.0","5":"0.0","6":"ST","7":"170","8":"N","9":"0.0","10":"Up","11":"0","12":"44","index":754},{"0":"44","1":"F","2":"ASY","3":"120.0","4":"218.0","5":"0.0","6":"ST","7":"115","8":"N","9":"0.0","10":"Up","11":"0","12":"74","index":755},{"0":"39","1":"F","2":"NAP","3":"110.0","4":"182.0","5":"0.0","6":"ST","7":"180","8":"N","9":"0.0","10":"Up","11":"0","12":"95","index":756},{"0":"48","1":"F","2":"ASY","3":"120.0","4":"254.0","5":"0.0","6":"ST","7":"110","8":"N","9":"0.0","10":"Up","11":"0","12":"107","index":757},{"0":"34","1":"M","2":"ATA","3":"150.0","4":"214.0","5":"0.0","6":"ST","7":"168","8":"N","9":"0.0","10":"Up","11":"0","12":"108","index":758},{"0":"49","1":"F","2":"NAP","3":"130.0","4":"207.0","5":"0.0","6":"ST","7":"135","8":"N","9":"0.0","10":"Up","11":"0","12":"115","index":759},{"0":"35","1":"F","2":"TA","3":"120.0","4":"160.0","5":"0.0","6":"ST","7":"185","8":"N","9":"0.0","10":"Up","11":"0","12":"119","index":760},{"0":"46","1":"M","2":"ASY","4":"240.0","5":"0.0","6":"ST","7":"140","8":"N","9":"0.0","10":"Up","11":"0","12":"123","index":761},{"0":"43","1":"F","2":"ATA","3":"120.0","4":"215.0","6":"ST","7":"175","8":"N","9":"0.0","10":"Up","11":"0","12":"137","index":762},{"0":"43","1":"F","2":"ATA","3":"120.0","4":"249.0","5":"0.0","6":"ST","7":"176","8":"N","9":"0.0","10":"Up","11":"0","12":"148","index":763},{"0":"41","1":"M","2":"ATA","3":"120.0","4":"291.0","5":"0.0","6":"ST","7":"160","8":"N","9":"0.0","10":"Up","11":"0","12":"155","index":764},{"0":"46","1":"M","2":"ASY","3":"180.0","4":"280.0","6":"ST","7":"120","8":"N","9":"0.0","10":"Up","11":"0","12":"191","index":765},{"0":"50","1":"M","2":"ATA","3":"170.0","4":"209.0","5":"0.0","6":"ST","7":"116","8":"N","9":"0.0","10":"Up","11":"0","12":"192","index":766},{"0":"31","1":"F","2":"ATA","3":"100.0","4":"219.0","5":"0.0","6":"ST","7":"150","8":"N","9":"0.0","10":"Up","11":"0","12":"204","index":767},{"0":"56","1":"F","2":"NAP","3":"130.0","4":"219.0","5":"0.0","6":"ST","7":"164","8":"N","9":"0.0","10":"Up","11":"0","12":"214","index":768},{"0":"30","1":"F","2":"TA","3":"170.0","4":"237.0","5":"0.0","6":"ST","7":"170","8":"N","9":"0.0","10":"Up","11":"0","12":"216","index":769},{"0":"37","1":"F","2":"ASY","3":"130.0","4":"173.0","5":"0.0","6":"ST","7":"184","8":"N","9":"0.0","10":"Up","11":"0","12":"230","index":770},{"0":"54","1":"F","2":"ATA","3":"140.0","4":"309.0","5":"0.0","6":"ST","7":"140","8":"N","9":"0.0","10":"Up","11":"0","12":"235","index":771},{"0":"54","1":"F","2":"ATA","3":"130.0","4":"253.0","5":"0.0","6":"ST","7":"155","8":"N","9":"0.0","10":"Up","11":"0","12":"280","index":772},{"0":"55","1":"F","2":"ATA","3":"110.0","4":"344.0","5":"0.0","6":"ST","7":"160","8":"N","9":"0.0","10":"Up","11":"0","12":"284","index":773},{"0":"44","1":"M","2":"ASY","3":"130.0","4":"209.0","5":"0.0","6":"ST","7":"127","8":"N","9":"0.0","10":"Up","11":"0","12":"418","index":774},{"0":"56","1":"M","2":"ATA","3":"126.0","4":"166.0","5":"0.0","6":"ST","7":"140","8":"N","9":"0.0","10":"Up","11":"0","12":"427","index":775},{"0":"62","1":"M","2":"ASY","3":"120.0","4":"220.0","5":"0.0","6":"ST","7":"86","8":"N","9":"0.0","10":"Up","11":"0","12":"432","index":776},{"0":"41","1":"M","2":"ASY","3":"104.0","4":"0.0","5":"0.0","6":"ST","7":"111","8":"N","9":"0.0","10":"Up","11":"0","12":"460","index":777},{"0":"55","1":"M","2":"ASY","3":"150.0","4":"160.0","5":"0.0","6":"ST","7":"150","8":"N","9":"0.0","10":"Up","11":"0","12":"525","index":778},{"0":"58","1":"M","2":"ASY","3":"100.0","4":"213.0","5":"0.0","6":"ST","7":"110","8":"N","9":"0.0","10":"Up","11":"0","12":"592","index":779},{"0":"30","1":"F","2":"TA","4":"237.0","5":"0.0","6":"ST","7":"170","8":"N","9":"0.0","10":"Up","11":"0","12":"956","index":780},{"0":"49","1":"F","2":"NAP","5":"0.0","6":"ST","7":"135","8":"N","9":"0.0","10":"Up","11":"0","12":"1023","index":781},{"0":"40","1":"M","2":"ASY","3":"95.0","5":"1.0","6":"ST","7":"144","8":"N","9":"0.0","10":"Up","11":"1","12":"334","index":782},{"0":"73","1":"F","2":"NAP","3":"160.0","4":"0.0","5":"0.0","6":"ST","7":"121","8":"N","9":"0.0","10":"Up","11":"1","12":"376","index":783},{"0":"35","1":"M","2":"ATA","3":"120.0","4":"308.0","5":"0.0","6":"LVH","7":"180","8":"N","9":"0.0","10":"Up","11":"0","12":"207","index":784},{"0":"28","1":"M","2":"ATA","3":"130.0","4":"132.0","5":"0.0","6":"LVH","7":"185","8":"N","9":"0.0","10":"Up","11":"0","12":"209","index":785},{"0":"55","1":"F","2":"ATA","3":"130.0","4":"394.0","5":"0.0","6":"LVH","7":"150","8":"N","9":"0.0","10":"Up","11":"0","12":"257","index":786},{"0":"55","1":"M","2":"NAP","3":"120.0","4":"220.0","5":"0.0","6":"LVH","7":"134","8":"N","9":"0.0","10":"Up","11":"0","12":"274","index":787},{"0":"60","1":"M","2":"NAP","3":"120.0","4":"246.0","5":"0.0","6":"LVH","7":"135","8":"N","9":"0.0","10":"Up","11":"0","12":"281","index":788},{"0":"57","1":"M","2":"ASY","3":"110.0","4":"197.0","5":"0.0","6":"LVH","7":"100","8":"N","9":"0.0","10":"Up","11":"0","12":"540","index":789},{"0":"62","1":"M","2":"NAP","3":"120.0","4":"220.0","5":"0.0","6":"LVH","7":"86","8":"N","9":"0.0","10":"Up","11":"0","12":"552","index":790},{"0":"44","1":"M","2":"NAP","3":"140.0","4":"235.0","5":"0.0","6":"LVH","7":"180","8":"N","9":"0.0","10":"Up","11":"0","12":"628","index":791},{"0":"57","1":"F","2":"ASY","3":"128.0","5":"0.0","6":"LVH","7":"159","8":"N","9":"0.0","10":"Up","11":"0","12":"630","index":792},{"0":"59","1":"M","2":"TA","3":"160.0","4":"273.0","5":"0.0","6":"LVH","7":"125","8":"N","9":"0.0","10":"Up","11":"1","12":"653","index":793},{"0":"48","1":"M","2":"ASY","3":"122.0","4":"222.0","5":"0.0","6":"LVH","7":"186","8":"N","9":"0.0","10":"Up","11":"0","12":"655","index":794},{"0":"44","1":"M","2":"ASY","3":"110.0","4":"197.0","5":"0.0","6":"LVH","7":"177","8":"N","9":"0.0","10":"Up","11":"1","12":"663","index":795},{"0":"70","1":"M","2":"ATA","3":"156.0","4":"245.0","5":"0.0","6":"LVH","7":"143","8":"N","9":"0.0","10":"Up","11":"0","12":"688","index":796},{"0":"61","1":"F","2":"ASY","4":"330.0","5":"0.0","6":"LVH","7":"169","8":"N","9":"0.0","10":"Up","11":"1","12":"707","index":797},{"0":"60","1":"F","2":"ASY","3":"158.0","4":"305.0","5":"0.0","6":"LVH","7":"161","8":"N","9":"0.0","10":"Up","11":"1","12":"728","index":798},{"0":"59","1":"M","2":"ASY","3":"138.0","4":"271.0","5":"0.0","6":"LVH","7":"182","8":"N","9":"0.0","10":"Up","11":"0","12":"757","index":799},{"0":"54","1":"M","2":"ATA","3":"192.0","4":"283.0","5":"0.0","6":"LVH","7":"195","8":"N","9":"0.0","10":"Up","11":"1","12":"760","index":800},{"0":"54","1":"F","2":"NAP","3":"108.0","4":"267.0","5":"0.0","6":"LVH","7":"167","8":"N","9":"0.0","10":"Up","11":"0","12":"768","index":801},{"0":"45","1":"M","2":"ATA","3":"128.0","4":"308.0","5":"0.0","6":"LVH","7":"170","8":"N","9":"0.0","10":"Up","11":"0","12":"773","index":802},{"0":"50","1":"F","2":"ASY","3":"110.0","4":"254.0","5":"0.0","6":"LVH","7":"159","8":"N","9":"0.0","10":"Up","11":"0","12":"782","index":803},{"0":"34","1":"M","2":"TA","3":"118.0","4":"182.0","5":"0.0","6":"LVH","7":"174","8":"N","9":"0.0","10":"Up","11":"0","12":"790","index":804},{"0":"41","1":"M","2":"ASY","3":"110.0","4":"172.0","5":"0.0","6":"LVH","7":"158","8":"N","9":"0.0","10":"Up","11":"1","12":"798","index":805},{"0":"58","1":"M","2":"ASY","3":"125.0","4":"300.0","5":"0.0","6":"LVH","7":"171","8":"N","9":"0.0","10":"Up","11":"1","12":"817","index":806},{"0":"29","1":"M","2":"ATA","3":"130.0","4":"204.0","5":"0.0","6":"LVH","7":"202","8":"N","9":"0.0","10":"Up","11":"0","12":"830","index":807},{"0":"63","1":"F","2":"NAP","3":"135.0","4":"252.0","5":"0.0","6":"LVH","7":"172","8":"N","9":"0.0","10":"Up","11":"0","12":"832","index":808},{"0":"45","1":"M","2":"ASY","3":"115.0","4":"260.0","5":"0.0","6":"LVH","7":"185","8":"N","9":"0.0","10":"Up","11":"0","12":"848","index":809},{"0":"53","1":"F","2":"ASY","4":"234.0","5":"0.0","6":"LVH","7":"160","8":"N","9":"0.0","10":"Up","11":"0","12":"852","index":810},{"0":"47","1":"M","2":"NAP","3":"138.0","4":"257.0","5":"0.0","6":"LVH","7":"156","8":"N","9":"0.0","10":"Up","11":"0","12":"854","index":811},{"0":"39","1":"M","2":"NAP","3":"140.0","4":"321.0","5":"0.0","6":"LVH","7":"182","8":"N","9":"0.0","10":"Up","11":"0","12":"857","index":812},{"0":"44","1":"M","2":"ATA","3":"130.0","4":"219.0","5":"0.0","6":"LVH","7":"188","8":"N","9":"0.0","10":"Up","11":"0","12":"867","index":813},{"0":"44","1":"M","2":"ASY","3":"112.0","4":"290.0","5":"0.0","6":"LVH","7":"153","8":"N","9":"0.0","10":"Up","11":"1","12":"868","index":814},{"0":"53","1":"F","2":"NAP","3":"128.0","4":"216.0","5":"0.0","6":"LVH","7":"115","8":"N","9":"0.0","10":"Up","11":"0","12":"886","index":815},{"0":"57","1":"M","2":"ATA","3":"154.0","4":"232.0","5":"0.0","6":"LVH","7":"164","8":"N","9":"0.0","10":"Up","11":"1","12":"894","index":816},{"0":"56","1":"M","2":"ATA","3":"130.0","5":"0.0","6":"LVH","7":"163","8":"N","9":"0.0","10":"Up","11":"0","12":"904","index":817},{"0":"44","1":"M","2":"ATA","3":"130.0","4":"219.0","5":"0.0","6":"LVH","7":"188","8":"N","9":"0.0","10":"Up","11":"0","12":"994","index":818},{"0":"63","1":"F","2":"NAP","3":"135.0","4":"252.0","5":"0.0","6":"LVH","7":"172","8":"N","9":"0.0","10":"Up","11":"0","12":"1000","index":819},{"0":"63","1":"F","2":"NAP","3":"135.0","4":"252.0","5":"0.0","6":"LVH","7":"172","8":"N","9":"0.0","10":"Up","11":"0","12":"1002","index":820},{"0":"53","1":"M","2":"ASY","3":"142.0","4":"226.0","5":"0.0","6":"LVH","7":"111","8":"Y","9":"0.0","10":"Up","11":"0","12":"627","index":821},{"0":"51","1":"M","2":"ASY","3":"140.0","4":"261.0","5":"0.0","6":"LVH","7":"186","8":"Y","9":"0.0","10":"Up","11":"0","12":"682","index":822},{"0":"41","1":"F","2":"NAP","3":"112.0","4":"268.0","5":"0.0","6":"LVH","7":"172","8":"Y","9":"0.0","10":"Up","11":"0","12":"765","index":823},{"0":"35","1":"M","2":"ASY","3":"126.0","4":"282.0","5":"0.0","6":"LVH","7":"156","8":"Y","9":"0.0","10":"Up","11":"1","12":"809","index":824},{"0":"77","1":"M","2":"ASY","3":"125.0","4":"304.0","5":"0.0","6":"LVH","7":"162","8":"Y","9":"0.0","10":"Up","11":"1","12":"815","index":825},{"0":"54","1":"F","2":"ATA","3":"132.0","4":"288.0","5":"1.0","6":"LVH","7":"159","8":"Y","9":"0.0","10":"Up","11":"0","12":"640","index":826},{"0":"71","1":"F","2":"NAP","3":"110.0","4":"265.0","5":"1.0","6":"LVH","7":"130","8":"N","9":"0.0","10":"Up","11":"0","12":"645","index":827},{"0":"48","1":"M","2":"ASY","3":"130.0","4":"256.0","5":"1.0","6":"LVH","7":"150","8":"Y","9":"0.0","10":"Up","11":"1","12":"651","index":828},{"0":"58","1":"M","2":"NAP","3":"140.0","4":"211.0","5":"1.0","6":"LVH","7":"165","8":"N","9":"0.0","10":"Up","11":"0","12":"661","index":829},{"0":"58","1":"F","2":"ATA","3":"136.0","4":"319.0","5":"1.0","6":"LVH","7":"152","8":"N","9":"0.0","10":"Up","11":"1","12":"683","index":830},{"0":"62","1":"M","2":"ATA","3":"128.0","4":"208.0","6":"LVH","7":"140","8":"N","9":"0.0","10":"Up","11":"0","12":"702","index":831},{"0":"53","1":"M","2":"NAP","3":"130.0","4":"246.0","6":"LVH","7":"173","8":"N","9":"0.0","10":"Up","11":"0","12":"800","index":832},{"0":"51","1":"M","2":"ASY","3":"140.0","4":"261.0","6":"LVH","7":"186","8":"Y","9":"0.0","10":"Up","11":"0","12":"988","index":833},{"0":"43","1":"F","2":"TA","3":"100.0","5":"0.0","6":"Normal","7":"142","8":"N","9":"0.0","10":"Up","11":"0","12":"21","index":834},{"0":"49","1":"F","2":"ATA","3":"124.0","5":"0.0","6":"Normal","7":"164","8":"N","9":"0.0","10":"Up","11":"0","12":"23","index":835},{"0":"53","1":"F","2":"ATA","3":"113.0","5":"0.0","6":"Normal","7":"127","8":"N","9":"0.0","10":"Up","11":"0","12":"29","index":836},{"0":"32","1":"M","2":"ATA","3":"125.0","5":"0.0","6":"Normal","7":"155","8":"N","9":"0.0","10":"Up","11":"0","12":"36","index":837},{"0":"45","1":"F","2":"ASY","3":"132.0","5":"0.0","6":"Normal","7":"144","8":"N","9":"0.0","10":"Up","11":"0","12":"67","index":838},{"0":"39","1":"M","2":"ASY","3":"110.0","5":"0.0","6":"Normal","7":"132","8":"N","9":"0.0","10":"Up","11":"0","12":"146","index":839},{"0":"45","1":"M","2":"NAP","3":"135.0","5":"0.0","6":"Normal","7":"110","8":"N","9":"0.0","10":"Up","11":"0","12":"194","index":840},{"0":"55","1":"M","2":"ATA","3":"145.0","5":"0.0","6":"Normal","7":"155","8":"N","9":"0.0","10":"Up","11":"0","12":"241","index":841},{"0":"63","1":"M","2":"ASY","3":"185.0","5":"0.0","6":"Normal","7":"98","8":"Y","9":"0.0","10":"Up","11":"1","12":"373","index":842},{"0":"51","1":"M","2":"ASY","3":"128.0","5":"0.0","6":"Normal","7":"107","8":"N","9":"0.0","10":"Up","11":"0","12":"464","index":843},{"0":"41","1":"F","2":"ATA","3":"126.0","5":"0.0","6":"Normal","7":"163","8":"N","9":"0.0","10":"Up","11":"0","12":"704","index":844},{"0":"45","1":"M","2":"NAP","3":"135.0","5":"0.0","6":"Normal","7":"110","8":"N","9":"0.0","10":"Up","11":"0","12":"973","index":845},{"0":"39","1":"M","2":"ASY","3":"110.0","5":"0.0","6":"Normal","7":"132","8":"N","9":"0.0","10":"Up","11":"0","12":"974","index":846},{"0":"54","1":"M","2":"NAP","3":"150.0","4":"195.0","5":"0.0","6":"Normal","7":"122","8":"N","9":"0.0","10":"Up","11":"0","12":"5","index":847},{"0":"43","1":"F","2":"ATA","3":"150.0","4":"186.0","5":"0.0","6":"Normal","7":"154","8":"N","9":"0.0","10":"Up","11":"0","12":"35","index":848},{"0":"54","1":"F","2":"ATA","3":"150.0","4":"230.0","5":"0.0","6":"Normal","7":"130","8":"N","9":"0.0","10":"Up","11":"0","12":"41","index":849},{"0":"35","1":"M","2":"ATA","3":"150.0","4":"264.0","5":"0.0","6":"Normal","7":"168","8":"N","9":"0.0","10":"Up","11":"0","12":"43","index":850},{"0":"43","1":"F","2":"NAP","3":"150.0","4":"254.0","5":"0.0","6":"Normal","7":"175","8":"N","9":"0.0","10":"Up","11":"0","12":"62","index":851},{"0":"44","1":"M","2":"ASY","3":"150.0","4":"412.0","5":"0.0","6":"Normal","7":"170","8":"N","9":"0.0","10":"Up","11":"0","12":"70","index":852},{"0":"46","1":"M","2":"NAP","3":"150.0","4":"163.0","5":"0.0","6":"Normal","7":"116","8":"N","9":"0.0","10":"Up","11":"0","12":"76","index":853},{"0":"42","1":"M","2":"ATA","3":"150.0","4":"268.0","5":"0.0","6":"Normal","7":"136","8":"N","9":"0.0","10":"Up","11":"0","12":"198","index":854},{"0":"50","1":"M","2":"ASY","3":"150.0","4":"215.0","6":"Normal","7":"140","8":"Y","9":"0.0","10":"Up","11":"0","12":"206","index":855},{"0":"36","1":"M","2":"NAP","3":"150.0","4":"160.0","6":"Normal","7":"172","8":"N","9":"0.0","10":"Up","11":"0","12":"258","index":856},{"0":"54","1":"M","2":"ATA","3":"110.0","4":"208.0","5":"0.0","6":"Normal","7":"142","8":"N","9":"0.0","10":"Up","11":"0","12":"8","index":857},{"0":"50","1":"F","2":"ATA","3":"110.0","4":"202.0","5":"0.0","6":"Normal","7":"145","8":"N","9":"0.0","10":"Up","11":"0","12":"65","index":858},{"0":"32","1":"M","2":"ATA","3":"110.0","4":"225.0","5":"0.0","6":"Normal","7":"184","8":"N","9":"0.0","10":"Up","11":"0","12":"68","index":859},{"0":"55","1":"M","2":"NAP","3":"110.0","4":"277.0","5":"0.0","6":"Normal","7":"160","8":"N","9":"0.0","10":"Up","11":"0","12":"81","index":860},{"0":"49","1":"F","2":"ATA","3":"110.0","4":"208.0","5":"0.0","6":"Normal","7":"160","8":"N","9":"0.0","10":"Up","11":"0","12":"91","index":861},{"0":"47","1":"M","2":"TA","3":"110.0","4":"249.0","5":"0.0","6":"Normal","7":"150","8":"N","9":"0.0","10":"Up","11":"0","12":"201","index":862},{"0":"51","1":"F","2":"NAP","3":"110.0","4":"190.0","5":"0.0","6":"Normal","7":"120","8":"N","9":"0.0","10":"Up","11":"0","12":"286","index":863},{"0":"48","1":"M","2":"NAP","3":"110.0","4":"211.0","6":"Normal","7":"138","8":"N","9":"0.0","10":"Up","11":"0","12":"291","index":864},{"0":"41","1":"M","2":"ATA","3":"110.0","4":"235.0","5":"0.0","6":"Normal","7":"153","8":"N","9":"0.0","10":"Up","11":"0","12":"727","index":865},{"0":"43","1":"M","2":"ASY","3":"110.0","4":"211.0","5":"0.0","6":"Normal","7":"161","8":"N","9":"0.0","10":"Up","11":"0","12":"780","index":866},{"0":"51","1":"F","2":"ATA","3":"160.0","4":"194.0","5":"0.0","6":"Normal","7":"170","8":"N","9":"0.0","10":"Up","11":"0","12":"56","index":867},{"0":"52","1":"M","2":"ATA","3":"160.0","4":"196.0","5":"0.0","6":"Normal","7":"165","8":"N","9":"0.0","10":"Up","11":"0","12":"84","index":868},{"0":"39","1":"M","2":"NAP","3":"160.0","4":"147.0","5":"1.0","6":"Normal","7":"160","8":"N","9":"0.0","10":"Up","11":"0","12":"98","index":869},{"0":"47","1":"M","2":"ATA","3":"160.0","4":"263.0","5":"0.0","6":"Normal","7":"174","8":"N","9":"0.0","10":"Up","11":"0","12":"163","index":870},{"0":"62","1":"F","2":"TA","3":"160.0","4":"193.0","5":"0.0","6":"Normal","7":"116","8":"N","9":"0.0","10":"Up","11":"0","12":"196","index":871},{"0":"42","1":"M","2":"NAP","3":"160.0","4":"147.0","5":"0.0","6":"Normal","7":"146","8":"N","9":"0.0","10":"Up","11":"0","12":"203","index":872},{"0":"54","1":"M","2":"ATA","3":"160.0","4":"305.0","5":"0.0","6":"Normal","7":"175","8":"N","9":"0.0","10":"Up","11":"0","12":"266","index":873},{"0":"54","1":"F","2":"NAP","3":"160.0","4":"201.0","5":"0.0","6":"Normal","7":"163","8":"N","9":"0.0","10":"Up","11":"0","12":"741","index":874},{"0":"62","1":"F","2":"TA","3":"160.0","4":"193.0","5":"0.0","6":"Normal","7":"116","8":"N","9":"0.0","10":"Up","11":"0","12":"1018","index":875},{"0":"51","1":"M","2":"ATA","3":"125.0","4":"188.0","5":"0.0","6":"Normal","7":"145","8":"N","9":"0.0","10":"Up","11":"0","12":"30","index":876},{"0":"49","1":"M","2":"ATA","3":"100.0","4":"253.0","5":"0.0","6":"Normal","7":"174","8":"N","9":"0.0","10":"Up","11":"0","12":"61","index":877},{"0":"43","1":"M","2":"ATA","3":"142.0","4":"207.0","5":"0.0","6":"Normal","7":"138","8":"N","9":"0.0","10":"Up","11":"0","12":"97","index":878},{"0":"41","1":"M","2":"ATA","3":"125.0","4":"269.0","5":"0.0","6":"Normal","7":"144","8":"N","9":"0.0","10":"Up","11":"0","12":"100","index":879},{"0":"48","1":"M","2":"ATA","3":"100.0","4":"159.0","6":"Normal","7":"100","8":"N","9":"0.0","10":"Up","11":"0","12":"152","index":880},{"0":"41","1":"F","2":"ATA","3":"125.0","4":"184.0","5":"0.0","6":"Normal","7":"180","8":"N","9":"0.0","10":"Up","11":"0","12":"195","index":881},{"0":"32","1":"F","2":"ATA","3":"105.0","4":"198.0","5":"0.0","6":"Normal","7":"165","8":"N","9":"0.0","10":"Up","11":"0","12":"272","index":882},{"0":"45","1":"F","2":"ATA","3":"180.0","4":"295.0","5":"0.0","6":"Normal","7":"180","8":"N","9":"0.0","10":"Up","11":"0","12":"275","index":883},{"0":"46","1":"M","2":"ATA","3":"101.0","4":"197.0","5":"1.0","6":"Normal","7":"156","8":"N","9":"0.0","10":"Up","11":"0","12":"659","index":884},{"0":"41","1":"F","2":"ATA","3":"105.0","4":"198.0","5":"0.0","6":"Normal","7":"168","8":"N","9":"0.0","10":"Up","11":"0","12":"671","index":885},{"0":"46","1":"F","2":"ATA","3":"105.0","4":"204.0","5":"0.0","6":"Normal","7":"172","8":"N","9":"0.0","10":"Up","11":"0","12":"771","index":886},{"0":"54","1":"M","2":"ATA","3":"108.0","4":"309.0","5":"0.0","6":"Normal","7":"156","8":"N","9":"0.0","10":"Up","11":"0","12":"808","index":887},{"0":"35","1":"M","2":"ATA","3":"122.0","4":"192.0","5":"0.0","6":"Normal","7":"174","8":"N","9":"0.0","10":"Up","11":"0","12":"899","index":888},{"0":"32","1":"F","2":"ATA","3":"105.0","4":"198.0","5":"0.0","6":"Normal","7":"165","8":"N","9":"0.0","10":"Up","11":"0","12":"958","index":889},{"0":"48","1":"M","2":"ATA","3":"100.0","4":"159.0","5":"0.0","6":"Normal","7":"100","8":"N","9":"0.0","10":"Up","11":"0","12":"961","index":890},{"0":"39","1":"M","2":"ATA","3":"190.0","4":"241.0","5":"0.0","6":"Normal","7":"106","8":"N","9":"0.0","10":"Up","11":"0","12":"995","index":891},{"0":"52","1":"F","2":"NAP","3":"125.0","4":"272.0","5":"0.0","6":"Normal","7":"139","8":"N","9":"0.0","10":"Up","11":"0","12":"122","index":892},{"0":"58","1":"M","2":"ASY","3":"135.0","4":"222.0","5":"0.0","6":"Normal","7":"100","8":"N","9":"0.0","10":"Up","11":"0","12":"169","index":893},{"0":"41","1":"M","2":"ASY","3":"112.0","4":"250.0","5":"0.0","6":"Normal","7":"142","8":"N","9":"0.0","10":"Up","11":"0","12":"234","index":894},{"0":"59","1":"M","2":"NAP","3":"180.0","4":"213.0","5":"0.0","6":"Normal","7":"100","8":"N","9":"0.0","10":"Up","11":"0","12":"276","index":895},{"0":"42","1":"M","2":"NAP","3":"134.0","4":"240.0","5":"0.0","6":"Normal","7":"160","8":"N","9":"0.0","10":"Up","11":"0","12":"466","index":896},{"0":"40","1":"M","2":"NAP","3":"106.0","4":"240.0","5":"0.0","6":"Normal","7":"80","8":"Y","9":"0.0","10":"Up","11":"0","12":"508","index":897},{"0":"68","1":"M","2":"NAP","3":"134.0","4":"254.0","5":"1.0","6":"Normal","7":"151","8":"Y","9":"0.0","10":"Up","11":"0","12":"605","index":898},{"0":"62","1":"F","2":"ASY","3":"124.0","4":"209.0","5":"0.0","6":"Normal","7":"163","8":"N","9":"0.0","10":"Up","11":"0","12":"657","index":899},{"0":"54","1":"F","2":"NAP","3":"135.0","4":"304.0","5":"1.0","6":"Normal","7":"170","8":"N","9":"0.0","10":"Up","11":"0","12":"729","index":900},{"0":"67","1":"F","2":"NAP","3":"152.0","4":"277.0","5":"0.0","6":"Normal","7":"172","8":"N","9":"0.0","10":"Up","11":"0","12":"752","index":901},{"0":"57","1":"M","2":"ASY","3":"132.0","4":"207.0","5":"0.0","6":"Normal","7":"168","8":"Y","9":"0.0","10":"Up","11":"0","12":"755","index":902},{"0":"41","1":"M","2":"NAP","3":"112.0","4":"250.0","5":"0.0","6":"Normal","7":"179","8":"N","9":"0.0","10":"Up","11":"0","12":"766","index":903},{"0":"64","1":"F","2":"ASY","3":"180.0","4":"325.0","5":"0.0","6":"Normal","7":"154","8":"Y","9":"0.0","10":"Up","11":"0","12":"781","index":904},{"0":"50","1":"M","2":"NAP","3":"129.0","4":"196.0","5":"0.0","6":"Normal","7":"163","8":"N","9":"0.0","10":"Up","11":"0","12":"795","index":905},{"0":"60","1":"F","2":"NAP","3":"102.0","4":"318.0","5":"0.0","6":"Normal","7":"160","8":"N","9":"0.0","10":"Up","11":"0","12":"822","index":906},{"0":"51","1":"M","2":"NAP","3":"94.0","4":"227.0","5":"0.0","6":"Normal","7":"154","8":"Y","9":"0.0","10":"Up","11":"0","12":"833","index":907},{"0":"52","1":"M","2":"NAP","3":"138.0","4":"223.0","5":"0.0","6":"Normal","7":"169","8":"N","9":"0.0","10":"Up","11":"0","12":"887","index":908},{"0":"38","1":"M","2":"NAP","3":"138.0","4":"175.0","5":"0.0","6":"Normal","7":"173","8":"N","9":"0.0","10":"Up","11":"0","12":"918","index":909},{"0":"68","1":"M","2":"NAP","3":"134.0","4":"254.0","5":"1.0","6":"Normal","7":"151","8":"Y","9":"0.0","10":"Up","11":"0","12":"919","index":910},{"0":"47","1":"M","2":"NAP","3":"108.0","4":"243.0","5":"0.0","6":"Normal","7":"152","8":"N","9":"0.0","10":"Up","11":"1","12":"685","index":911},{"0":"52","1":"M","2":"ASY","3":"112.0","4":"230.0","5":"0.0","6":"Normal","7":"160","8":"N","9":"0.0","10":"Up","11":"1","12":"762","index":912},{"0":"52","1":"M","2":"ASY","3":"128.0","4":"255.0","5":"0.0","6":"Normal","7":"161","8":"Y","9":"0.0","10":"Up","11":"1","12":"849","index":913},{"0":"61","1":"M","2":"ASY","3":"148.0","4":"203.0","5":"0.0","6":"Normal","7":"161","8":"N","9":"0.0","10":"Up","11":"1","12":"900","index":914},{"0":"61","1":"M","2":"ASY","3":"148.0","4":"203.0","5":"0.0","6":"Normal","7":"161","8":"N","9":"0.0","10":"Up","11":"1","12":"992","index":915},{"0":"39","1":"M","2":"ATA","4":"204.0","5":"0.0","6":"Normal","7":"145","8":"N","9":"0.0","10":"Up","11":"0","12":"13","index":916},{"0":"39","1":"M","2":"ATA","4":"241.0","5":"0.0","6":"Normal","7":"106","8":"N","9":"0.0","10":"Up","11":"0","12":"110","index":917},{"0":"34","1":"F","2":"ATA","4":"161.0","5":"0.0","6":"Normal","7":"190","8":"N","9":"0.0","10":"Up","11":"0","12":"127","index":918},{"0":"39","1":"M","2":"ATA","4":"215.0","5":"0.0","6":"Normal","7":"120","8":"N","9":"0.0","10":"Up","11":"0","12":"151","index":919},{"0":"42","1":"M","2":"ATA","4":"196.0","5":"0.0","6":"Normal","7":"150","8":"N","9":"0.0","10":"Up","11":"0","12":"164","index":920},{"0":"54","1":"F","2":"ATA","4":"312.0","5":"0.0","6":"Normal","7":"130","8":"N","9":"0.0","10":"Up","11":"0","12":"185","index":921},{"0":"58","1":"M","2":"ATA","4":"251.0","6":"Normal","7":"110","8":"N","9":"0.0","10":"Up","11":"0","12":"187","index":922},{"0":"55","1":"M","2":"ATA","4":"256.0","5":"1.0","6":"Normal","7":"137","8":"N","9":"0.0","10":"Up","11":"0","12":"225","index":923},{"0":"41","1":"M","2":"ATA","4":"295.0","5":"0.0","6":"Normal","7":"170","8":"N","9":"0.0","10":"Up","11":"0","12":"229","index":924},{"0":"38","1":"F","2":"ATA","4":"275.0","5":"0.0","6":"Normal","7":"129","8":"N","9":"0.0","10":"Up","11":"0","12":"233","index":925},{"0":"55","1":"F","2":"ATA","4":"320.0","5":"0.0","6":"Normal","7":"155","8":"N","9":"0.0","10":"Up","11":"0","12":"260","index":926},{"0":"34","1":"M","2":"ATA","4":"220.0","5":"0.0","6":"Normal","7":"150","8":"N","9":"0.0","10":"Up","11":"0","12":"268","index":927},{"0":"36","1":"M","2":"ATA","4":"166.0","5":"0.0","6":"Normal","7":"180","8":"N","9":"0.0","10":"Up","11":"0","12":"290","index":928},{"0":"52","1":"M","2":"ATA","4":"205.0","5":"1.0","6":"Normal","7":"184","8":"N","9":"0.0","10":"Up","11":"0","12":"667","index":929},{"0":"45","1":"M","2":"ATA","4":"224.0","5":"1.0","6":"Normal","7":"122","8":"N","9":"0.0","10":"Up","11":"0","12":"922","index":930},{"0":"34","1":"M","2":"ATA","4":"220.0","5":"0.0","6":"Normal","7":"150","8":"N","9":"0.0","10":"Up","11":"0","12":"934","index":931},{"0":"37","1":"F","2":"NAP","4":"211.0","5":"0.0","6":"Normal","7":"142","8":"N","9":"0.0","10":"Up","11":"0","12":"11","index":932},{"0":"38","1":"M","2":"NAP","4":"292.0","5":"0.0","6":"Normal","7":"130","8":"N","9":"0.0","10":"Up","11":"0","12":"131","index":933},{"0":"46","1":"M","2":"NAP","4":"230.0","5":"0.0","6":"Normal","7":"150","8":"N","9":"0.0","10":"Up","11":"0","12":"202","index":934},{"0":"40","1":"M","2":"ASY","4":"223.0","5":"0.0","6":"Normal","7":"181","8":"N","9":"0.0","10":"Up","11":"1","12":"656","index":935},{"0":"39","1":"F","2":"NAP","4":"199.0","5":"0.0","6":"Normal","7":"179","8":"N","9":"0.0","10":"Up","11":"0","12":"693","index":936},{"0":"48","1":"M","2":"NAP","4":"255.0","5":"1.0","6":"Normal","7":"175","8":"N","9":"0.0","10":"Up","11":"0","12":"810","index":937},{"0":"64","1":"M","2":"NAP","4":"335.0","5":"0.0","6":"Normal","7":"158","8":"N","9":"0.0","10":"Up","11":"1","12":"874","index":938},{"0":"61","1":"M","2":"ASY","4":"203.0","6":"Normal","7":"161","8":"N","9":"0.0","10":"Up","11":"1","12":"946","index":939},{"0":"45","1":"F","2":"ATA","3":"130.0","4":"237.0","5":"0.0","6":"Normal","7":"170","8":"N","9":"0.0","10":"Up","11":"0","12":"7","index":940},{"0":"40","1":"M","2":"NAP","3":"130.0","4":"215.0","5":"0.0","6":"Normal","7":"138","8":"N","9":"0.0","10":"Up","11":"0","12":"25","index":941},{"0":"36","1":"M","2":"NAP","3":"130.0","4":"209.0","5":"0.0","6":"Normal","7":"178","8":"N","9":"0.0","10":"Up","11":"0","12":"26","index":942},{"0":"56","1":"M","2":"NAP","3":"130.0","4":"167.0","5":"0.0","6":"Normal","7":"114","8":"N","9":"0.0","10":"Up","11":"0","12":"32","index":943},{"0":"41","1":"F","2":"ATA","3":"130.0","4":"245.0","5":"0.0","6":"Normal","7":"150","8":"N","9":"0.0","10":"Up","11":"0","12":"54","index":944},{"0":"44","1":"M","2":"ATA","3":"130.0","4":"215.0","6":"Normal","7":"135","8":"N","9":"0.0","10":"Up","11":"0","12":"72","index":945},{"0":"39","1":"M","2":"ASY","3":"130.0","4":"307.0","5":"0.0","6":"Normal","7":"140","8":"N","9":"0.0","10":"Up","11":"0","12":"92","index":946},{"0":"51","1":"M","2":"ASY","3":"130.0","4":"179.0","5":"0.0","6":"Normal","7":"100","8":"N","9":"0.0","10":"Up","11":"0","12":"102","index":947},{"0":"58","1":"M","2":"ATA","3":"130.0","4":"230.0","5":"0.0","6":"Normal","7":"150","8":"N","9":"0.0","10":"Up","11":"0","12":"125","index":948},{"0":"40","1":"M","2":"ATA","3":"130.0","4":"275.0","5":"0.0","6":"Normal","7":"150","8":"N","9":"0.0","10":"Up","11":"0","12":"153","index":949},{"0":"37","1":"M","2":"NAP","3":"130.0","4":"194.0","5":"0.0","6":"Normal","7":"150","8":"N","9":"0.0","10":"Up","11":"0","12":"179","index":950},{"0":"46","1":"F","2":"ASY","3":"130.0","4":"238.0","5":"0.0","6":"Normal","7":"90","8":"N","9":"0.0","10":"Up","11":"0","12":"180","index":951},{"0":"51","1":"M","2":"ATA","3":"130.0","4":"224.0","5":"0.0","6":"Normal","7":"150","8":"N","9":"0.0","10":"Up","11":"0","12":"182","index":952},{"0":"48","1":"M","2":"ATA","3":"130.0","5":"0.0","6":"Normal","7":"160","8":"N","9":"0.0","10":"Up","11":"0","12":"193","index":953},{"0":"56","1":"M","2":"ATA","3":"130.0","4":"184.0","5":"0.0","6":"Normal","7":"100","8":"N","9":"0.0","10":"Up","11":"0","12":"205","index":954},{"0":"37","1":"M","2":"ASY","3":"130.0","5":"0.0","6":"Normal","7":"158","8":"N","9":"0.0","10":"Up","11":"0","12":"231","index":955},{"0":"40","1":"M","2":"NAP","3":"130.0","4":"281.0","5":"0.0","6":"Normal","7":"167","8":"N","9":"0.0","10":"Up","11":"0","12":"232","index":956},{"0":"53","1":"M","2":"ASY","3":"130.0","4":"182.0","6":"Normal","7":"148","8":"N","9":"0.0","10":"Up","11":"0","12":"293","index":957},{"0":"42","1":"M","2":"NAP","3":"130.0","4":"180.0","5":"0.0","6":"Normal","7":"150","8":"N","9":"0.0","10":"Up","11":"0","12":"654","index":958},{"0":"49","1":"F","2":"ASY","3":"130.0","4":"269.0","5":"0.0","6":"Normal","7":"163","8":"N","9":"0.0","10":"Up","11":"0","12":"718","index":959},{"0":"55","1":"M","2":"ATA","3":"130.0","4":"262.0","6":"Normal","7":"155","8":"N","9":"0.0","10":"Up","11":"0","12":"778","index":960},{"0":"47","1":"M","2":"NAP","3":"130.0","4":"253.0","5":"0.0","6":"Normal","7":"179","8":"N","9":"0.0","10":"Up","11":"0","12":"897","index":961},{"0":"34","1":"F","2":"ATA","3":"130.0","4":"161.0","5":"0.0","6":"Normal","7":"190","8":"N","9":"0.0","10":"Up","11":"0","12":"937","index":962},{"0":"58","1":"M","2":"ATA","3":"130.0","6":"Normal","7":"150","8":"N","9":"0.0","10":"Up","11":"0","12":"957","index":963},{"0":"53","1":"M","2":"ASY","3":"130.0","4":"182.0","6":"Normal","7":"148","8":"N","9":"0.0","10":"Up","11":"0","12":"1024","index":964},{"0":"40","1":"M","2":"ATA","3":"140.0","4":"289.0","5":"0.0","6":"Normal","7":"172","8":"N","9":"0.0","10":"Up","11":"0","12":"1","index":965},{"0":"50","1":"M","2":"ATA","3":"140.0","4":"216.0","5":"0.0","6":"Normal","7":"170","8":"N","9":"0.0","10":"Up","11":"0","12":"48","index":966},{"0":"45","1":"M","2":"ATA","3":"140.0","4":"224.0","5":"1.0","6":"Normal","7":"122","8":"N","9":"0.0","10":"Up","11":"0","12":"53","index":967},{"0":"52","1":"M","2":"ATA","3":"140.0","4":"100.0","5":"0.0","6":"Normal","7":"138","8":"Y","9":"0.0","10":"Up","11":"0","12":"79","index":968},{"0":"57","1":"M","2":"ATA","3":"140.0","4":"260.0","5":"1.0","6":"Normal","7":"140","8":"N","9":"0.0","10":"Up","11":"0","12":"106","index":969},{"0":"38","1":"M","2":"ATA","3":"140.0","5":"0.0","6":"Normal","7":"150","8":"N","9":"0.0","10":"Up","11":"0","12":"114","index":970},{"0":"52","1":"F","2":"ATA","3":"140.0","4":"225.0","6":"Normal","7":"140","8":"N","9":"0.0","10":"Up","11":"0","12":"165","index":971},{"0":"48","1":"M","2":"ATA","3":"140.0","4":"238.0","5":"0.0","6":"Normal","7":"118","8":"N","9":"0.0","10":"Up","11":"0","12":"168","index":972},{"0":"53","1":"M","2":"ATA","3":"140.0","4":"320.0","6":"Normal","7":"162","8":"N","9":"0.0","10":"Up","11":"0","12":"173","index":973},{"0":"59","1":"M","2":"ATA","3":"140.0","4":"287.0","5":"0.0","6":"Normal","7":"150","8":"N","9":"0.0","10":"Up","11":"0","12":"178","index":974},{"0":"55","1":"M","2":"ATA","3":"140.0","4":"196.0","5":"0.0","6":"Normal","7":"150","8":"N","9":"0.0","10":"Up","11":"0","12":"219","index":975},{"0":"29","1":"M","2":"ATA","3":"140.0","4":"263.0","5":"0.0","6":"Normal","7":"170","8":"N","9":"0.0","10":"Up","11":"0","12":"220","index":976},{"0":"46","1":"M","2":"ATA","3":"140.0","5":"0.0","6":"Normal","7":"165","8":"Y","9":"0.0","10":"Up","11":"0","12":"261","index":977},{"0":"61","1":"F","2":"ATA","3":"140.0","4":"298.0","6":"Normal","7":"120","8":"Y","9":"0.0","10":"Up","11":"0","12":"545","index":978},{"0":"63","1":"F","2":"ATA","3":"140.0","4":"195.0","5":"0.0","6":"Normal","7":"179","8":"N","9":"0.0","10":"Up","11":"0","12":"669","index":979},{"0":"59","1":"M","2":"ATA","3":"140.0","4":"221.0","5":"0.0","6":"Normal","7":"164","8":"Y","9":"0.0","10":"Up","11":"0","12":"706","index":980},{"0":"45","1":"M","2":"ATA","3":"140.0","4":"224.0","5":"1.0","6":"Normal","7":"122","8":"N","9":"0.0","10":"Up","11":"0","12":"923","index":981},{"0":"52","1":"F","2":"ATA","3":"140.0","5":"0.0","6":"Normal","7":"140","8":"N","9":"0.0","10":"Up","11":"0","12":"935","index":982},{"0":"45","1":"M","2":"ASY","3":"140.0","4":"224.0","5":"0.0","6":"Normal","7":"144","8":"N","9":"0.0","10":"Up","11":"0","12":"63","index":983},{"0":"35","1":"F","2":"ASY","3":"140.0","4":"167.0","5":"0.0","6":"Normal","7":"150","8":"N","9":"0.0","10":"Up","11":"0","12":"78","index":984},{"0":"50","1":"M","2":"ASY","3":"140.0","4":"129.0","5":"0.0","6":"Normal","7":"135","8":"N","9":"0.0","10":"Up","11":"0","12":"109","index":985},{"0":"47","1":"M","2":"ASY","3":"140.0","4":"276.0","5":"1.0","6":"Normal","7":"125","8":"Y","9":"0.0","10":"Up","11":"0","12":"113","index":986},{"0":"53","1":"M","2":"ASY","3":"140.0","4":"243.0","5":"0.0","6":"Normal","7":"155","8":"N","9":"0.0","10":"Up","11":"0","12":"144","index":987},{"0":"49","1":"M","2":"ASY","3":"140.0","4":"185.0","5":"0.0","6":"Normal","7":"130","8":"N","9":"0.0","10":"Up","11":"0","12":"158","index":988},{"0":"58","1":"M","2":"NAP","3":"140.0","4":"179.0","5":"0.0","6":"Normal","7":"160","8":"N","9":"0.0","10":"Up","11":"0","12":"170","index":989},{"0":"40","1":"M","2":"NAP","3":"140.0","4":"235.0","5":"0.0","6":"Normal","7":"188","8":"N","9":"0.0","10":"Up","11":"0","12":"172","index":990},{"0":"49","1":"M","2":"NAP","3":"140.0","4":"187.0","5":"0.0","6":"Normal","7":"172","8":"N","9":"0.0","10":"Up","11":"0","12":"174","index":991},{"0":"42","1":"M","2":"ASY","3":"140.0","4":"358.0","5":"0.0","6":"Normal","7":"170","8":"N","9":"0.0","10":"Up","11":"0","12":"285","index":992},{"0":"59","1":"M","2":"ASY","3":"140.0","4":"169.0","5":"0.0","6":"Normal","7":"140","8":"N","9":"0.0","10":"Up","11":"0","12":"287","index":993},{"0":"59","1":"M","2":"ASY","3":"140.0","6":"Normal","7":"162","8":"Y","9":"0.0","10":"Up","11":"1","12":"724","index":994},{"0":"42","1":"M","2":"ASY","3":"140.0","4":"226.0","5":"0.0","6":"Normal","7":"178","8":"N","9":"0.0","10":"Up","11":"0","12":"748","index":995},{"0":"39","1":"M","2":"NAP","3":"120.0","6":"Normal","7":"170","8":"N","9":"0.0","10":"Up","11":"0","12":"6","index":996},{"0":"37","1":"M","2":"ASY","3":"120.0","4":"223.0","5":"0.0","6":"Normal","7":"168","8":"N","9":"0.0","10":"Up","11":"0","12":"47","index":997},{"0":"56","1":"M","2":"ASY","3":"120.0","4":"85.0","5":"0.0","6":"Normal","7":"140","8":"N","9":"0.0","10":"Up","11":"0","12":"99","index":998},{"0":"55","1":"M","2":"ASY","3":"120.0","6":"Normal","7":"140","8":"N","9":"0.0","10":"Up","11":"0","12":"154","index":999},{"0":"54","1":"M","2":"NAP","3":"120.0","4":"217.0","5":"0.0","6":"Normal","7":"137","8":"N","9":"0.0","10":"Up","11":"0","12":"218","index":1000}],"schema":[{"key":"0","name":"Age","type":"int"},{"key":"1","name":"Sex","type":"string"},{"key":"2","name":"ChestPainType","type":"string"},{"key":"3","name":"RestingBP","type":"double"},{"key":"4","name":"Cholesterol","type":"double"},{"key":"5","name":"FastingBS","type":"double"},{"key":"6","name":"RestingECG","type":"string"},{"key":"7","name":"MaxHR","type":"int"},{"key":"8","name":"ExerciseAngina","type":"string"},{"key":"9","name":"Oldpeak","type":"double"},{"key":"10","name":"ST_Slope","type":"string"},{"key":"11","name":"HeartDisease","type":"int"},{"key":"12","name":"RowNumber","type":"int"}],"truncated":false},"isSummary":false,"language":"scala"},"persist_state":{"view":{"type":"details","tableOptions":{},"chartOptions":{"chartType":"bar","categoryFieldKeys":["0"],"seriesFieldKeys":["0"],"aggregationType":"count","isStacked":false,"binsNumber":10,"wordFrequency":"-1"}}}}}},"save_output":true,"spark_compute":{"compute_id":"/trident/default","session_options":{"conf":{},"enableDebugMode":false}},"dependencies":{"lakehouse":{"default_lakehouse":"5a5ddeee-c81c-47d1-943a-502638705327","known_lakehouses":[],"default_lakehouse_name":"Lakehouse2","default_lakehouse_workspace_id":"a1efaa53-a101-4fb3-a1ba-7beb731708ad"}}},"nbformat":4,"nbformat_minor":5} \ No newline at end of file diff --git a/072-DataScienceInFabric/Coach/Solutions/SOLUTION-02-data-analysis-preprocess_Data Wrangler.ipynb b/072-DataScienceInFabric/Coach/Solutions/SOLUTION-02-data-analysis-preprocess_Data Wrangler.ipynb new file mode 100644 index 0000000000..5f481c1b1b --- /dev/null +++ b/072-DataScienceInFabric/Coach/Solutions/SOLUTION-02-data-analysis-preprocess_Data Wrangler.ipynb @@ -0,0 +1 @@ +{"cells":[{"cell_type":"markdown","source":["## Module 2: Perform data prep and cleansing using Apache Spark and Data Wrangler\n","\n","Now that you have ingested and explored the data, you can transform the data. You can either run code in a notebook, or use the Data Wrangler to generate code for you.\n","\n","**Data Wrangler** is a tool used in notebooks. It offers an easy-to-use interface for exploring data. This tool shows data in a grid format, offers automatic summary statistics, built-in visualizations, and a library of common data-cleaning operations. Each operation can be done in just a few clicks. It shows the changes to the data right away and creates code in pandas or PySpark that can be saved back to the notebook for future use.\n","\n","\n"],"metadata":{"nteract":{"transient":{"deleting":false}}},"id":"22b6ce14-490c-4feb-a25e-ee52c88a6630"},{"cell_type":"markdown","source":["#### Launching Data Wrangler\n","\n","To explore and transform any pandas Dataframes in your notebook, launch Data Wrangler directly from the notebook.\n","\n",">[!NOTE]\n",">Data Wrangler can not be opened while the notebook kernel is busy. The cell execution must complete prior to launching Data Wrangler.\n","\n"],"metadata":{"nteract":{"transient":{"deleting":false}}},"id":"29566045-0621-42a3-81be-0d0ec62d760c"},{"cell_type":"code","source":["import pandas as pd\n","\n","#Read the delta table\n","\n","data_df = spark.read.format(\"delta\").load(\"Tables/heartFailure\")\n","\n","# Convert to a pandas df (needed to use Data Wrangler)\n","df = data_df.toPandas()\n","display(df)\n"],"outputs":[{"output_type":"display_data","data":{"application/vnd.livy.statement-meta+json":{"spark_pool":null,"statement_id":107,"statement_ids":[107],"livy_statement_state":"available","session_id":"5c80421a-3f4e-42ad-a379-8447cbc01755","state":"finished","normalized_state":"finished","queued_time":"2024-07-15T14:36:28.4282286Z","session_start_time":null,"execution_start_time":"2024-07-15T14:36:28.8145249Z","execution_finish_time":"2024-07-15T14:36:43.2645781Z","parent_msg_id":"e5a09710-adb6-4106-aa70-25f95ffa7d75"},"text/plain":"StatementMeta(, 5c80421a-3f4e-42ad-a379-8447cbc01755, 107, Finished, Available, Finished)"},"metadata":{}},{"output_type":"display_data","data":{"application/vnd.synapse.widget-view+json":{"widget_id":"4e4d314d-d410-427d-ae65-c9466a37b3d6","widget_type":"Synapse.DataFrame"},"text/plain":"SynapseWidget(Synapse.DataFrame, 4e4d314d-d410-427d-ae65-c9466a37b3d6)"},"metadata":{}}],"execution_count":7,"metadata":{"collapsed":false,"microsoft":{"language":"python","language_group":"synapse_pyspark"}},"id":"68ad6809-f71a-4e71-9ad4-af65ac2b2cf0"},{"cell_type":"markdown","source":["**NOTE**: To follow these instructions while working with Data Wrangler, duplicate this tab as once you open Data Wrangler you will not be able to see the notebook.\n","\n","1. Under the notebook ribbon Home tab, select Launch Data Wrangler. You'll see a list of activated pandas DataFrames available for editing.\n","\n","\n","2. Select the DataFrame you just created in last cell and open in Data Wrangler. From the Pandas dataframe list, select `df`.\n","\n","\n","![image-alt-text](https://github.com/lesantana/wthds/blob/main/1-fdatascience.png?raw=true)"],"metadata":{"nteract":{"transient":{"deleting":false}},"microsoft":{"language":"python","language_group":"synapse_pyspark"}},"id":"e36657f1-edcf-40f4-9f1b-3c8dbad1040d"},{"cell_type":"markdown","source":["Data Wrangler launches and generates a descriptive overview of your data. The table in the middle shows each data column.\n","\n","![image-alt-text](https://github.com/lesantana/wthds/blob/main/2-fdatascience.png?raw=true)\n"],"metadata":{"nteract":{"transient":{"deleting":false}},"microsoft":{"language":"python","language_group":"synapse_pyspark"}},"id":"358ff7dd-2b19-4226-a597-6f4741088eba"},{"cell_type":"markdown","source":["The Summary panel next to the table shows information about the DataFrame. When you select a column in the table, the summary updates with information about the selected column. In some instances, the data displayed and summarized will be a truncated view of your DataFrame. When this happens, you'll see warning image in the summary pane. But this is not the case in this datasframe.\n","\n",">Each operation you do can be applied in a matter of clicks, updating the data display in real time and generating code that you can save back to your notebook as a reusable function."],"metadata":{"nteract":{"transient":{"deleting":false}},"microsoft":{"language":"python","language_group":"synapse_pyspark"}},"id":"9e8ef065-2952-410f-b395-304b9567f756"},{"cell_type":"markdown","source":["\n","### Let's start the data cleaning trought Data Wrangler\n","\n","> There are different preprocessing steps that is important for developing robust, efficient and reliable machine learning models. \n","\n"," \n"," ###### 1. Removing unnecessary columns from a dataset before training a machine learning model is a best practice that enhances model performance, improves interpretability & reduces complexity.\n"," a. On the **Operations** panel, expand **Schema** and select **Drop columns**.\n","\n"," b. Select **RowNumber**. This column will appear in red in the preview, to show they're changed by the code (in this case, dropped.)\n"," \n"," c. Select **Apply**, a new step is created in the **Cleaning steps panel** on the bottom left. \n"," \n"," \n","![image-alt-text](https://github.com/lesantana/wthds/blob/main/3-fdatascience.png?raw=true)\n","\n"," \n","###### 2. Machine learning algorithms do not support missing values, dropping rows with missing values ensures compatibility with a wide range of algorithms without needing additional imputation strategies.\n","\n"," a. On the **Operations** panel, select **Find and replace**, and then select **Drop missing values**.\n"," \n"," b. Select the **RestingBP**, **Cholesterol** and **FastingBS** columns. On the right left those are the ones that are pointed as missing values.\n","\n"," c. Select **Apply**, a new step is created in the **Cleaning steps panel** on the bottom left. \n","\n"," \n"," \n","![image-alt-text](https://github.com/lesantana/wthds/blob/main/4-fdatascience.png?raw=true)\n","\n"," \n","###### 3. Handling duplicate rows is an essential step in data preparation because it ensures data quality.\n","\n"," a. On the **Operations** panel, select **Find and replace**, and then select **Drop duplicate rows**.\n","\n"," b. Select **Apply**, a new step is created in the **Cleaning steps panel** on the bottom left. \n","\n"," \n"," \n"," ![image-alt-text](https://github.com/lesantana/wthds/blob/main/5-fdatascience.png?raw=true)\n","\n"," \n","\n","###### 4. Select **Add code to notebook** at the top left to close Data Wrangler and add the code automatically. The **Add code to notebook** wraps the code in a function.\n","\n"," \n"," ![image-alt-text](https://github.com/lesantana/wthds/blob/main/5.5.1-datascience.png?raw=true)\n"," ![image-alt-text](https://github.com/lesantana/wthds/blob/main/7-fdatascience.png?raw=true)\n"],"metadata":{"nteract":{"transient":{"deleting":false}},"microsoft":{"language":"python","language_group":"synapse_pyspark"}},"id":"c6f4e0b4-3db3-473f-af58-3cee6454c757"},{"cell_type":"code","source":["# Code generated by Data Wrangler for pandas DataFrame\n","\n","def clean_data(df):\n"," # Drop column: 'RowNumber'\n"," df = df.drop(columns=['RowNumber'])\n"," # Drop rows with missing data in columns: 'RestingBP', 'Cholesterol', 'FastingBS'\n"," df = df.dropna(subset=['RestingBP', 'Cholesterol', 'FastingBS'])\n"," # Drop duplicate rows across all columns\n"," df = df.drop_duplicates()\n"," return df\n","\n","df_clean = clean_data(df.copy())\n","df_clean.head()"],"outputs":[{"output_type":"display_data","data":{"application/vnd.livy.statement-meta+json":{"spark_pool":null,"statement_id":108,"statement_ids":[108],"livy_statement_state":"available","session_id":"5c80421a-3f4e-42ad-a379-8447cbc01755","state":"finished","normalized_state":"finished","queued_time":"2024-07-15T14:36:54.1749916Z","session_start_time":null,"execution_start_time":"2024-07-15T14:36:54.5849747Z","execution_finish_time":"2024-07-15T14:36:54.8211774Z","parent_msg_id":"5865df29-30b7-42c3-b3b1-fec2c9b019a3"},"text/plain":"StatementMeta(, 5c80421a-3f4e-42ad-a379-8447cbc01755, 108, Finished, Available, Finished)"},"metadata":{}},{"output_type":"execute_result","execution_count":323,"data":{"text/plain":" Age Sex ChestPainType RestingBP Cholesterol FastingBS RestingECG MaxHR \\\n1 60 M ASY 132.0 218.0 0.0 ST 140 \n2 63 M ASY 170.0 177.0 0.0 Normal 84 \n3 59 M ASY 122.0 233.0 0.0 Normal 117 \n4 58 M ASY 132.0 458.0 1.0 Normal 69 \n7 62 M ASY 158.0 210.0 1.0 Normal 112 \n\n ExerciseAngina Oldpeak ST_Slope HeartDisease \n1 Y 1.5 Down 1 \n2 Y 2.5 Down 1 \n3 Y 1.3 Down 1 \n4 N 1.0 Down 0 \n7 Y 3.0 Down 1 ","text/html":"
\n | Age | \nSex | \nChestPainType | \nRestingBP | \nCholesterol | \nFastingBS | \nRestingECG | \nMaxHR | \nExerciseAngina | \nOldpeak | \nST_Slope | \nHeartDisease | \n
---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | \n60 | \nM | \nASY | \n132.0 | \n218.0 | \n0.0 | \nST | \n140 | \nY | \n1.5 | \nDown | \n1 | \n
2 | \n63 | \nM | \nASY | \n170.0 | \n177.0 | \n0.0 | \nNormal | \n84 | \nY | \n2.5 | \nDown | \n1 | \n
3 | \n59 | \nM | \nASY | \n122.0 | \n233.0 | \n0.0 | \nNormal | \n117 | \nY | \n1.3 | \nDown | \n1 | \n
4 | \n58 | \nM | \nASY | \n132.0 | \n458.0 | \n1.0 | \nNormal | \n69 | \nN | \n1.0 | \nDown | \n0 | \n
7 | \n62 | \nM | \nASY | \n158.0 | \n210.0 | \n1.0 | \nNormal | \n112 | \nY | \n3.0 | \nDown | \n1 | \n
\n | Sex | \nChestPainType | \nRestingECG | \nExerciseAngina | \nST_Slope | \nAge | \nRestingBP | \nCholesterol | \nFastingBS | \nMaxHR | \nOldpeak | \nHeartDisease | \n
---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | \n1 | \n0 | \n2 | \n1 | \n0 | \n60 | \n132.0 | \n218.0 | \n0.0 | \n140 | \n1.5 | \n1 | \n
2 | \n1 | \n0 | \n1 | \n1 | \n0 | \n63 | \n170.0 | \n177.0 | \n0.0 | \n84 | \n2.5 | \n1 | \n
3 | \n1 | \n0 | \n1 | \n1 | \n0 | \n59 | \n122.0 | \n233.0 | \n0.0 | \n117 | \n1.3 | \n1 | \n
4 | \n1 | \n0 | \n1 | \n0 | \n0 | \n58 | \n132.0 | \n458.0 | \n1.0 | \n69 | \n1.0 | \n0 | \n
7 | \n1 | \n0 | \n1 | \n1 | \n0 | \n62 | \n158.0 | \n210.0 | \n1.0 | \n112 | \n3.0 | \n1 | \n
8 | \n1 | \n0 | \n2 | \n1 | \n0 | \n61 | \n120.0 | \n282.0 | \n0.0 | \n135 | \n4.0 | \n1 | \n
9 | \n1 | \n0 | \n1 | \n1 | \n0 | \n59 | \n125.0 | \n222.0 | \n0.0 | \n135 | \n2.5 | \n1 | \n
11 | \n1 | \n2 | \n0 | \n0 | \n0 | \n76 | \n104.0 | \n113.0 | \n0.0 | \n120 | \n3.5 | \n1 | \n
12 | \n1 | \n0 | \n2 | \n1 | \n0 | \n70 | \n170.0 | \n192.0 | \n0.0 | \n129 | \n3.0 | \n1 | \n
15 | \n1 | \n0 | \n1 | \n1 | \n0 | \n64 | \n134.0 | \n273.0 | \n0.0 | \n102 | \n4.0 | \n1 | \n
\n","**Optimize write** “ Spark in Fabric includes an Optimize Write feature that reduces the number of files written and targets to increase individual file size of the written data. It dynamically optimizes files during write operations generating files with a default 128 MB size. The target file size may be changed per workload requirements using configurations.\n","\n","These configs can be applied at a session level(as spark.conf.set in a notebook cell) as demonstrated in the following code cell, or at workspace level which is applied automatically to all spark sessions created in the workspace. The workspace level Apache Spark configuration can be set at:\n","- _Workspace settings >> Data Engineering/Sceience >> Spark Compute >> Spark Properties >> Add_\n","\n","[Learn more about V-Order and Optimized Delta Write](https://learn.microsoft.com/en-us/fabric/data-engineering/delta-optimization-and-v-order?tabs=sparksql)"]},{"cell_type":"code","execution_count":4,"id":"c8079c5e-2b34-4495-89b0-ff421750d88c","metadata":{"jupyter":{"outputs_hidden":false,"source_hidden":false},"microsoft":{"language":"python","language_group":"synapse_pyspark"},"nteract":{"transient":{"deleting":false}}},"outputs":[{"data":{"application/vnd.livy.statement-meta+json":{"execution_finish_time":"2024-06-06T16:23:03.4560196Z","execution_start_time":"2024-06-06T16:23:03.1473384Z","livy_statement_state":"available","parent_msg_id":"6d22bff6-70bb-4632-ba61-a0bc6d78a90d","queued_time":"2024-06-06T16:23:02.5957959Z","session_id":"5f849dc6-e766-4a8c-a84d-2e13caa6a6c2","session_start_time":null,"spark_pool":null,"state":"finished","statement_id":5,"statement_ids":[5]},"text/plain":["StatementMeta(, 5f849dc6-e766-4a8c-a84d-2e13caa6a6c2, 5, Finished, Available)"]},"metadata":{},"output_type":"display_data"}],"source":["#Run these configuration commands to set up your spark session\n","spark.conf.set(\"sprk.sql.parquet.vorder.enabled\", \"true\") # Enable Verti-Parquet write\n","spark.conf.set(\"spark.microsoft.delta.optimizeWrite.enabled\", \"true\") # Enable automatic delta optimized write"]},{"cell_type":"markdown","id":"379c7528-679b-4e4e-8b5f-cc9b19cc218e","metadata":{"microsoft":{"language":"python","language_group":"synapse_pyspark"},"nteract":{"transient":{"deleting":false}}},"source":["#### Part 2 Instructions:\n","\n","Now, you will create a Delta table in your Lakehouse where you will store your dataset to be accessed at later notebooks. Write the data to a Delta table named \"heartFailure\" and then, once it has been saved, test reading the table and displaying the data in the second code cell. [Documentation link](https://learn.microsoft.com/en-us/training/modules/work-delta-lake-tables-fabric/3-create-delta-tables.) "]},{"cell_type":"code","execution_count":null,"id":"916630ac-1b4d-4205-b5b2-981e3b20fff9","metadata":{"jupyter":{"outputs_hidden":false,"source_hidden":false},"microsoft":{"language":"python","language_group":"synapse_pyspark"},"nteract":{"transient":{"deleting":false}}},"outputs":[],"source":["#Set your table name\n","table_name = \n","\n","#Write your data to the table"]},{"cell_type":"code","execution_count":null,"id":"13fda0ed-c09d-4221-ae2c-4a4dab8a869f","metadata":{"collapsed":false,"jupyter":{"outputs_hidden":false,"source_hidden":false},"microsoft":{"language":"python","language_group":"synapse_pyspark"},"nteract":{"transient":{"deleting":false}}},"outputs":[],"source":["#Load the table to the dataframe to ensure that it is loaded in the correct path\n","data_df = \n","\n","#Display the dataframe that you just loaded\n","display(data_df)"]}],"metadata":{"dependencies":{"lakehouse":{"default_lakehouse":"91f9e346-7d62-4063-bfd8-07035bb08131","default_lakehouse_name":"Lakehouse","default_lakehouse_workspace_id":"a1efaa53-a101-4fb3-a1ba-7beb731708ad"}},"kernel_info":{"name":"synapse_pyspark"},"kernelspec":{"display_name":"Synapse PySpark","language":"Python","name":"synapse_pyspark"},"language_info":{"name":"python"},"microsoft":{"language":"python","language_group":"synapse_pyspark","ms_spell_check":{"ms_spell_check_language":"en"}},"notebook_environment":{},"nteract":{"version":"nteract-front-end@1.0.0"},"save_output":true,"spark_compute":{"compute_id":"/trident/default","session_options":{"conf":{},"enableDebugMode":false}},"synapse_widget":{"state":{"6b2bf44b-b19c-4f50-8066-688b5e9d15e7":{"persist_state":{"view":{"chartOptions":{"aggregationType":"count","binsNumber":10,"categoryFieldKeys":["0"],"chartType":"bar","isStacked":false,"seriesFieldKeys":["0"],"wordFrequency":"-1"},"tableOptions":{},"type":"details"}},"sync_state":{"isSummary":false,"language":"scala","table":{"rows":[{"0":"40","1":"M","2":"ATA","3":"140","4":"289","5":"0","6":"Normal","7":"172","8":"N","9":"0.0","10":"Up","11":"0","index":1},{"0":"49","1":"F","2":"NAP","3":"160","4":"180","5":"0","6":"Normal","7":"156","8":"N","9":"1.0","10":"Flat","11":"1","index":2},{"0":"37","1":"M","2":"ATA","3":"130","4":"283","5":"0","6":"ST","7":"98","8":"N","9":"0.0","10":"Up","11":"0","index":3},{"0":"48","1":"F","2":"ASY","3":"138","4":"214","5":"0","6":"Normal","7":"108","8":"Y","9":"1.5","10":"Flat","11":"1","index":4},{"0":"54","1":"M","2":"NAP","3":"150","4":"195","5":"0","6":"Normal","7":"122","8":"N","9":"0.0","10":"Up","11":"0","index":5},{"0":"39","1":"M","2":"NAP","3":"120","4":"339","5":"0","6":"Normal","7":"170","8":"N","9":"0.0","10":"Up","11":"0","index":6},{"0":"45","1":"F","2":"ATA","3":"130","4":"237","5":"0","6":"Normal","7":"170","8":"N","9":"0.0","10":"Up","11":"0","index":7},{"0":"54","1":"M","2":"ATA","3":"110","4":"208","5":"0","6":"Normal","7":"142","8":"N","9":"0.0","10":"Up","11":"0","index":8},{"0":"37","1":"M","2":"ASY","3":"140","4":"207","5":"0","6":"Normal","7":"130","8":"Y","9":"1.5","10":"Flat","11":"1","index":9},{"0":"48","1":"F","2":"ATA","3":"120","4":"284","5":"0","6":"Normal","7":"120","8":"N","9":"0.0","10":"Up","11":"0","index":10},{"0":"37","1":"F","2":"NAP","3":"130","4":"211","5":"0","6":"Normal","7":"142","8":"N","9":"0.0","10":"Up","11":"0","index":11},{"0":"58","1":"M","2":"ATA","3":"136","4":"164","5":"0","6":"ST","7":"99","8":"Y","9":"2.0","10":"Flat","11":"1","index":12},{"0":"39","1":"M","2":"ATA","3":"120","4":"204","5":"0","6":"Normal","7":"145","8":"N","9":"0.0","10":"Up","11":"0","index":13},{"0":"49","1":"M","2":"ASY","3":"140","4":"234","5":"0","6":"Normal","7":"140","8":"Y","9":"1.0","10":"Flat","11":"1","index":14},{"0":"42","1":"F","2":"NAP","3":"115","4":"211","5":"0","6":"ST","7":"137","8":"N","9":"0.0","10":"Up","11":"0","index":15},{"0":"54","1":"F","2":"ATA","3":"120","4":"273","5":"0","6":"Normal","7":"150","8":"N","9":"1.5","10":"Flat","11":"0","index":16},{"0":"38","1":"M","2":"ASY","3":"110","4":"196","5":"0","6":"Normal","7":"166","8":"N","9":"0.0","10":"Flat","11":"1","index":17},{"0":"43","1":"F","2":"ATA","3":"120","4":"201","5":"0","6":"Normal","7":"165","8":"N","9":"0.0","10":"Up","11":"0","index":18},{"0":"60","1":"M","2":"ASY","3":"100","4":"248","5":"0","6":"Normal","7":"125","8":"N","9":"1.0","10":"Flat","11":"1","index":19},{"0":"36","1":"M","2":"ATA","3":"120","4":"267","5":"0","6":"Normal","7":"160","8":"N","9":"3.0","10":"Flat","11":"1","index":20},{"0":"43","1":"F","2":"TA","3":"100","4":"223","5":"0","6":"Normal","7":"142","8":"N","9":"0.0","10":"Up","11":"0","index":21},{"0":"44","1":"M","2":"ATA","3":"120","4":"184","5":"0","6":"Normal","7":"142","8":"N","9":"1.0","10":"Flat","11":"0","index":22},{"0":"49","1":"F","2":"ATA","3":"124","4":"201","5":"0","6":"Normal","7":"164","8":"N","9":"0.0","10":"Up","11":"0","index":23},{"0":"44","1":"M","2":"ATA","3":"150","4":"288","5":"0","6":"Normal","7":"150","8":"Y","9":"3.0","10":"Flat","11":"1","index":24},{"0":"40","1":"M","2":"NAP","3":"130","4":"215","5":"0","6":"Normal","7":"138","8":"N","9":"0.0","10":"Up","11":"0","index":25},{"0":"36","1":"M","2":"NAP","3":"130","4":"209","5":"0","6":"Normal","7":"178","8":"N","9":"0.0","10":"Up","11":"0","index":26},{"0":"53","1":"M","2":"ASY","3":"124","4":"260","5":"0","6":"ST","7":"112","8":"Y","9":"3.0","10":"Flat","11":"0","index":27},{"0":"52","1":"M","2":"ATA","3":"120","4":"284","5":"0","6":"Normal","7":"118","8":"N","9":"0.0","10":"Up","11":"0","index":28},{"0":"53","1":"F","2":"ATA","3":"113","4":"468","5":"0","6":"Normal","7":"127","8":"N","9":"0.0","10":"Up","11":"0","index":29},{"0":"51","1":"M","2":"ATA","3":"125","4":"188","5":"0","6":"Normal","7":"145","8":"N","9":"0.0","10":"Up","11":"0","index":30},{"0":"53","1":"M","2":"NAP","3":"145","4":"518","5":"0","6":"Normal","7":"130","8":"N","9":"0.0","10":"Flat","11":"1","index":31},{"0":"56","1":"M","2":"NAP","3":"130","4":"167","5":"0","6":"Normal","7":"114","8":"N","9":"0.0","10":"Up","11":"0","index":32},{"0":"54","1":"M","2":"ASY","3":"125","4":"224","5":"0","6":"Normal","7":"122","8":"N","9":"2.0","10":"Flat","11":"1","index":33},{"0":"41","1":"M","2":"ASY","3":"130","4":"172","5":"0","6":"ST","7":"130","8":"N","9":"2.0","10":"Flat","11":"1","index":34},{"0":"43","1":"F","2":"ATA","3":"150","4":"186","5":"0","6":"Normal","7":"154","8":"N","9":"0.0","10":"Up","11":"0","index":35},{"0":"32","1":"M","2":"ATA","3":"125","4":"254","5":"0","6":"Normal","7":"155","8":"N","9":"0.0","10":"Up","11":"0","index":36},{"0":"65","1":"M","2":"ASY","3":"140","4":"306","5":"1","6":"Normal","7":"87","8":"Y","9":"1.5","10":"Flat","11":"1","index":37},{"0":"41","1":"F","2":"ATA","3":"110","4":"250","5":"0","6":"ST","7":"142","8":"N","9":"0.0","10":"Up","11":"0","index":38},{"0":"48","1":"F","2":"ATA","3":"120","4":"177","5":"1","6":"ST","7":"148","8":"N","9":"0.0","10":"Up","11":"0","index":39},{"0":"48","1":"F","2":"ASY","3":"150","4":"227","5":"0","6":"Normal","7":"130","8":"Y","9":"1.0","10":"Flat","11":"0","index":40},{"0":"54","1":"F","2":"ATA","3":"150","4":"230","5":"0","6":"Normal","7":"130","8":"N","9":"0.0","10":"Up","11":"0","index":41},{"0":"54","1":"F","2":"NAP","3":"130","4":"294","5":"0","6":"ST","7":"100","8":"Y","9":"0.0","10":"Flat","11":"1","index":42},{"0":"35","1":"M","2":"ATA","3":"150","4":"264","5":"0","6":"Normal","7":"168","8":"N","9":"0.0","10":"Up","11":"0","index":43},{"0":"52","1":"M","2":"NAP","3":"140","4":"259","5":"0","6":"ST","7":"170","8":"N","9":"0.0","10":"Up","11":"0","index":44},{"0":"43","1":"M","2":"ASY","3":"120","4":"175","5":"0","6":"Normal","7":"120","8":"Y","9":"1.0","10":"Flat","11":"1","index":45},{"0":"59","1":"M","2":"NAP","3":"130","4":"318","5":"0","6":"Normal","7":"120","8":"Y","9":"1.0","10":"Flat","11":"0","index":46},{"0":"37","1":"M","2":"ASY","3":"120","4":"223","5":"0","6":"Normal","7":"168","8":"N","9":"0.0","10":"Up","11":"0","index":47},{"0":"50","1":"M","2":"ATA","3":"140","4":"216","5":"0","6":"Normal","7":"170","8":"N","9":"0.0","10":"Up","11":"0","index":48},{"0":"36","1":"M","2":"NAP","3":"112","4":"340","5":"0","6":"Normal","7":"184","8":"N","9":"1.0","10":"Flat","11":"0","index":49},{"0":"41","1":"M","2":"ASY","3":"110","4":"289","5":"0","6":"Normal","7":"170","8":"N","9":"0.0","10":"Flat","11":"1","index":50},{"0":"50","1":"M","2":"ASY","3":"130","4":"233","5":"0","6":"Normal","7":"121","8":"Y","9":"2.0","10":"Flat","11":"1","index":51},{"0":"47","1":"F","2":"ASY","3":"120","4":"205","5":"0","6":"Normal","7":"98","8":"Y","9":"2.0","10":"Flat","11":"1","index":52},{"0":"45","1":"M","2":"ATA","3":"140","4":"224","5":"1","6":"Normal","7":"122","8":"N","9":"0.0","10":"Up","11":"0","index":53},{"0":"41","1":"F","2":"ATA","3":"130","4":"245","5":"0","6":"Normal","7":"150","8":"N","9":"0.0","10":"Up","11":"0","index":54},{"0":"52","1":"F","2":"ASY","3":"130","4":"180","5":"0","6":"Normal","7":"140","8":"Y","9":"1.5","10":"Flat","11":"0","index":55},{"0":"51","1":"F","2":"ATA","3":"160","4":"194","5":"0","6":"Normal","7":"170","8":"N","9":"0.0","10":"Up","11":"0","index":56},{"0":"31","1":"M","2":"ASY","3":"120","4":"270","5":"0","6":"Normal","7":"153","8":"Y","9":"1.5","10":"Flat","11":"1","index":57},{"0":"58","1":"M","2":"NAP","3":"130","4":"213","5":"0","6":"ST","7":"140","8":"N","9":"0.0","10":"Flat","11":"1","index":58},{"0":"54","1":"M","2":"ASY","3":"150","4":"365","5":"0","6":"ST","7":"134","8":"N","9":"1.0","10":"Up","11":"0","index":59},{"0":"52","1":"M","2":"ASY","3":"112","4":"342","5":"0","6":"ST","7":"96","8":"Y","9":"1.0","10":"Flat","11":"1","index":60},{"0":"49","1":"M","2":"ATA","3":"100","4":"253","5":"0","6":"Normal","7":"174","8":"N","9":"0.0","10":"Up","11":"0","index":61},{"0":"43","1":"F","2":"NAP","3":"150","4":"254","5":"0","6":"Normal","7":"175","8":"N","9":"0.0","10":"Up","11":"0","index":62},{"0":"45","1":"M","2":"ASY","3":"140","4":"224","5":"0","6":"Normal","7":"144","8":"N","9":"0.0","10":"Up","11":"0","index":63},{"0":"46","1":"M","2":"ASY","3":"120","4":"277","5":"0","6":"Normal","7":"125","8":"Y","9":"1.0","10":"Flat","11":"1","index":64},{"0":"50","1":"F","2":"ATA","3":"110","4":"202","5":"0","6":"Normal","7":"145","8":"N","9":"0.0","10":"Up","11":"0","index":65},{"0":"37","1":"F","2":"ATA","3":"120","4":"260","5":"0","6":"Normal","7":"130","8":"N","9":"0.0","10":"Up","11":"0","index":66},{"0":"45","1":"F","2":"ASY","3":"132","4":"297","5":"0","6":"Normal","7":"144","8":"N","9":"0.0","10":"Up","11":"0","index":67},{"0":"32","1":"M","2":"ATA","3":"110","4":"225","5":"0","6":"Normal","7":"184","8":"N","9":"0.0","10":"Up","11":"0","index":68},{"0":"52","1":"M","2":"ASY","3":"160","4":"246","5":"0","6":"ST","7":"82","8":"Y","9":"4.0","10":"Flat","11":"1","index":69},{"0":"44","1":"M","2":"ASY","3":"150","4":"412","5":"0","6":"Normal","7":"170","8":"N","9":"0.0","10":"Up","11":"0","index":70},{"0":"57","1":"M","2":"ATA","3":"140","4":"265","5":"0","6":"ST","7":"145","8":"Y","9":"1.0","10":"Flat","11":"1","index":71},{"0":"44","1":"M","2":"ATA","3":"130","4":"215","5":"0","6":"Normal","7":"135","8":"N","9":"0.0","10":"Up","11":"0","index":72},{"0":"52","1":"M","2":"ASY","3":"120","4":"182","5":"0","6":"Normal","7":"150","8":"N","9":"0.0","10":"Flat","11":"1","index":73},{"0":"44","1":"F","2":"ASY","3":"120","4":"218","5":"0","6":"ST","7":"115","8":"N","9":"0.0","10":"Up","11":"0","index":74},{"0":"55","1":"M","2":"ASY","3":"140","4":"268","5":"0","6":"Normal","7":"128","8":"Y","9":"1.5","10":"Flat","11":"1","index":75},{"0":"46","1":"M","2":"NAP","3":"150","4":"163","5":"0","6":"Normal","7":"116","8":"N","9":"0.0","10":"Up","11":"0","index":76},{"0":"32","1":"M","2":"ASY","3":"118","4":"529","5":"0","6":"Normal","7":"130","8":"N","9":"0.0","10":"Flat","11":"1","index":77},{"0":"35","1":"F","2":"ASY","3":"140","4":"167","5":"0","6":"Normal","7":"150","8":"N","9":"0.0","10":"Up","11":"0","index":78},{"0":"52","1":"M","2":"ATA","3":"140","4":"100","5":"0","6":"Normal","7":"138","8":"Y","9":"0.0","10":"Up","11":"0","index":79},{"0":"49","1":"M","2":"ASY","3":"130","4":"206","5":"0","6":"Normal","7":"170","8":"N","9":"0.0","10":"Flat","11":"1","index":80},{"0":"55","1":"M","2":"NAP","3":"110","4":"277","5":"0","6":"Normal","7":"160","8":"N","9":"0.0","10":"Up","11":"0","index":81},{"0":"54","1":"M","2":"ATA","3":"120","4":"238","5":"0","6":"Normal","7":"154","8":"N","9":"0.0","10":"Up","11":"0","index":82},{"0":"63","1":"M","2":"ASY","3":"150","4":"223","5":"0","6":"Normal","7":"115","8":"N","9":"0.0","10":"Flat","11":"1","index":83},{"0":"52","1":"M","2":"ATA","3":"160","4":"196","5":"0","6":"Normal","7":"165","8":"N","9":"0.0","10":"Up","11":"0","index":84},{"0":"56","1":"M","2":"ASY","3":"150","4":"213","5":"1","6":"Normal","7":"125","8":"Y","9":"1.0","10":"Flat","11":"1","index":85},{"0":"66","1":"M","2":"ASY","3":"140","4":"139","5":"0","6":"Normal","7":"94","8":"Y","9":"1.0","10":"Flat","11":"1","index":86},{"0":"65","1":"M","2":"ASY","3":"170","4":"263","5":"1","6":"Normal","7":"112","8":"Y","9":"2.0","10":"Flat","11":"1","index":87},{"0":"53","1":"F","2":"ATA","3":"140","4":"216","5":"0","6":"Normal","7":"142","8":"Y","9":"2.0","10":"Flat","11":"0","index":88},{"0":"43","1":"M","2":"TA","3":"120","4":"291","5":"0","6":"ST","7":"155","8":"N","9":"0.0","10":"Flat","11":"1","index":89},{"0":"55","1":"M","2":"ASY","3":"140","4":"229","5":"0","6":"Normal","7":"110","8":"Y","9":"0.5","10":"Flat","11":"0","index":90},{"0":"49","1":"F","2":"ATA","3":"110","4":"208","5":"0","6":"Normal","7":"160","8":"N","9":"0.0","10":"Up","11":"0","index":91},{"0":"39","1":"M","2":"ASY","3":"130","4":"307","5":"0","6":"Normal","7":"140","8":"N","9":"0.0","10":"Up","11":"0","index":92},{"0":"52","1":"F","2":"ATA","3":"120","4":"210","5":"0","6":"Normal","7":"148","8":"N","9":"0.0","10":"Up","11":"0","index":93},{"0":"48","1":"M","2":"ASY","3":"160","4":"329","5":"0","6":"Normal","7":"92","8":"Y","9":"1.5","10":"Flat","11":"1","index":94},{"0":"39","1":"F","2":"NAP","3":"110","4":"182","5":"0","6":"ST","7":"180","8":"N","9":"0.0","10":"Up","11":"0","index":95},{"0":"58","1":"M","2":"ASY","3":"130","4":"263","5":"0","6":"Normal","7":"140","8":"Y","9":"2.0","10":"Flat","11":"1","index":96},{"0":"43","1":"M","2":"ATA","3":"142","4":"207","5":"0","6":"Normal","7":"138","8":"N","9":"0.0","10":"Up","11":"0","index":97},{"0":"39","1":"M","2":"NAP","3":"160","4":"147","5":"1","6":"Normal","7":"160","8":"N","9":"0.0","10":"Up","11":"0","index":98},{"0":"56","1":"M","2":"ASY","3":"120","4":"85","5":"0","6":"Normal","7":"140","8":"N","9":"0.0","10":"Up","11":"0","index":99},{"0":"41","1":"M","2":"ATA","3":"125","4":"269","5":"0","6":"Normal","7":"144","8":"N","9":"0.0","10":"Up","11":"0","index":100},{"0":"65","1":"M","2":"ASY","3":"130","4":"275","5":"0","6":"ST","7":"115","8":"Y","9":"1.0","10":"Flat","11":"1","index":101},{"0":"51","1":"M","2":"ASY","3":"130","4":"179","5":"0","6":"Normal","7":"100","8":"N","9":"0.0","10":"Up","11":"0","index":102},{"0":"40","1":"F","2":"ASY","3":"150","4":"392","5":"0","6":"Normal","7":"130","8":"N","9":"2.0","10":"Flat","11":"1","index":103},{"0":"40","1":"M","2":"ASY","3":"120","4":"466","5":"1","6":"Normal","7":"152","8":"Y","9":"1.0","10":"Flat","11":"1","index":104},{"0":"46","1":"M","2":"ASY","3":"118","4":"186","5":"0","6":"Normal","7":"124","8":"N","9":"0.0","10":"Flat","11":"1","index":105},{"0":"57","1":"M","2":"ATA","3":"140","4":"260","5":"1","6":"Normal","7":"140","8":"N","9":"0.0","10":"Up","11":"0","index":106},{"0":"48","1":"F","2":"ASY","3":"120","4":"254","5":"0","6":"ST","7":"110","8":"N","9":"0.0","10":"Up","11":"0","index":107},{"0":"34","1":"M","2":"ATA","3":"150","4":"214","5":"0","6":"ST","7":"168","8":"N","9":"0.0","10":"Up","11":"0","index":108},{"0":"50","1":"M","2":"ASY","3":"140","4":"129","5":"0","6":"Normal","7":"135","8":"N","9":"0.0","10":"Up","11":"0","index":109},{"0":"39","1":"M","2":"ATA","3":"190","4":"241","5":"0","6":"Normal","7":"106","8":"N","9":"0.0","10":"Up","11":"0","index":110},{"0":"59","1":"F","2":"ATA","3":"130","4":"188","5":"0","6":"Normal","7":"124","8":"N","9":"1.0","10":"Flat","11":"0","index":111},{"0":"57","1":"M","2":"ASY","3":"150","4":"255","5":"0","6":"Normal","7":"92","8":"Y","9":"3.0","10":"Flat","11":"1","index":112},{"0":"47","1":"M","2":"ASY","3":"140","4":"276","5":"1","6":"Normal","7":"125","8":"Y","9":"0.0","10":"Up","11":"0","index":113},{"0":"38","1":"M","2":"ATA","3":"140","4":"297","5":"0","6":"Normal","7":"150","8":"N","9":"0.0","10":"Up","11":"0","index":114},{"0":"49","1":"F","2":"NAP","3":"130","4":"207","5":"0","6":"ST","7":"135","8":"N","9":"0.0","10":"Up","11":"0","index":115},{"0":"33","1":"F","2":"ASY","3":"100","4":"246","5":"0","6":"Normal","7":"150","8":"Y","9":"1.0","10":"Flat","11":"1","index":116},{"0":"38","1":"M","2":"ASY","3":"120","4":"282","5":"0","6":"Normal","7":"170","8":"N","9":"0.0","10":"Flat","11":"1","index":117},{"0":"59","1":"F","2":"ASY","3":"130","4":"338","5":"1","6":"ST","7":"130","8":"Y","9":"1.5","10":"Flat","11":"1","index":118},{"0":"35","1":"F","2":"TA","3":"120","4":"160","5":"0","6":"ST","7":"185","8":"N","9":"0.0","10":"Up","11":"0","index":119},{"0":"34","1":"M","2":"TA","3":"140","4":"156","5":"0","6":"Normal","7":"180","8":"N","9":"0.0","10":"Flat","11":"1","index":120},{"0":"47","1":"F","2":"NAP","3":"135","4":"248","5":"1","6":"Normal","7":"170","8":"N","9":"0.0","10":"Flat","11":"1","index":121},{"0":"52","1":"F","2":"NAP","3":"125","4":"272","5":"0","6":"Normal","7":"139","8":"N","9":"0.0","10":"Up","11":"0","index":122},{"0":"46","1":"M","2":"ASY","3":"110","4":"240","5":"0","6":"ST","7":"140","8":"N","9":"0.0","10":"Up","11":"0","index":123},{"0":"58","1":"F","2":"ATA","3":"180","4":"393","5":"0","6":"Normal","7":"110","8":"Y","9":"1.0","10":"Flat","11":"1","index":124},{"0":"58","1":"M","2":"ATA","3":"130","4":"230","5":"0","6":"Normal","7":"150","8":"N","9":"0.0","10":"Up","11":"0","index":125},{"0":"54","1":"M","2":"ATA","3":"120","4":"246","5":"0","6":"Normal","7":"110","8":"N","9":"0.0","10":"Up","11":"0","index":126},{"0":"34","1":"F","2":"ATA","3":"130","4":"161","5":"0","6":"Normal","7":"190","8":"N","9":"0.0","10":"Up","11":"0","index":127},{"0":"48","1":"F","2":"ASY","3":"108","4":"163","5":"0","6":"Normal","7":"175","8":"N","9":"2.0","10":"Up","11":"0","index":128},{"0":"54","1":"F","2":"ATA","3":"120","4":"230","5":"1","6":"Normal","7":"140","8":"N","9":"0.0","10":"Up","11":"0","index":129},{"0":"42","1":"M","2":"NAP","3":"120","4":"228","5":"0","6":"Normal","7":"152","8":"Y","9":"1.5","10":"Flat","11":"0","index":130},{"0":"38","1":"M","2":"NAP","3":"145","4":"292","5":"0","6":"Normal","7":"130","8":"N","9":"0.0","10":"Up","11":"0","index":131},{"0":"46","1":"M","2":"ASY","3":"110","4":"202","5":"0","6":"Normal","7":"150","8":"Y","9":"0.0","10":"Flat","11":"1","index":132},{"0":"56","1":"M","2":"ASY","3":"170","4":"388","5":"0","6":"ST","7":"122","8":"Y","9":"2.0","10":"Flat","11":"1","index":133},{"0":"56","1":"M","2":"ASY","3":"150","4":"230","5":"0","6":"ST","7":"124","8":"Y","9":"1.5","10":"Flat","11":"1","index":134},{"0":"61","1":"F","2":"ASY","3":"130","4":"294","5":"0","6":"ST","7":"120","8":"Y","9":"1.0","10":"Flat","11":"0","index":135},{"0":"49","1":"M","2":"NAP","3":"115","4":"265","5":"0","6":"Normal","7":"175","8":"N","9":"0.0","10":"Flat","11":"1","index":136},{"0":"43","1":"F","2":"ATA","3":"120","4":"215","5":"0","6":"ST","7":"175","8":"N","9":"0.0","10":"Up","11":"0","index":137},{"0":"39","1":"M","2":"ATA","3":"120","4":"241","5":"0","6":"ST","7":"146","8":"N","9":"2.0","10":"Up","11":"0","index":138},{"0":"54","1":"M","2":"ASY","3":"140","4":"166","5":"0","6":"Normal","7":"118","8":"Y","9":"0.0","10":"Flat","11":"1","index":139},{"0":"43","1":"M","2":"ASY","3":"150","4":"247","5":"0","6":"Normal","7":"130","8":"Y","9":"2.0","10":"Flat","11":"1","index":140},{"0":"52","1":"M","2":"ASY","3":"160","4":"331","5":"0","6":"Normal","7":"94","8":"Y","9":"2.5","10":"Flat","11":"1","index":141},{"0":"50","1":"M","2":"ASY","3":"140","4":"341","5":"0","6":"ST","7":"125","8":"Y","9":"2.5","10":"Flat","11":"1","index":142},{"0":"47","1":"M","2":"ASY","3":"160","4":"291","5":"0","6":"ST","7":"158","8":"Y","9":"3.0","10":"Flat","11":"1","index":143},{"0":"53","1":"M","2":"ASY","3":"140","4":"243","5":"0","6":"Normal","7":"155","8":"N","9":"0.0","10":"Up","11":"0","index":144},{"0":"56","1":"F","2":"ATA","3":"120","4":"279","5":"0","6":"Normal","7":"150","8":"N","9":"1.0","10":"Flat","11":"1","index":145},{"0":"39","1":"M","2":"ASY","3":"110","4":"273","5":"0","6":"Normal","7":"132","8":"N","9":"0.0","10":"Up","11":"0","index":146},{"0":"42","1":"M","2":"ATA","3":"120","4":"198","5":"0","6":"Normal","7":"155","8":"N","9":"0.0","10":"Up","11":"0","index":147},{"0":"43","1":"F","2":"ATA","3":"120","4":"249","5":"0","6":"ST","7":"176","8":"N","9":"0.0","10":"Up","11":"0","index":148},{"0":"50","1":"M","2":"ATA","3":"120","4":"168","5":"0","6":"Normal","7":"160","8":"N","9":"0.0","10":"Up","11":"0","index":149},{"0":"54","1":"M","2":"ASY","3":"130","4":"603","5":"1","6":"Normal","7":"125","8":"Y","9":"1.0","10":"Flat","11":"1","index":150},{"0":"39","1":"M","2":"ATA","3":"130","4":"215","5":"0","6":"Normal","7":"120","8":"N","9":"0.0","10":"Up","11":"0","index":151},{"0":"48","1":"M","2":"ATA","3":"100","4":"159","5":"0","6":"Normal","7":"100","8":"N","9":"0.0","10":"Up","11":"0","index":152},{"0":"40","1":"M","2":"ATA","3":"130","4":"275","5":"0","6":"Normal","7":"150","8":"N","9":"0.0","10":"Up","11":"0","index":153},{"0":"55","1":"M","2":"ASY","3":"120","4":"270","5":"0","6":"Normal","7":"140","8":"N","9":"0.0","10":"Up","11":"0","index":154},{"0":"41","1":"M","2":"ATA","3":"120","4":"291","5":"0","6":"ST","7":"160","8":"N","9":"0.0","10":"Up","11":"0","index":155},{"0":"56","1":"M","2":"ASY","3":"155","4":"342","5":"1","6":"Normal","7":"150","8":"Y","9":"3.0","10":"Flat","11":"1","index":156},{"0":"38","1":"M","2":"ASY","3":"110","4":"190","5":"0","6":"Normal","7":"150","8":"Y","9":"1.0","10":"Flat","11":"1","index":157},{"0":"49","1":"M","2":"ASY","3":"140","4":"185","5":"0","6":"Normal","7":"130","8":"N","9":"0.0","10":"Up","11":"0","index":158},{"0":"44","1":"M","2":"ASY","3":"130","4":"290","5":"0","6":"Normal","7":"100","8":"Y","9":"2.0","10":"Flat","11":"1","index":159},{"0":"54","1":"M","2":"ATA","3":"160","4":"195","5":"0","6":"ST","7":"130","8":"N","9":"1.0","10":"Up","11":"0","index":160},{"0":"59","1":"M","2":"ASY","3":"140","4":"264","5":"1","6":"LVH","7":"119","8":"Y","9":"0.0","10":"Flat","11":"1","index":161},{"0":"49","1":"M","2":"ASY","3":"128","4":"212","5":"0","6":"Normal","7":"96","8":"Y","9":"0.0","10":"Flat","11":"1","index":162},{"0":"47","1":"M","2":"ATA","3":"160","4":"263","5":"0","6":"Normal","7":"174","8":"N","9":"0.0","10":"Up","11":"0","index":163},{"0":"42","1":"M","2":"ATA","3":"120","4":"196","5":"0","6":"Normal","7":"150","8":"N","9":"0.0","10":"Up","11":"0","index":164},{"0":"52","1":"F","2":"ATA","3":"140","4":"225","5":"0","6":"Normal","7":"140","8":"N","9":"0.0","10":"Up","11":"0","index":165},{"0":"46","1":"M","2":"TA","3":"140","4":"272","5":"1","6":"Normal","7":"175","8":"N","9":"2.0","10":"Flat","11":"1","index":166},{"0":"50","1":"M","2":"ASY","3":"140","4":"231","5":"0","6":"ST","7":"140","8":"Y","9":"5.0","10":"Flat","11":"1","index":167},{"0":"48","1":"M","2":"ATA","3":"140","4":"238","5":"0","6":"Normal","7":"118","8":"N","9":"0.0","10":"Up","11":"0","index":168},{"0":"58","1":"M","2":"ASY","3":"135","4":"222","5":"0","6":"Normal","7":"100","8":"N","9":"0.0","10":"Up","11":"0","index":169},{"0":"58","1":"M","2":"NAP","3":"140","4":"179","5":"0","6":"Normal","7":"160","8":"N","9":"0.0","10":"Up","11":"0","index":170},{"0":"29","1":"M","2":"ATA","3":"120","4":"243","5":"0","6":"Normal","7":"160","8":"N","9":"0.0","10":"Up","11":"0","index":171},{"0":"40","1":"M","2":"NAP","3":"140","4":"235","5":"0","6":"Normal","7":"188","8":"N","9":"0.0","10":"Up","11":"0","index":172},{"0":"53","1":"M","2":"ATA","3":"140","4":"320","5":"0","6":"Normal","7":"162","8":"N","9":"0.0","10":"Up","11":"0","index":173},{"0":"49","1":"M","2":"NAP","3":"140","4":"187","5":"0","6":"Normal","7":"172","8":"N","9":"0.0","10":"Up","11":"0","index":174},{"0":"52","1":"M","2":"ASY","3":"140","4":"266","5":"0","6":"Normal","7":"134","8":"Y","9":"2.0","10":"Flat","11":"1","index":175},{"0":"43","1":"M","2":"ASY","3":"140","4":"288","5":"0","6":"Normal","7":"135","8":"Y","9":"2.0","10":"Flat","11":"1","index":176},{"0":"54","1":"M","2":"ASY","3":"140","4":"216","5":"0","6":"Normal","7":"105","8":"N","9":"1.5","10":"Flat","11":"1","index":177},{"0":"59","1":"M","2":"ATA","3":"140","4":"287","5":"0","6":"Normal","7":"150","8":"N","9":"0.0","10":"Up","11":"0","index":178},{"0":"37","1":"M","2":"NAP","3":"130","4":"194","5":"0","6":"Normal","7":"150","8":"N","9":"0.0","10":"Up","11":"0","index":179},{"0":"46","1":"F","2":"ASY","3":"130","4":"238","5":"0","6":"Normal","7":"90","8":"N","9":"0.0","10":"Up","11":"0","index":180},{"0":"52","1":"M","2":"ASY","3":"130","4":"225","5":"0","6":"Normal","7":"120","8":"Y","9":"2.0","10":"Flat","11":"1","index":181},{"0":"51","1":"M","2":"ATA","3":"130","4":"224","5":"0","6":"Normal","7":"150","8":"N","9":"0.0","10":"Up","11":"0","index":182},{"0":"52","1":"M","2":"ASY","3":"140","4":"404","5":"0","6":"Normal","7":"124","8":"Y","9":"2.0","10":"Flat","11":"1","index":183},{"0":"46","1":"M","2":"ASY","3":"110","4":"238","5":"0","6":"ST","7":"140","8":"Y","9":"1.0","10":"Flat","11":"0","index":184},{"0":"54","1":"F","2":"ATA","3":"160","4":"312","5":"0","6":"Normal","7":"130","8":"N","9":"0.0","10":"Up","11":"0","index":185},{"0":"58","1":"M","2":"NAP","3":"160","4":"211","5":"1","6":"ST","7":"92","8":"N","9":"0.0","10":"Flat","11":"1","index":186},{"0":"58","1":"M","2":"ATA","3":"130","4":"251","5":"0","6":"Normal","7":"110","8":"N","9":"0.0","10":"Up","11":"0","index":187},{"0":"41","1":"M","2":"ASY","3":"120","4":"237","5":"1","6":"Normal","7":"138","8":"Y","9":"1.0","10":"Flat","11":"1","index":188},{"0":"50","1":"F","2":"ASY","3":"120","4":"328","5":"0","6":"Normal","7":"110","8":"Y","9":"1.0","10":"Flat","11":"0","index":189},{"0":"53","1":"M","2":"ASY","3":"180","4":"285","5":"0","6":"ST","7":"120","8":"Y","9":"1.5","10":"Flat","11":"1","index":190},{"0":"46","1":"M","2":"ASY","3":"180","4":"280","5":"0","6":"ST","7":"120","8":"N","9":"0.0","10":"Up","11":"0","index":191},{"0":"50","1":"M","2":"ATA","3":"170","4":"209","5":"0","6":"ST","7":"116","8":"N","9":"0.0","10":"Up","11":"0","index":192},{"0":"48","1":"M","2":"ATA","3":"130","4":"245","5":"0","6":"Normal","7":"160","8":"N","9":"0.0","10":"Up","11":"0","index":193},{"0":"45","1":"M","2":"NAP","3":"135","4":"192","5":"0","6":"Normal","7":"110","8":"N","9":"0.0","10":"Up","11":"0","index":194},{"0":"41","1":"F","2":"ATA","3":"125","4":"184","5":"0","6":"Normal","7":"180","8":"N","9":"0.0","10":"Up","11":"0","index":195},{"0":"62","1":"F","2":"TA","3":"160","4":"193","5":"0","6":"Normal","7":"116","8":"N","9":"0.0","10":"Up","11":"0","index":196},{"0":"49","1":"M","2":"ASY","3":"120","4":"297","5":"0","6":"Normal","7":"132","8":"N","9":"1.0","10":"Flat","11":"0","index":197},{"0":"42","1":"M","2":"ATA","3":"150","4":"268","5":"0","6":"Normal","7":"136","8":"N","9":"0.0","10":"Up","11":"0","index":198},{"0":"53","1":"M","2":"ASY","3":"120","4":"246","5":"0","6":"Normal","7":"116","8":"Y","9":"0.0","10":"Flat","11":"1","index":199},{"0":"57","1":"F","2":"TA","3":"130","4":"308","5":"0","6":"Normal","7":"98","8":"N","9":"1.0","10":"Flat","11":"0","index":200},{"0":"47","1":"M","2":"TA","3":"110","4":"249","5":"0","6":"Normal","7":"150","8":"N","9":"0.0","10":"Up","11":"0","index":201},{"0":"46","1":"M","2":"NAP","3":"120","4":"230","5":"0","6":"Normal","7":"150","8":"N","9":"0.0","10":"Up","11":"0","index":202},{"0":"42","1":"M","2":"NAP","3":"160","4":"147","5":"0","6":"Normal","7":"146","8":"N","9":"0.0","10":"Up","11":"0","index":203},{"0":"31","1":"F","2":"ATA","3":"100","4":"219","5":"0","6":"ST","7":"150","8":"N","9":"0.0","10":"Up","11":"0","index":204},{"0":"56","1":"M","2":"ATA","3":"130","4":"184","5":"0","6":"Normal","7":"100","8":"N","9":"0.0","10":"Up","11":"0","index":205},{"0":"50","1":"M","2":"ASY","3":"150","4":"215","5":"0","6":"Normal","7":"140","8":"Y","9":"0.0","10":"Up","11":"0","index":206},{"0":"35","1":"M","2":"ATA","3":"120","4":"308","5":"0","6":"LVH","7":"180","8":"N","9":"0.0","10":"Up","11":"0","index":207},{"0":"35","1":"M","2":"ATA","3":"110","4":"257","5":"0","6":"Normal","7":"140","8":"N","9":"0.0","10":"Flat","11":"1","index":208},{"0":"28","1":"M","2":"ATA","3":"130","4":"132","5":"0","6":"LVH","7":"185","8":"N","9":"0.0","10":"Up","11":"0","index":209},{"0":"54","1":"M","2":"ASY","3":"125","4":"216","5":"0","6":"Normal","7":"140","8":"N","9":"0.0","10":"Flat","11":"1","index":210},{"0":"48","1":"M","2":"ASY","3":"106","4":"263","5":"1","6":"Normal","7":"110","8":"N","9":"0.0","10":"Flat","11":"1","index":211},{"0":"50","1":"F","2":"NAP","3":"140","4":"288","5":"0","6":"Normal","7":"140","8":"Y","9":"0.0","10":"Flat","11":"1","index":212},{"0":"56","1":"M","2":"NAP","3":"130","4":"276","5":"0","6":"Normal","7":"128","8":"Y","9":"1.0","10":"Up","11":"0","index":213},{"0":"56","1":"F","2":"NAP","3":"130","4":"219","5":"0","6":"ST","7":"164","8":"N","9":"0.0","10":"Up","11":"0","index":214},{"0":"47","1":"M","2":"ASY","3":"150","4":"226","5":"0","6":"Normal","7":"98","8":"Y","9":"1.5","10":"Flat","11":"1","index":215},{"0":"30","1":"F","2":"TA","3":"170","4":"237","5":"0","6":"ST","7":"170","8":"N","9":"0.0","10":"Up","11":"0","index":216},{"0":"39","1":"M","2":"ASY","3":"110","4":"280","5":"0","6":"Normal","7":"150","8":"N","9":"0.0","10":"Flat","11":"1","index":217},{"0":"54","1":"M","2":"NAP","3":"120","4":"217","5":"0","6":"Normal","7":"137","8":"N","9":"0.0","10":"Up","11":"0","index":218},{"0":"55","1":"M","2":"ATA","3":"140","4":"196","5":"0","6":"Normal","7":"150","8":"N","9":"0.0","10":"Up","11":"0","index":219},{"0":"29","1":"M","2":"ATA","3":"140","4":"263","5":"0","6":"Normal","7":"170","8":"N","9":"0.0","10":"Up","11":"0","index":220},{"0":"46","1":"M","2":"ASY","3":"130","4":"222","5":"0","6":"Normal","7":"112","8":"N","9":"0.0","10":"Flat","11":"1","index":221},{"0":"51","1":"F","2":"ASY","3":"160","4":"303","5":"0","6":"Normal","7":"150","8":"Y","9":"1.0","10":"Flat","11":"1","index":222},{"0":"48","1":"F","2":"NAP","3":"120","4":"195","5":"0","6":"Normal","7":"125","8":"N","9":"0.0","10":"Up","11":"0","index":223},{"0":"33","1":"M","2":"NAP","3":"120","4":"298","5":"0","6":"Normal","7":"185","8":"N","9":"0.0","10":"Up","11":"0","index":224},{"0":"55","1":"M","2":"ATA","3":"120","4":"256","5":"1","6":"Normal","7":"137","8":"N","9":"0.0","10":"Up","11":"0","index":225},{"0":"50","1":"M","2":"ASY","3":"145","4":"264","5":"0","6":"Normal","7":"150","8":"N","9":"0.0","10":"Flat","11":"1","index":226},{"0":"53","1":"M","2":"NAP","3":"120","4":"195","5":"0","6":"Normal","7":"140","8":"N","9":"0.0","10":"Up","11":"0","index":227},{"0":"38","1":"M","2":"ASY","3":"92","4":"117","5":"0","6":"Normal","7":"134","8":"Y","9":"2.5","10":"Flat","11":"1","index":228},{"0":"41","1":"M","2":"ATA","3":"120","4":"295","5":"0","6":"Normal","7":"170","8":"N","9":"0.0","10":"Up","11":"0","index":229},{"0":"37","1":"F","2":"ASY","3":"130","4":"173","5":"0","6":"ST","7":"184","8":"N","9":"0.0","10":"Up","11":"0","index":230},{"0":"37","1":"M","2":"ASY","3":"130","4":"315","5":"0","6":"Normal","7":"158","8":"N","9":"0.0","10":"Up","11":"0","index":231},{"0":"40","1":"M","2":"NAP","3":"130","4":"281","5":"0","6":"Normal","7":"167","8":"N","9":"0.0","10":"Up","11":"0","index":232},{"0":"38","1":"F","2":"ATA","3":"120","4":"275","5":"0","6":"Normal","7":"129","8":"N","9":"0.0","10":"Up","11":"0","index":233},{"0":"41","1":"M","2":"ASY","3":"112","4":"250","5":"0","6":"Normal","7":"142","8":"N","9":"0.0","10":"Up","11":"0","index":234},{"0":"54","1":"F","2":"ATA","3":"140","4":"309","5":"0","6":"ST","7":"140","8":"N","9":"0.0","10":"Up","11":"0","index":235},{"0":"39","1":"M","2":"ATA","3":"120","4":"200","5":"0","6":"Normal","7":"160","8":"Y","9":"1.0","10":"Flat","11":"0","index":236},{"0":"41","1":"M","2":"ASY","3":"120","4":"336","5":"0","6":"Normal","7":"118","8":"Y","9":"3.0","10":"Flat","11":"1","index":237},{"0":"55","1":"M","2":"TA","3":"140","4":"295","5":"0","6":"Normal","7":"136","8":"N","9":"0.0","10":"Flat","11":"1","index":238},{"0":"48","1":"M","2":"ASY","3":"160","4":"355","5":"0","6":"Normal","7":"99","8":"Y","9":"2.0","10":"Flat","11":"1","index":239},{"0":"48","1":"M","2":"ASY","3":"160","4":"193","5":"0","6":"Normal","7":"102","8":"Y","9":"3.0","10":"Flat","11":"1","index":240},{"0":"55","1":"M","2":"ATA","3":"145","4":"326","5":"0","6":"Normal","7":"155","8":"N","9":"0.0","10":"Up","11":"0","index":241},{"0":"54","1":"M","2":"ASY","3":"200","4":"198","5":"0","6":"Normal","7":"142","8":"Y","9":"2.0","10":"Flat","11":"1","index":242},{"0":"55","1":"M","2":"ATA","3":"160","4":"292","5":"1","6":"Normal","7":"143","8":"Y","9":"2.0","10":"Flat","11":"1","index":243},{"0":"43","1":"F","2":"ATA","3":"120","4":"266","5":"0","6":"Normal","7":"118","8":"N","9":"0.0","10":"Up","11":"0","index":244},{"0":"48","1":"M","2":"ASY","3":"160","4":"268","5":"0","6":"Normal","7":"103","8":"Y","9":"1.0","10":"Flat","11":"1","index":245},{"0":"54","1":"M","2":"TA","3":"120","4":"171","5":"0","6":"Normal","7":"137","8":"N","9":"2.0","10":"Up","11":"0","index":246},{"0":"54","1":"M","2":"NAP","3":"120","4":"237","5":"0","6":"Normal","7":"150","8":"Y","9":"1.5","10":"Flat","11":"1","index":247},{"0":"48","1":"M","2":"ASY","3":"122","4":"275","5":"1","6":"ST","7":"150","8":"Y","9":"2.0","10":"Down","11":"1","index":248},{"0":"45","1":"M","2":"ASY","3":"130","4":"219","5":"0","6":"ST","7":"130","8":"Y","9":"1.0","10":"Flat","11":"1","index":249},{"0":"49","1":"M","2":"ASY","3":"130","4":"341","5":"0","6":"Normal","7":"120","8":"Y","9":"1.0","10":"Flat","11":"1","index":250},{"0":"44","1":"M","2":"ASY","3":"135","4":"491","5":"0","6":"Normal","7":"135","8":"N","9":"0.0","10":"Flat","11":"1","index":251},{"0":"48","1":"M","2":"ASY","3":"120","4":"260","5":"0","6":"Normal","7":"115","8":"N","9":"2.0","10":"Flat","11":"1","index":252},{"0":"61","1":"M","2":"ASY","3":"125","4":"292","5":"0","6":"ST","7":"115","8":"Y","9":"0.0","10":"Up","11":"0","index":253},{"0":"62","1":"M","2":"ATA","3":"140","4":"271","5":"0","6":"Normal","7":"152","8":"N","9":"1.0","10":"Up","11":"0","index":254},{"0":"55","1":"M","2":"ASY","3":"145","4":"248","5":"0","6":"Normal","7":"96","8":"Y","9":"2.0","10":"Flat","11":"1","index":255},{"0":"53","1":"F","2":"NAP","3":"120","4":"274","5":"0","6":"Normal","7":"130","8":"N","9":"0.0","10":"Up","11":"0","index":256},{"0":"55","1":"F","2":"ATA","3":"130","4":"394","5":"0","6":"LVH","7":"150","8":"N","9":"0.0","10":"Up","11":"0","index":257},{"0":"36","1":"M","2":"NAP","3":"150","4":"160","5":"0","6":"Normal","7":"172","8":"N","9":"0.0","10":"Up","11":"0","index":258},{"0":"51","1":"F","2":"NAP","3":"150","4":"200","5":"0","6":"Normal","7":"120","8":"N","9":"0.5","10":"Up","11":"0","index":259},{"0":"55","1":"F","2":"ATA","3":"122","4":"320","5":"0","6":"Normal","7":"155","8":"N","9":"0.0","10":"Up","11":"0","index":260},{"0":"46","1":"M","2":"ATA","3":"140","4":"275","5":"0","6":"Normal","7":"165","8":"Y","9":"0.0","10":"Up","11":"0","index":261},{"0":"54","1":"F","2":"ATA","3":"120","4":"221","5":"0","6":"Normal","7":"138","8":"N","9":"1.0","10":"Up","11":"0","index":262},{"0":"46","1":"M","2":"ASY","3":"120","4":"231","5":"0","6":"Normal","7":"115","8":"Y","9":"0.0","10":"Flat","11":"1","index":263},{"0":"59","1":"M","2":"ASY","3":"130","4":"126","5":"0","6":"Normal","7":"125","8":"N","9":"0.0","10":"Flat","11":"1","index":264},{"0":"47","1":"M","2":"NAP","3":"140","4":"193","5":"0","6":"Normal","7":"145","8":"Y","9":"1.0","10":"Flat","11":"1","index":265},{"0":"54","1":"M","2":"ATA","3":"160","4":"305","5":"0","6":"Normal","7":"175","8":"N","9":"0.0","10":"Up","11":"0","index":266},{"0":"52","1":"M","2":"ASY","3":"130","4":"298","5":"0","6":"Normal","7":"110","8":"Y","9":"1.0","10":"Flat","11":"1","index":267},{"0":"34","1":"M","2":"ATA","3":"98","4":"220","5":"0","6":"Normal","7":"150","8":"N","9":"0.0","10":"Up","11":"0","index":268},{"0":"54","1":"M","2":"ASY","3":"130","4":"242","5":"0","6":"Normal","7":"91","8":"Y","9":"1.0","10":"Flat","11":"1","index":269},{"0":"47","1":"F","2":"NAP","3":"130","4":"235","5":"0","6":"Normal","7":"145","8":"N","9":"2.0","10":"Flat","11":"0","index":270},{"0":"45","1":"M","2":"ASY","3":"120","4":"225","5":"0","6":"Normal","7":"140","8":"N","9":"0.0","10":"Up","11":"0","index":271},{"0":"32","1":"F","2":"ATA","3":"105","4":"198","5":"0","6":"Normal","7":"165","8":"N","9":"0.0","10":"Up","11":"0","index":272},{"0":"55","1":"M","2":"ASY","3":"140","4":"201","5":"0","6":"Normal","7":"130","8":"Y","9":"3.0","10":"Flat","11":"1","index":273},{"0":"55","1":"M","2":"NAP","3":"120","4":"220","5":"0","6":"LVH","7":"134","8":"N","9":"0.0","10":"Up","11":"0","index":274},{"0":"45","1":"F","2":"ATA","3":"180","4":"295","5":"0","6":"Normal","7":"180","8":"N","9":"0.0","10":"Up","11":"0","index":275},{"0":"59","1":"M","2":"NAP","3":"180","4":"213","5":"0","6":"Normal","7":"100","8":"N","9":"0.0","10":"Up","11":"0","index":276},{"0":"51","1":"M","2":"NAP","3":"135","4":"160","5":"0","6":"Normal","7":"150","8":"N","9":"2.0","10":"Flat","11":"1","index":277},{"0":"52","1":"M","2":"ASY","3":"170","4":"223","5":"0","6":"Normal","7":"126","8":"Y","9":"1.5","10":"Flat","11":"1","index":278},{"0":"57","1":"F","2":"ASY","3":"180","4":"347","5":"0","6":"ST","7":"126","8":"Y","9":"0.8","10":"Flat","11":"0","index":279},{"0":"54","1":"F","2":"ATA","3":"130","4":"253","5":"0","6":"ST","7":"155","8":"N","9":"0.0","10":"Up","11":"0","index":280},{"0":"60","1":"M","2":"NAP","3":"120","4":"246","5":"0","6":"LVH","7":"135","8":"N","9":"0.0","10":"Up","11":"0","index":281},{"0":"49","1":"M","2":"ASY","3":"150","4":"222","5":"0","6":"Normal","7":"122","8":"N","9":"2.0","10":"Flat","11":"1","index":282},{"0":"51","1":"F","2":"NAP","3":"130","4":"220","5":"0","6":"Normal","7":"160","8":"Y","9":"2.0","10":"Up","11":"0","index":283},{"0":"55","1":"F","2":"ATA","3":"110","4":"344","5":"0","6":"ST","7":"160","8":"N","9":"0.0","10":"Up","11":"0","index":284},{"0":"42","1":"M","2":"ASY","3":"140","4":"358","5":"0","6":"Normal","7":"170","8":"N","9":"0.0","10":"Up","11":"0","index":285},{"0":"51","1":"F","2":"NAP","3":"110","4":"190","5":"0","6":"Normal","7":"120","8":"N","9":"0.0","10":"Up","11":"0","index":286},{"0":"59","1":"M","2":"ASY","3":"140","4":"169","5":"0","6":"Normal","7":"140","8":"N","9":"0.0","10":"Up","11":"0","index":287},{"0":"53","1":"M","2":"ATA","3":"120","4":"181","5":"0","6":"Normal","7":"132","8":"N","9":"0.0","10":"Up","11":"0","index":288},{"0":"48","1":"F","2":"ATA","3":"133","4":"308","5":"0","6":"ST","7":"156","8":"N","9":"2.0","10":"Up","11":"0","index":289},{"0":"36","1":"M","2":"ATA","3":"120","4":"166","5":"0","6":"Normal","7":"180","8":"N","9":"0.0","10":"Up","11":"0","index":290},{"0":"48","1":"M","2":"NAP","3":"110","4":"211","5":"0","6":"Normal","7":"138","8":"N","9":"0.0","10":"Up","11":"0","index":291},{"0":"47","1":"F","2":"ATA","3":"140","4":"257","5":"0","6":"Normal","7":"135","8":"N","9":"1.0","10":"Up","11":"0","index":292},{"0":"53","1":"M","2":"ASY","3":"130","4":"182","5":"0","6":"Normal","7":"148","8":"N","9":"0.0","10":"Up","11":"0","index":293},{"0":"65","1":"M","2":"ASY","3":"115","4":"0","5":"0","6":"Normal","7":"93","8":"Y","9":"0.0","10":"Flat","11":"1","index":294},{"0":"32","1":"M","2":"TA","3":"95","4":"0","5":"1","6":"Normal","7":"127","8":"N","9":"0.7","10":"Up","11":"1","index":295},{"0":"61","1":"M","2":"ASY","3":"105","4":"0","5":"1","6":"Normal","7":"110","8":"Y","9":"1.5","10":"Up","11":"1","index":296},{"0":"50","1":"M","2":"ASY","3":"145","4":"0","5":"1","6":"Normal","7":"139","8":"Y","9":"0.7","10":"Flat","11":"1","index":297},{"0":"57","1":"M","2":"ASY","3":"110","4":"0","5":"1","6":"ST","7":"131","8":"Y","9":"1.4","10":"Up","11":"1","index":298},{"0":"51","1":"M","2":"ASY","3":"110","4":"0","5":"1","6":"Normal","7":"92","8":"N","9":"0.0","10":"Flat","11":"1","index":299},{"0":"47","1":"M","2":"ASY","3":"110","4":"0","5":"1","6":"ST","7":"149","8":"N","9":"2.1","10":"Up","11":"1","index":300},{"0":"60","1":"M","2":"ASY","3":"160","4":"0","5":"1","6":"Normal","7":"149","8":"N","9":"0.4","10":"Flat","11":"1","index":301},{"0":"55","1":"M","2":"ATA","3":"140","4":"0","5":"0","6":"ST","7":"150","8":"N","9":"0.2","10":"Up","11":"0","index":302},{"0":"53","1":"M","2":"ASY","3":"125","4":"0","5":"1","6":"Normal","7":"120","8":"N","9":"1.5","10":"Up","11":"1","index":303},{"0":"62","1":"F","2":"ASY","3":"120","4":"0","5":"1","6":"ST","7":"123","8":"Y","9":"1.7","10":"Down","11":"1","index":304},{"0":"51","1":"M","2":"ASY","3":"95","4":"0","5":"1","6":"Normal","7":"126","8":"N","9":"2.2","10":"Flat","11":"1","index":305},{"0":"51","1":"F","2":"ASY","3":"120","4":"0","5":"1","6":"Normal","7":"127","8":"Y","9":"1.5","10":"Up","11":"1","index":306},{"0":"55","1":"M","2":"ASY","3":"115","4":"0","5":"1","6":"Normal","7":"155","8":"N","9":"0.1","10":"Flat","11":"1","index":307},{"0":"53","1":"M","2":"ATA","3":"130","4":"0","5":"0","6":"ST","7":"120","8":"N","9":"0.7","10":"Down","11":"0","index":308},{"0":"58","1":"M","2":"ASY","3":"115","4":"0","5":"1","6":"Normal","7":"138","8":"N","9":"0.5","10":"Up","11":"1","index":309},{"0":"57","1":"M","2":"ASY","3":"95","4":"0","5":"1","6":"Normal","7":"182","8":"N","9":"0.7","10":"Down","11":"1","index":310},{"0":"65","1":"M","2":"ASY","3":"155","4":"0","5":"0","6":"Normal","7":"154","8":"N","9":"1.0","10":"Up","11":"0","index":311},{"0":"60","1":"M","2":"ASY","3":"125","4":"0","5":"1","6":"Normal","7":"110","8":"N","9":"0.1","10":"Up","11":"1","index":312},{"0":"41","1":"M","2":"ASY","3":"125","4":"0","5":"1","6":"Normal","7":"176","8":"N","9":"1.6","10":"Up","11":"1","index":313},{"0":"34","1":"M","2":"ASY","3":"115","4":"0","5":"1","6":"Normal","7":"154","8":"N","9":"0.2","10":"Up","11":"1","index":314},{"0":"53","1":"M","2":"ASY","3":"80","4":"0","5":"0","6":"Normal","7":"141","8":"Y","9":"2.0","10":"Down","11":"0","index":315},{"0":"74","1":"M","2":"ATA","3":"145","4":"0","5":"1","6":"ST","7":"123","8":"N","9":"1.3","10":"Up","11":"1","index":316},{"0":"57","1":"M","2":"NAP","3":"105","4":"0","5":"1","6":"Normal","7":"148","8":"N","9":"0.3","10":"Flat","11":"1","index":317},{"0":"56","1":"M","2":"ASY","3":"140","4":"0","5":"1","6":"Normal","7":"121","8":"Y","9":"1.8","10":"Up","11":"1","index":318},{"0":"61","1":"M","2":"ASY","3":"130","4":"0","5":"1","6":"Normal","7":"77","8":"N","9":"2.5","10":"Flat","11":"1","index":319},{"0":"68","1":"M","2":"ASY","3":"145","4":"0","5":"1","6":"Normal","7":"136","8":"N","9":"1.8","10":"Up","11":"1","index":320},{"0":"59","1":"M","2":"NAP","3":"125","4":"0","5":"1","6":"Normal","7":"175","8":"N","9":"2.6","10":"Flat","11":"1","index":321},{"0":"63","1":"M","2":"ASY","3":"100","4":"0","5":"1","6":"Normal","7":"109","8":"N","9":"-0.9","10":"Flat","11":"1","index":322},{"0":"38","1":"F","2":"ASY","3":"105","4":"0","5":"1","6":"Normal","7":"166","8":"N","9":"2.8","10":"Up","11":"1","index":323},{"0":"62","1":"M","2":"ASY","3":"115","4":"0","5":"1","6":"Normal","7":"128","8":"Y","9":"2.5","10":"Down","11":"1","index":324},{"0":"46","1":"M","2":"ASY","3":"100","4":"0","5":"1","6":"ST","7":"133","8":"N","9":"-2.6","10":"Flat","11":"1","index":325},{"0":"42","1":"M","2":"ASY","3":"105","4":"0","5":"1","6":"Normal","7":"128","8":"Y","9":"-1.5","10":"Down","11":"1","index":326},{"0":"45","1":"M","2":"NAP","3":"110","4":"0","5":"0","6":"Normal","7":"138","8":"N","9":"-0.1","10":"Up","11":"0","index":327},{"0":"59","1":"M","2":"ASY","3":"125","4":"0","5":"1","6":"Normal","7":"119","8":"Y","9":"0.9","10":"Up","11":"1","index":328},{"0":"52","1":"M","2":"ASY","3":"95","4":"0","5":"1","6":"Normal","7":"82","8":"Y","9":"0.8","10":"Flat","11":"1","index":329},{"0":"60","1":"M","2":"ASY","3":"130","4":"0","5":"1","6":"ST","7":"130","8":"Y","9":"1.1","10":"Down","11":"1","index":330},{"0":"60","1":"M","2":"NAP","3":"115","4":"0","5":"1","6":"Normal","7":"143","8":"N","9":"2.4","10":"Up","11":"1","index":331},{"0":"56","1":"M","2":"ASY","3":"115","4":"0","5":"1","6":"ST","7":"82","8":"N","9":"-1.0","10":"Up","11":"1","index":332},{"0":"38","1":"M","2":"NAP","3":"100","4":"0","5":"0","6":"Normal","7":"179","8":"N","9":"-1.1","10":"Up","11":"0","index":333},{"0":"40","1":"M","2":"ASY","3":"95","4":"0","5":"1","6":"ST","7":"144","8":"N","9":"0.0","10":"Up","11":"1","index":334},{"0":"51","1":"M","2":"ASY","3":"130","4":"0","5":"1","6":"Normal","7":"170","8":"N","9":"-0.7","10":"Up","11":"1","index":335},{"0":"62","1":"M","2":"TA","3":"120","4":"0","5":"1","6":"LVH","7":"134","8":"N","9":"-0.8","10":"Flat","11":"1","index":336},{"0":"72","1":"M","2":"NAP","3":"160","4":"0","5":"0","6":"LVH","7":"114","8":"N","9":"1.6","10":"Flat","11":"0","index":337},{"0":"63","1":"M","2":"ASY","3":"150","4":"0","5":"1","6":"ST","7":"154","8":"N","9":"3.7","10":"Up","11":"1","index":338},{"0":"63","1":"M","2":"ASY","3":"140","4":"0","5":"1","6":"LVH","7":"149","8":"N","9":"2.0","10":"Up","11":"1","index":339},{"0":"64","1":"F","2":"ASY","3":"95","4":"0","5":"1","6":"Normal","7":"145","8":"N","9":"1.1","10":"Down","11":"1","index":340},{"0":"43","1":"M","2":"ASY","3":"100","4":"0","5":"1","6":"Normal","7":"122","8":"N","9":"1.5","10":"Down","11":"1","index":341},{"0":"64","1":"M","2":"ASY","3":"110","4":"0","5":"1","6":"Normal","7":"114","8":"Y","9":"1.3","10":"Down","11":"1","index":342},{"0":"61","1":"M","2":"ASY","3":"110","4":"0","5":"1","6":"Normal","7":"113","8":"N","9":"1.4","10":"Flat","11":"1","index":343},{"0":"52","1":"M","2":"ASY","3":"130","4":"0","5":"1","6":"Normal","7":"120","8":"N","9":"0.0","10":"Flat","11":"1","index":344},{"0":"51","1":"M","2":"ASY","3":"120","4":"0","5":"1","6":"Normal","7":"104","8":"N","9":"0.0","10":"Flat","11":"1","index":345},{"0":"69","1":"M","2":"ASY","3":"135","4":"0","5":"0","6":"Normal","7":"130","8":"N","9":"0.0","10":"Flat","11":"1","index":346},{"0":"59","1":"M","2":"ASY","3":"120","4":"0","5":"0","6":"Normal","7":"115","8":"N","9":"0.0","10":"Flat","11":"1","index":347},{"0":"48","1":"M","2":"ASY","3":"115","4":"0","5":"1","6":"Normal","7":"128","8":"N","9":"0.0","10":"Flat","11":"1","index":348},{"0":"69","1":"M","2":"ASY","3":"137","4":"0","5":"0","6":"ST","7":"104","8":"Y","9":"1.6","10":"Flat","11":"1","index":349},{"0":"36","1":"M","2":"ASY","3":"110","4":"0","5":"1","6":"Normal","7":"125","8":"Y","9":"1.0","10":"Flat","11":"1","index":350},{"0":"53","1":"M","2":"ASY","3":"120","4":"0","5":"1","6":"Normal","7":"120","8":"N","9":"0.0","10":"Flat","11":"1","index":351},{"0":"43","1":"M","2":"ASY","3":"140","4":"0","5":"0","6":"ST","7":"140","8":"Y","9":"0.5","10":"Up","11":"1","index":352},{"0":"56","1":"M","2":"ASY","3":"120","4":"0","5":"0","6":"ST","7":"100","8":"Y","9":"-1.0","10":"Down","11":"1","index":353},{"0":"58","1":"M","2":"ASY","3":"130","4":"0","5":"0","6":"ST","7":"100","8":"Y","9":"1.0","10":"Flat","11":"1","index":354},{"0":"55","1":"M","2":"ASY","3":"120","4":"0","5":"0","6":"ST","7":"92","8":"N","9":"0.3","10":"Up","11":"1","index":355},{"0":"67","1":"M","2":"TA","3":"145","4":"0","5":"0","6":"LVH","7":"125","8":"N","9":"0.0","10":"Flat","11":"1","index":356},{"0":"46","1":"M","2":"ASY","3":"115","4":"0","5":"0","6":"Normal","7":"113","8":"Y","9":"1.5","10":"Flat","11":"1","index":357},{"0":"53","1":"M","2":"ATA","3":"120","4":"0","5":"0","6":"Normal","7":"95","8":"N","9":"0.0","10":"Flat","11":"1","index":358},{"0":"38","1":"M","2":"NAP","3":"115","4":"0","5":"0","6":"Normal","7":"128","8":"Y","9":"0.0","10":"Flat","11":"1","index":359},{"0":"53","1":"M","2":"NAP","3":"105","4":"0","5":"0","6":"Normal","7":"115","8":"N","9":"0.0","10":"Flat","11":"1","index":360},{"0":"62","1":"M","2":"NAP","3":"160","4":"0","5":"0","6":"Normal","7":"72","8":"Y","9":"0.0","10":"Flat","11":"1","index":361},{"0":"47","1":"M","2":"ASY","3":"160","4":"0","5":"0","6":"Normal","7":"124","8":"Y","9":"0.0","10":"Flat","11":"1","index":362},{"0":"56","1":"M","2":"NAP","3":"155","4":"0","5":"0","6":"ST","7":"99","8":"N","9":"0.0","10":"Flat","11":"1","index":363},{"0":"56","1":"M","2":"ASY","3":"120","4":"0","5":"0","6":"ST","7":"148","8":"N","9":"0.0","10":"Flat","11":"1","index":364},{"0":"56","1":"M","2":"NAP","3":"120","4":"0","5":"0","6":"Normal","7":"97","8":"N","9":"0.0","10":"Flat","11":"0","index":365},{"0":"64","1":"F","2":"ASY","3":"200","4":"0","5":"0","6":"Normal","7":"140","8":"Y","9":"1.0","10":"Flat","11":"1","index":366},{"0":"61","1":"M","2":"ASY","3":"150","4":"0","5":"0","6":"Normal","7":"117","8":"Y","9":"2.0","10":"Flat","11":"1","index":367},{"0":"68","1":"M","2":"ASY","3":"135","4":"0","5":"0","6":"ST","7":"120","8":"Y","9":"0.0","10":"Up","11":"1","index":368},{"0":"57","1":"M","2":"ASY","3":"140","4":"0","5":"0","6":"Normal","7":"120","8":"Y","9":"2.0","10":"Flat","11":"1","index":369},{"0":"63","1":"M","2":"ASY","3":"150","4":"0","5":"0","6":"Normal","7":"86","8":"Y","9":"2.0","10":"Flat","11":"1","index":370},{"0":"60","1":"M","2":"ASY","3":"135","4":"0","5":"0","6":"Normal","7":"63","8":"Y","9":"0.5","10":"Up","11":"1","index":371},{"0":"66","1":"M","2":"ASY","3":"150","4":"0","5":"0","6":"Normal","7":"108","8":"Y","9":"2.0","10":"Flat","11":"1","index":372},{"0":"63","1":"M","2":"ASY","3":"185","4":"0","5":"0","6":"Normal","7":"98","8":"Y","9":"0.0","10":"Up","11":"1","index":373},{"0":"59","1":"M","2":"ASY","3":"135","4":"0","5":"0","6":"Normal","7":"115","8":"Y","9":"1.0","10":"Flat","11":"1","index":374},{"0":"61","1":"M","2":"ASY","3":"125","4":"0","5":"0","6":"Normal","7":"105","8":"Y","9":"0.0","10":"Down","11":"1","index":375},{"0":"73","1":"F","2":"NAP","3":"160","4":"0","5":"0","6":"ST","7":"121","8":"N","9":"0.0","10":"Up","11":"1","index":376},{"0":"47","1":"M","2":"NAP","3":"155","4":"0","5":"0","6":"Normal","7":"118","8":"Y","9":"1.0","10":"Flat","11":"1","index":377},{"0":"65","1":"M","2":"ASY","3":"160","4":"0","5":"1","6":"ST","7":"122","8":"N","9":"1.2","10":"Flat","11":"1","index":378},{"0":"70","1":"M","2":"ASY","3":"140","4":"0","5":"1","6":"Normal","7":"157","8":"Y","9":"2.0","10":"Flat","11":"1","index":379},{"0":"50","1":"M","2":"ASY","3":"120","4":"0","5":"0","6":"ST","7":"156","8":"Y","9":"0.0","10":"Up","11":"1","index":380},{"0":"60","1":"M","2":"ASY","3":"160","4":"0","5":"0","6":"ST","7":"99","8":"Y","9":"0.5","10":"Flat","11":"1","index":381},{"0":"50","1":"M","2":"ASY","3":"115","4":"0","5":"0","6":"Normal","7":"120","8":"Y","9":"0.5","10":"Flat","11":"1","index":382},{"0":"43","1":"M","2":"ASY","3":"115","4":"0","5":"0","6":"Normal","7":"145","8":"Y","9":"2.0","10":"Flat","11":"1","index":383},{"0":"38","1":"F","2":"ASY","3":"110","4":"0","5":"0","6":"Normal","7":"156","8":"N","9":"0.0","10":"Flat","11":"1","index":384},{"0":"54","1":"M","2":"ASY","3":"120","4":"0","5":"0","6":"Normal","7":"155","8":"N","9":"0.0","10":"Flat","11":"1","index":385},{"0":"61","1":"M","2":"ASY","3":"150","4":"0","5":"0","6":"Normal","7":"105","8":"Y","9":"0.0","10":"Flat","11":"1","index":386},{"0":"42","1":"M","2":"ASY","3":"145","4":"0","5":"0","6":"Normal","7":"99","8":"Y","9":"0.0","10":"Flat","11":"1","index":387},{"0":"53","1":"M","2":"ASY","3":"130","4":"0","5":"0","6":"LVH","7":"135","8":"Y","9":"1.0","10":"Flat","11":"1","index":388},{"0":"55","1":"M","2":"ASY","3":"140","4":"0","5":"0","6":"Normal","7":"83","8":"N","9":"0.0","10":"Flat","11":"1","index":389},{"0":"61","1":"M","2":"ASY","3":"160","4":"0","5":"1","6":"ST","7":"145","8":"N","9":"1.0","10":"Flat","11":"1","index":390},{"0":"51","1":"M","2":"ASY","3":"140","4":"0","5":"0","6":"Normal","7":"60","8":"N","9":"0.0","10":"Flat","11":"1","index":391},{"0":"70","1":"M","2":"ASY","3":"115","4":"0","5":"0","6":"ST","7":"92","8":"Y","9":"0.0","10":"Flat","11":"1","index":392},{"0":"61","1":"M","2":"ASY","3":"130","4":"0","5":"0","6":"LVH","7":"115","8":"N","9":"0.0","10":"Flat","11":"1","index":393},{"0":"38","1":"M","2":"ASY","3":"150","4":"0","5":"1","6":"Normal","7":"120","8":"Y","9":"0.7","10":"Flat","11":"1","index":394},{"0":"57","1":"M","2":"ASY","3":"160","4":"0","5":"1","6":"Normal","7":"98","8":"Y","9":"2.0","10":"Flat","11":"1","index":395},{"0":"38","1":"M","2":"ASY","3":"135","4":"0","5":"1","6":"Normal","7":"150","8":"N","9":"0.0","10":"Flat","11":"1","index":396},{"0":"62","1":"F","2":"TA","3":"140","4":"0","5":"1","6":"Normal","7":"143","8":"N","9":"0.0","10":"Flat","11":"1","index":397},{"0":"58","1":"M","2":"ASY","3":"170","4":"0","5":"1","6":"ST","7":"105","8":"Y","9":"0.0","10":"Flat","11":"1","index":398},{"0":"52","1":"M","2":"ASY","3":"165","4":"0","5":"1","6":"Normal","7":"122","8":"Y","9":"1.0","10":"Up","11":"1","index":399},{"0":"61","1":"M","2":"NAP","3":"200","4":"0","5":"1","6":"ST","7":"70","8":"N","9":"0.0","10":"Flat","11":"1","index":400},{"0":"50","1":"F","2":"ASY","3":"160","4":"0","5":"1","6":"Normal","7":"110","8":"N","9":"0.0","10":"Flat","11":"1","index":401},{"0":"51","1":"M","2":"ASY","3":"130","4":"0","5":"1","6":"ST","7":"163","8":"N","9":"0.0","10":"Flat","11":"1","index":402},{"0":"65","1":"M","2":"ASY","3":"145","4":"0","5":"1","6":"ST","7":"67","8":"N","9":"0.7","10":"Flat","11":"1","index":403},{"0":"52","1":"M","2":"ASY","3":"135","4":"0","5":"1","6":"Normal","7":"128","8":"Y","9":"2.0","10":"Flat","11":"1","index":404},{"0":"47","1":"M","2":"NAP","3":"110","4":"0","5":"1","6":"Normal","7":"120","8":"Y","9":"0.0","10":"Flat","11":"1","index":405},{"0":"35","1":"M","2":"ASY","3":"120","4":"0","5":"1","6":"Normal","7":"130","8":"Y","9":"1.2","10":"Flat","11":"1","index":406},{"0":"57","1":"M","2":"ASY","3":"140","4":"0","5":"1","6":"Normal","7":"100","8":"Y","9":"0.0","10":"Flat","11":"1","index":407},{"0":"62","1":"M","2":"ASY","3":"115","4":"0","5":"1","6":"Normal","7":"72","8":"Y","9":"-0.5","10":"Flat","11":"1","index":408},{"0":"59","1":"M","2":"ASY","3":"110","4":"0","5":"1","6":"Normal","7":"94","8":"N","9":"0.0","10":"Flat","11":"1","index":409},{"0":"53","1":"M","2":"NAP","3":"160","4":"0","5":"1","6":"LVH","7":"122","8":"Y","9":"0.0","10":"Flat","11":"1","index":410},{"0":"62","1":"M","2":"ASY","3":"150","4":"0","5":"1","6":"ST","7":"78","8":"N","9":"2.0","10":"Flat","11":"1","index":411},{"0":"54","1":"M","2":"ASY","3":"180","4":"0","5":"1","6":"Normal","7":"150","8":"N","9":"1.5","10":"Flat","11":"1","index":412},{"0":"56","1":"M","2":"ASY","3":"125","4":"0","5":"1","6":"Normal","7":"103","8":"Y","9":"1.0","10":"Flat","11":"1","index":413},{"0":"56","1":"M","2":"NAP","3":"125","4":"0","5":"1","6":"Normal","7":"98","8":"N","9":"-2.0","10":"Flat","11":"1","index":414},{"0":"54","1":"M","2":"ASY","3":"130","4":"0","5":"1","6":"Normal","7":"110","8":"Y","9":"3.0","10":"Flat","11":"1","index":415},{"0":"66","1":"F","2":"ASY","3":"155","4":"0","5":"1","6":"Normal","7":"90","8":"N","9":"0.0","10":"Flat","11":"1","index":416},{"0":"63","1":"M","2":"ASY","3":"140","4":"260","5":"0","6":"ST","7":"112","8":"Y","9":"3.0","10":"Flat","11":"1","index":417},{"0":"44","1":"M","2":"ASY","3":"130","4":"209","5":"0","6":"ST","7":"127","8":"N","9":"0.0","10":"Up","11":"0","index":418},{"0":"60","1":"M","2":"ASY","3":"132","4":"218","5":"0","6":"ST","7":"140","8":"Y","9":"1.5","10":"Down","11":"1","index":419},{"0":"55","1":"M","2":"ASY","3":"142","4":"228","5":"0","6":"ST","7":"149","8":"Y","9":"2.5","10":"Up","11":"1","index":420},{"0":"66","1":"M","2":"NAP","3":"110","4":"213","5":"1","6":"LVH","7":"99","8":"Y","9":"1.3","10":"Flat","11":"0","index":421},{"0":"66","1":"M","2":"NAP","3":"120","4":"0","5":"0","6":"ST","7":"120","8":"N","9":"-0.5","10":"Up","11":"0","index":422},{"0":"65","1":"M","2":"ASY","3":"150","4":"236","5":"1","6":"ST","7":"105","8":"Y","9":"0.0","10":"Flat","11":"1","index":423},{"0":"60","1":"M","2":"NAP","3":"180","4":"0","5":"0","6":"ST","7":"140","8":"Y","9":"1.5","10":"Flat","11":"0","index":424},{"0":"60","1":"M","2":"NAP","3":"120","4":"0","5":"1","6":"Normal","7":"141","8":"Y","9":"2.0","10":"Up","11":"1","index":425},{"0":"60","1":"M","2":"ATA","3":"160","4":"267","5":"1","6":"ST","7":"157","8":"N","9":"0.5","10":"Flat","11":"1","index":426},{"0":"56","1":"M","2":"ATA","3":"126","4":"166","5":"0","6":"ST","7":"140","8":"N","9":"0.0","10":"Up","11":"0","index":427},{"0":"59","1":"M","2":"ASY","3":"140","4":"0","5":"0","6":"ST","7":"117","8":"Y","9":"1.0","10":"Flat","11":"1","index":428},{"0":"62","1":"M","2":"ASY","3":"110","4":"0","5":"0","6":"Normal","7":"120","8":"Y","9":"0.5","10":"Flat","11":"1","index":429},{"0":"63","1":"M","2":"NAP","3":"133","4":"0","5":"0","6":"LVH","7":"120","8":"Y","9":"1.0","10":"Flat","11":"1","index":430},{"0":"57","1":"M","2":"ASY","3":"128","4":"0","5":"1","6":"ST","7":"148","8":"Y","9":"1.0","10":"Flat","11":"1","index":431},{"0":"62","1":"M","2":"ASY","3":"120","4":"220","5":"0","6":"ST","7":"86","8":"N","9":"0.0","10":"Up","11":"0","index":432},{"0":"63","1":"M","2":"ASY","3":"170","4":"177","5":"0","6":"Normal","7":"84","8":"Y","9":"2.5","10":"Down","11":"1","index":433},{"0":"46","1":"M","2":"ASY","3":"110","4":"236","5":"0","6":"Normal","7":"125","8":"Y","9":"2.0","10":"Flat","11":"1","index":434},{"0":"63","1":"M","2":"ASY","3":"126","4":"0","5":"0","6":"ST","7":"120","8":"N","9":"1.5","10":"Down","11":"0","index":435},{"0":"60","1":"M","2":"ASY","3":"152","4":"0","5":"0","6":"ST","7":"118","8":"Y","9":"0.0","10":"Up","11":"0","index":436},{"0":"58","1":"M","2":"ASY","3":"116","4":"0","5":"0","6":"Normal","7":"124","8":"N","9":"1.0","10":"Up","11":"1","index":437},{"0":"64","1":"M","2":"ASY","3":"120","4":"0","5":"1","6":"ST","7":"106","8":"N","9":"2.0","10":"Flat","11":"1","index":438},{"0":"63","1":"M","2":"NAP","3":"130","4":"0","5":"0","6":"ST","7":"111","8":"Y","9":"0.0","10":"Flat","11":"1","index":439},{"0":"74","1":"M","2":"NAP","3":"138","4":"0","5":"0","6":"Normal","7":"116","8":"N","9":"0.2","10":"Up","11":"0","index":440},{"0":"52","1":"M","2":"NAP","3":"128","4":"0","5":"0","6":"ST","7":"180","8":"N","9":"3.0","10":"Up","11":"1","index":441},{"0":"69","1":"M","2":"ASY","3":"130","4":"0","5":"1","6":"ST","7":"129","8":"N","9":"1.0","10":"Flat","11":"1","index":442},{"0":"51","1":"M","2":"ASY","3":"128","4":"0","5":"1","6":"ST","7":"125","8":"Y","9":"1.2","10":"Flat","11":"1","index":443},{"0":"60","1":"M","2":"ASY","3":"130","4":"186","5":"1","6":"ST","7":"140","8":"Y","9":"0.5","10":"Flat","11":"1","index":444},{"0":"56","1":"M","2":"ASY","3":"120","4":"100","5":"0","6":"Normal","7":"120","8":"Y","9":"1.5","10":"Flat","11":"1","index":445},{"0":"55","1":"M","2":"NAP","3":"136","4":"228","5":"0","6":"ST","7":"124","8":"Y","9":"1.6","10":"Flat","11":"1","index":446},{"0":"54","1":"M","2":"ASY","3":"130","4":"0","5":"0","6":"ST","7":"117","8":"Y","9":"1.4","10":"Flat","11":"1","index":447},{"0":"77","1":"M","2":"ASY","3":"124","4":"171","5":"0","6":"ST","7":"110","8":"Y","9":"2.0","10":"Up","11":"1","index":448},{"0":"63","1":"M","2":"ASY","3":"160","4":"230","5":"1","6":"Normal","7":"105","8":"Y","9":"1.0","10":"Flat","11":"1","index":449},{"0":"55","1":"M","2":"NAP","3":"0","4":"0","5":"0","6":"Normal","7":"155","8":"N","9":"1.5","10":"Flat","11":"1","index":450},{"0":"52","1":"M","2":"NAP","3":"122","4":"0","5":"0","6":"Normal","7":"110","8":"Y","9":"2.0","10":"Down","11":"1","index":451},{"0":"64","1":"M","2":"ASY","3":"144","4":"0","5":"0","6":"ST","7":"122","8":"Y","9":"1.0","10":"Flat","11":"1","index":452},{"0":"60","1":"M","2":"ASY","3":"140","4":"281","5":"0","6":"ST","7":"118","8":"Y","9":"1.5","10":"Flat","11":"1","index":453},{"0":"60","1":"M","2":"ASY","3":"120","4":"0","5":"0","6":"Normal","7":"133","8":"Y","9":"2.0","10":"Up","11":"0","index":454},{"0":"58","1":"M","2":"ASY","3":"136","4":"203","5":"1","6":"Normal","7":"123","8":"Y","9":"1.2","10":"Flat","11":"1","index":455},{"0":"59","1":"M","2":"ASY","3":"154","4":"0","5":"0","6":"ST","7":"131","8":"Y","9":"1.5","10":"Up","11":"0","index":456},{"0":"61","1":"M","2":"NAP","3":"120","4":"0","5":"0","6":"Normal","7":"80","8":"Y","9":"0.0","10":"Flat","11":"1","index":457},{"0":"40","1":"M","2":"ASY","3":"125","4":"0","5":"1","6":"Normal","7":"165","8":"N","9":"0.0","10":"Flat","11":"1","index":458},{"0":"61","1":"M","2":"ASY","3":"134","4":"0","5":"1","6":"ST","7":"86","8":"N","9":"1.5","10":"Flat","11":"1","index":459},{"0":"41","1":"M","2":"ASY","3":"104","4":"0","5":"0","6":"ST","7":"111","8":"N","9":"0.0","10":"Up","11":"0","index":460},{"0":"57","1":"M","2":"ASY","3":"139","4":"277","5":"1","6":"ST","7":"118","8":"Y","9":"1.9","10":"Flat","11":"1","index":461},{"0":"63","1":"M","2":"ASY","3":"136","4":"0","5":"0","6":"Normal","7":"84","8":"Y","9":"0.0","10":"Flat","11":"1","index":462},{"0":"59","1":"M","2":"ASY","3":"122","4":"233","5":"0","6":"Normal","7":"117","8":"Y","9":"1.3","10":"Down","11":"1","index":463},{"0":"51","1":"M","2":"ASY","3":"128","4":"0","5":"0","6":"Normal","7":"107","8":"N","9":"0.0","10":"Up","11":"0","index":464},{"0":"59","1":"M","2":"NAP","3":"131","4":"0","5":"0","6":"Normal","7":"128","8":"Y","9":"2.0","10":"Down","11":"1","index":465},{"0":"42","1":"M","2":"NAP","3":"134","4":"240","5":"0","6":"Normal","7":"160","8":"N","9":"0.0","10":"Up","11":"0","index":466},{"0":"55","1":"M","2":"NAP","3":"120","4":"0","5":"0","6":"ST","7":"125","8":"Y","9":"2.5","10":"Flat","11":"1","index":467},{"0":"63","1":"F","2":"ATA","3":"132","4":"0","5":"0","6":"Normal","7":"130","8":"N","9":"0.1","10":"Up","11":"0","index":468},{"0":"62","1":"M","2":"ASY","3":"152","4":"153","5":"0","6":"ST","7":"97","8":"Y","9":"1.6","10":"Up","11":"1","index":469},{"0":"56","1":"M","2":"ATA","3":"124","4":"224","5":"1","6":"Normal","7":"161","8":"N","9":"2.0","10":"Flat","11":"0","index":470},{"0":"53","1":"M","2":"ASY","3":"126","4":"0","5":"0","6":"Normal","7":"106","8":"N","9":"0.0","10":"Flat","11":"1","index":471},{"0":"68","1":"M","2":"ASY","3":"138","4":"0","5":"0","6":"Normal","7":"130","8":"Y","9":"3.0","10":"Flat","11":"1","index":472},{"0":"53","1":"M","2":"ASY","3":"154","4":"0","5":"1","6":"ST","7":"140","8":"Y","9":"1.5","10":"Flat","11":"1","index":473},{"0":"60","1":"M","2":"NAP","3":"141","4":"316","5":"1","6":"ST","7":"122","8":"Y","9":"1.7","10":"Flat","11":"1","index":474},{"0":"62","1":"M","2":"ATA","3":"131","4":"0","5":"0","6":"Normal","7":"130","8":"N","9":"0.1","10":"Up","11":"0","index":475},{"0":"59","1":"M","2":"ASY","3":"178","4":"0","5":"1","6":"LVH","7":"120","8":"Y","9":"0.0","10":"Flat","11":"1","index":476},{"0":"51","1":"M","2":"ASY","3":"132","4":"218","5":"1","6":"LVH","7":"139","8":"N","9":"0.1","10":"Up","11":"0","index":477},{"0":"61","1":"M","2":"ASY","3":"110","4":"0","5":"1","6":"Normal","7":"108","8":"Y","9":"2.0","10":"Down","11":"1","index":478},{"0":"57","1":"M","2":"ASY","3":"130","4":"311","5":"1","6":"ST","7":"148","8":"Y","9":"2.0","10":"Flat","11":"1","index":479},{"0":"56","1":"M","2":"NAP","3":"170","4":"0","5":"0","6":"LVH","7":"123","8":"Y","9":"2.5","10":"Flat","11":"1","index":480},{"0":"58","1":"M","2":"ATA","3":"126","4":"0","5":"1","6":"Normal","7":"110","8":"Y","9":"2.0","10":"Flat","11":"1","index":481},{"0":"69","1":"M","2":"NAP","3":"140","4":"0","5":"1","6":"ST","7":"118","8":"N","9":"2.5","10":"Down","11":"1","index":482},{"0":"67","1":"M","2":"TA","3":"142","4":"270","5":"1","6":"Normal","7":"125","8":"N","9":"2.5","10":"Up","11":"1","index":483},{"0":"58","1":"M","2":"ASY","3":"120","4":"0","5":"0","6":"LVH","7":"106","8":"Y","9":"1.5","10":"Down","11":"1","index":484},{"0":"65","1":"M","2":"ASY","3":"134","4":"0","5":"0","6":"Normal","7":"112","8":"Y","9":"1.1","10":"Flat","11":"1","index":485},{"0":"63","1":"M","2":"ATA","3":"139","4":"217","5":"1","6":"ST","7":"128","8":"Y","9":"1.2","10":"Flat","11":"1","index":486},{"0":"55","1":"M","2":"ATA","3":"110","4":"214","5":"1","6":"ST","7":"180","8":"N","9":"0.4","10":"Up","11":"0","index":487},{"0":"57","1":"M","2":"ASY","3":"140","4":"214","5":"0","6":"ST","7":"144","8":"Y","9":"2.0","10":"Flat","11":"1","index":488},{"0":"65","1":"M","2":"TA","3":"140","4":"252","5":"0","6":"Normal","7":"135","8":"N","9":"0.3","10":"Up","11":"0","index":489},{"0":"54","1":"M","2":"ASY","3":"136","4":"220","5":"0","6":"Normal","7":"140","8":"Y","9":"3.0","10":"Flat","11":"1","index":490},{"0":"72","1":"M","2":"NAP","3":"120","4":"214","5":"0","6":"Normal","7":"102","8":"Y","9":"1.0","10":"Flat","11":"1","index":491},{"0":"75","1":"M","2":"ASY","3":"170","4":"203","5":"1","6":"ST","7":"108","8":"N","9":"0.0","10":"Flat","11":"1","index":492},{"0":"49","1":"M","2":"TA","3":"130","4":"0","5":"0","6":"ST","7":"145","8":"N","9":"3.0","10":"Flat","11":"1","index":493},{"0":"51","1":"M","2":"NAP","3":"137","4":"339","5":"0","6":"Normal","7":"127","8":"Y","9":"1.7","10":"Flat","11":"1","index":494},{"0":"60","1":"M","2":"ASY","3":"142","4":"216","5":"0","6":"Normal","7":"110","8":"Y","9":"2.5","10":"Flat","11":"1","index":495},{"0":"64","1":"F","2":"ASY","3":"142","4":"276","5":"0","6":"Normal","7":"140","8":"Y","9":"1.0","10":"Flat","11":"1","index":496},{"0":"58","1":"M","2":"ASY","3":"132","4":"458","5":"1","6":"Normal","7":"69","8":"N","9":"1.0","10":"Down","11":"0","index":497},{"0":"61","1":"M","2":"ASY","3":"146","4":"241","5":"0","6":"Normal","7":"148","8":"Y","9":"3.0","10":"Down","11":"1","index":498},{"0":"67","1":"M","2":"ASY","3":"160","4":"384","5":"1","6":"ST","7":"130","8":"Y","9":"0.0","10":"Flat","11":"1","index":499},{"0":"62","1":"M","2":"ASY","3":"135","4":"297","5":"0","6":"Normal","7":"130","8":"Y","9":"1.0","10":"Flat","11":"1","index":500},{"0":"65","1":"M","2":"ASY","3":"136","4":"248","5":"0","6":"Normal","7":"140","8":"Y","9":"4.0","10":"Down","11":"1","index":501},{"0":"63","1":"M","2":"ASY","3":"130","4":"308","5":"0","6":"Normal","7":"138","8":"Y","9":"2.0","10":"Flat","11":"1","index":502},{"0":"69","1":"M","2":"ASY","3":"140","4":"208","5":"0","6":"ST","7":"140","8":"Y","9":"2.0","10":"Flat","11":"1","index":503},{"0":"51","1":"M","2":"ASY","3":"132","4":"227","5":"1","6":"ST","7":"138","8":"N","9":"0.2","10":"Up","11":"0","index":504},{"0":"62","1":"M","2":"ASY","3":"158","4":"210","5":"1","6":"Normal","7":"112","8":"Y","9":"3.0","10":"Down","11":"1","index":505},{"0":"55","1":"M","2":"NAP","3":"136","4":"245","5":"1","6":"ST","7":"131","8":"Y","9":"1.2","10":"Flat","11":"1","index":506},{"0":"75","1":"M","2":"ASY","3":"136","4":"225","5":"0","6":"Normal","7":"112","8":"Y","9":"3.0","10":"Flat","11":"1","index":507},{"0":"40","1":"M","2":"NAP","3":"106","4":"240","5":"0","6":"Normal","7":"80","8":"Y","9":"0.0","10":"Up","11":"0","index":508},{"0":"67","1":"M","2":"ASY","3":"120","4":"0","5":"1","6":"Normal","7":"150","8":"N","9":"1.5","10":"Down","11":"1","index":509},{"0":"58","1":"M","2":"ASY","3":"110","4":"198","5":"0","6":"Normal","7":"110","8":"N","9":"0.0","10":"Flat","11":"1","index":510},{"0":"60","1":"M","2":"ASY","3":"136","4":"195","5":"0","6":"Normal","7":"126","8":"N","9":"0.3","10":"Up","11":"0","index":511},{"0":"63","1":"M","2":"ASY","3":"160","4":"267","5":"1","6":"ST","7":"88","8":"Y","9":"2.0","10":"Flat","11":"1","index":512},{"0":"35","1":"M","2":"NAP","3":"123","4":"161","5":"0","6":"ST","7":"153","8":"N","9":"-0.1","10":"Up","11":"0","index":513},{"0":"62","1":"M","2":"TA","3":"112","4":"258","5":"0","6":"ST","7":"150","8":"Y","9":"1.3","10":"Flat","11":"1","index":514},{"0":"43","1":"M","2":"ASY","3":"122","4":"0","5":"0","6":"Normal","7":"120","8":"N","9":"0.5","10":"Up","11":"1","index":515},{"0":"63","1":"M","2":"NAP","3":"130","4":"0","5":"1","6":"ST","7":"160","8":"N","9":"3.0","10":"Flat","11":"0","index":516},{"0":"68","1":"M","2":"NAP","3":"150","4":"195","5":"1","6":"Normal","7":"132","8":"N","9":"0.0","10":"Flat","11":"1","index":517},{"0":"65","1":"M","2":"ASY","3":"150","4":"235","5":"0","6":"Normal","7":"120","8":"Y","9":"1.5","10":"Flat","11":"1","index":518},{"0":"48","1":"M","2":"NAP","3":"102","4":"0","5":"1","6":"ST","7":"110","8":"Y","9":"1.0","10":"Down","11":"1","index":519},{"0":"63","1":"M","2":"ASY","3":"96","4":"305","5":"0","6":"ST","7":"121","8":"Y","9":"1.0","10":"Up","11":"1","index":520},{"0":"64","1":"M","2":"ASY","3":"130","4":"223","5":"0","6":"ST","7":"128","8":"N","9":"0.5","10":"Flat","11":"0","index":521},{"0":"61","1":"M","2":"ASY","3":"120","4":"282","5":"0","6":"ST","7":"135","8":"Y","9":"4.0","10":"Down","11":"1","index":522},{"0":"50","1":"M","2":"ASY","3":"144","4":"349","5":"0","6":"LVH","7":"120","8":"Y","9":"1.0","10":"Up","11":"1","index":523},{"0":"59","1":"M","2":"ASY","3":"124","4":"160","5":"0","6":"Normal","7":"117","8":"Y","9":"1.0","10":"Flat","11":"1","index":524},{"0":"55","1":"M","2":"ASY","3":"150","4":"160","5":"0","6":"ST","7":"150","8":"N","9":"0.0","10":"Up","11":"0","index":525},{"0":"45","1":"M","2":"NAP","3":"130","4":"236","5":"0","6":"Normal","7":"144","8":"N","9":"0.1","10":"Up","11":"0","index":526},{"0":"65","1":"M","2":"ASY","3":"144","4":"312","5":"0","6":"LVH","7":"113","8":"Y","9":"1.7","10":"Flat","11":"1","index":527},{"0":"61","1":"M","2":"ATA","3":"139","4":"283","5":"0","6":"Normal","7":"135","8":"N","9":"0.3","10":"Up","11":"0","index":528},{"0":"49","1":"M","2":"NAP","3":"131","4":"142","5":"0","6":"Normal","7":"127","8":"Y","9":"1.5","10":"Flat","11":"1","index":529},{"0":"72","1":"M","2":"ASY","3":"143","4":"211","5":"0","6":"Normal","7":"109","8":"Y","9":"1.4","10":"Flat","11":"1","index":530},{"0":"50","1":"M","2":"ASY","3":"133","4":"218","5":"0","6":"Normal","7":"128","8":"Y","9":"1.1","10":"Flat","11":"1","index":531},{"0":"64","1":"M","2":"ASY","3":"143","4":"306","5":"1","6":"ST","7":"115","8":"Y","9":"1.8","10":"Flat","11":"1","index":532},{"0":"55","1":"M","2":"ASY","3":"116","4":"186","5":"1","6":"ST","7":"102","8":"N","9":"0.0","10":"Flat","11":"1","index":533},{"0":"63","1":"M","2":"ASY","3":"110","4":"252","5":"0","6":"ST","7":"140","8":"Y","9":"2.0","10":"Flat","11":"1","index":534},{"0":"59","1":"M","2":"ASY","3":"125","4":"222","5":"0","6":"Normal","7":"135","8":"Y","9":"2.5","10":"Down","11":"1","index":535},{"0":"56","1":"M","2":"ASY","3":"130","4":"0","5":"0","6":"LVH","7":"122","8":"Y","9":"1.0","10":"Flat","11":"1","index":536},{"0":"62","1":"M","2":"NAP","3":"133","4":"0","5":"1","6":"ST","7":"119","8":"Y","9":"1.2","10":"Flat","11":"1","index":537},{"0":"74","1":"M","2":"ASY","3":"150","4":"258","5":"1","6":"ST","7":"130","8":"Y","9":"4.0","10":"Down","11":"1","index":538},{"0":"54","1":"M","2":"ASY","3":"130","4":"202","5":"1","6":"Normal","7":"112","8":"Y","9":"2.0","10":"Flat","11":"1","index":539},{"0":"57","1":"M","2":"ASY","3":"110","4":"197","5":"0","6":"LVH","7":"100","8":"N","9":"0.0","10":"Up","11":"0","index":540},{"0":"62","1":"M","2":"NAP","3":"138","4":"204","5":"0","6":"ST","7":"122","8":"Y","9":"1.2","10":"Flat","11":"1","index":541},{"0":"76","1":"M","2":"NAP","3":"104","4":"113","5":"0","6":"LVH","7":"120","8":"N","9":"3.5","10":"Down","11":"1","index":542},{"0":"54","1":"F","2":"ASY","3":"138","4":"274","5":"0","6":"Normal","7":"105","8":"Y","9":"1.5","10":"Flat","11":"1","index":543},{"0":"70","1":"M","2":"ASY","3":"170","4":"192","5":"0","6":"ST","7":"129","8":"Y","9":"3.0","10":"Down","11":"1","index":544},{"0":"61","1":"F","2":"ATA","3":"140","4":"298","5":"1","6":"Normal","7":"120","8":"Y","9":"0.0","10":"Up","11":"0","index":545},{"0":"48","1":"M","2":"ASY","3":"132","4":"272","5":"0","6":"ST","7":"139","8":"N","9":"0.2","10":"Up","11":"0","index":546},{"0":"48","1":"M","2":"NAP","3":"132","4":"220","5":"1","6":"ST","7":"162","8":"N","9":"0.0","10":"Flat","11":"1","index":547},{"0":"61","1":"M","2":"TA","3":"142","4":"200","5":"1","6":"ST","7":"100","8":"N","9":"1.5","10":"Down","11":"1","index":548},{"0":"66","1":"M","2":"ASY","3":"112","4":"261","5":"0","6":"Normal","7":"140","8":"N","9":"1.5","10":"Up","11":"1","index":549},{"0":"68","1":"M","2":"TA","3":"139","4":"181","5":"1","6":"ST","7":"135","8":"N","9":"0.2","10":"Up","11":"0","index":550},{"0":"55","1":"M","2":"ASY","3":"172","4":"260","5":"0","6":"Normal","7":"73","8":"N","9":"2.0","10":"Flat","11":"1","index":551},{"0":"62","1":"M","2":"NAP","3":"120","4":"220","5":"0","6":"LVH","7":"86","8":"N","9":"0.0","10":"Up","11":"0","index":552},{"0":"71","1":"M","2":"NAP","3":"144","4":"221","5":"0","6":"Normal","7":"108","8":"Y","9":"1.8","10":"Flat","11":"1","index":553},{"0":"74","1":"M","2":"TA","3":"145","4":"216","5":"1","6":"Normal","7":"116","8":"Y","9":"1.8","10":"Flat","11":"1","index":554},{"0":"53","1":"M","2":"NAP","3":"155","4":"175","5":"1","6":"ST","7":"160","8":"N","9":"0.3","10":"Up","11":"0","index":555},{"0":"58","1":"M","2":"NAP","3":"150","4":"219","5":"0","6":"ST","7":"118","8":"Y","9":"0.0","10":"Flat","11":"1","index":556},{"0":"75","1":"M","2":"ASY","3":"160","4":"310","5":"1","6":"Normal","7":"112","8":"Y","9":"2.0","10":"Down","11":"0","index":557},{"0":"56","1":"M","2":"NAP","3":"137","4":"208","5":"1","6":"ST","7":"122","8":"Y","9":"1.8","10":"Flat","11":"1","index":558},{"0":"58","1":"M","2":"NAP","3":"137","4":"232","5":"0","6":"ST","7":"124","8":"Y","9":"1.4","10":"Flat","11":"1","index":559},{"0":"64","1":"M","2":"ASY","3":"134","4":"273","5":"0","6":"Normal","7":"102","8":"Y","9":"4.0","10":"Down","11":"1","index":560},{"0":"54","1":"M","2":"NAP","3":"133","4":"203","5":"0","6":"ST","7":"137","8":"N","9":"0.2","10":"Up","11":"0","index":561},{"0":"54","1":"M","2":"ATA","3":"132","4":"182","5":"0","6":"ST","7":"141","8":"N","9":"0.1","10":"Up","11":"0","index":562},{"0":"59","1":"M","2":"ASY","3":"140","4":"274","5":"0","6":"Normal","7":"154","8":"Y","9":"2.0","10":"Flat","11":"0","index":563},{"0":"55","1":"M","2":"ASY","3":"135","4":"204","5":"1","6":"ST","7":"126","8":"Y","9":"1.1","10":"Flat","11":"1","index":564},{"0":"57","1":"M","2":"ASY","3":"144","4":"270","5":"1","6":"ST","7":"160","8":"Y","9":"2.0","10":"Flat","11":"1","index":565},{"0":"61","1":"M","2":"ASY","3":"141","4":"292","5":"0","6":"ST","7":"115","8":"Y","9":"1.7","10":"Flat","11":"1","index":566},{"0":"41","1":"M","2":"ASY","3":"150","4":"171","5":"0","6":"Normal","7":"128","8":"Y","9":"1.5","10":"Flat","11":"0","index":567},{"0":"71","1":"M","2":"ASY","3":"130","4":"221","5":"0","6":"ST","7":"115","8":"Y","9":"0.0","10":"Flat","11":"1","index":568},{"0":"38","1":"M","2":"ASY","3":"110","4":"289","5":"0","6":"Normal","7":"105","8":"Y","9":"1.5","10":"Down","11":"1","index":569},{"0":"55","1":"M","2":"ASY","3":"158","4":"217","5":"0","6":"Normal","7":"110","8":"Y","9":"2.5","10":"Flat","11":"1","index":570},{"0":"56","1":"M","2":"ASY","3":"128","4":"223","5":"0","6":"ST","7":"119","8":"Y","9":"2.0","10":"Down","11":"1","index":571},{"0":"69","1":"M","2":"ASY","3":"140","4":"110","5":"1","6":"Normal","7":"109","8":"Y","9":"1.5","10":"Flat","11":"1","index":572},{"0":"64","1":"M","2":"ASY","3":"150","4":"193","5":"0","6":"ST","7":"135","8":"Y","9":"0.5","10":"Flat","11":"1","index":573},{"0":"72","1":"M","2":"ASY","3":"160","4":"123","5":"1","6":"LVH","7":"130","8":"N","9":"1.5","10":"Flat","11":"1","index":574},{"0":"69","1":"M","2":"ASY","3":"142","4":"210","5":"1","6":"ST","7":"112","8":"Y","9":"1.5","10":"Flat","11":"1","index":575},{"0":"56","1":"M","2":"ASY","3":"137","4":"282","5":"1","6":"Normal","7":"126","8":"Y","9":"1.2","10":"Flat","11":"1","index":576},{"0":"62","1":"M","2":"ASY","3":"139","4":"170","5":"0","6":"ST","7":"120","8":"Y","9":"3.0","10":"Flat","11":"1","index":577},{"0":"67","1":"M","2":"ASY","3":"146","4":"369","5":"0","6":"Normal","7":"110","8":"Y","9":"1.9","10":"Flat","11":"1","index":578},{"0":"57","1":"M","2":"ASY","3":"156","4":"173","5":"0","6":"LVH","7":"119","8":"Y","9":"3.0","10":"Down","11":"1","index":579},{"0":"69","1":"M","2":"ASY","3":"145","4":"289","5":"1","6":"ST","7":"110","8":"Y","9":"1.8","10":"Flat","11":"1","index":580},{"0":"51","1":"M","2":"ASY","3":"131","4":"152","5":"1","6":"LVH","7":"130","8":"Y","9":"1.0","10":"Flat","11":"1","index":581},{"0":"48","1":"M","2":"ASY","3":"140","4":"208","5":"0","6":"Normal","7":"159","8":"Y","9":"1.5","10":"Up","11":"1","index":582},{"0":"69","1":"M","2":"ASY","3":"122","4":"216","5":"1","6":"LVH","7":"84","8":"Y","9":"0.0","10":"Flat","11":"1","index":583},{"0":"69","1":"M","2":"NAP","3":"142","4":"271","5":"0","6":"LVH","7":"126","8":"N","9":"0.3","10":"Up","11":"0","index":584},{"0":"64","1":"M","2":"ASY","3":"141","4":"244","5":"1","6":"ST","7":"116","8":"Y","9":"1.5","10":"Flat","11":"1","index":585},{"0":"57","1":"M","2":"ATA","3":"180","4":"285","5":"1","6":"ST","7":"120","8":"N","9":"0.8","10":"Flat","11":"1","index":586},{"0":"53","1":"M","2":"ASY","3":"124","4":"243","5":"0","6":"Normal","7":"122","8":"Y","9":"2.0","10":"Flat","11":"1","index":587},{"0":"37","1":"M","2":"NAP","3":"118","4":"240","5":"0","6":"LVH","7":"165","8":"N","9":"1.0","10":"Flat","11":"0","index":588},{"0":"67","1":"M","2":"ASY","3":"140","4":"219","5":"0","6":"ST","7":"122","8":"Y","9":"2.0","10":"Flat","11":"1","index":589},{"0":"74","1":"M","2":"NAP","3":"140","4":"237","5":"1","6":"Normal","7":"94","8":"N","9":"0.0","10":"Flat","11":"1","index":590},{"0":"63","1":"M","2":"ATA","3":"136","4":"165","5":"0","6":"ST","7":"133","8":"N","9":"0.2","10":"Up","11":"0","index":591},{"0":"58","1":"M","2":"ASY","3":"100","4":"213","5":"0","6":"ST","7":"110","8":"N","9":"0.0","10":"Up","11":"0","index":592},{"0":"61","1":"M","2":"ASY","3":"190","4":"287","5":"1","6":"LVH","7":"150","8":"Y","9":"2.0","10":"Down","11":"1","index":593},{"0":"64","1":"M","2":"ASY","3":"130","4":"258","5":"1","6":"LVH","7":"130","8":"N","9":"0.0","10":"Flat","11":"1","index":594},{"0":"58","1":"M","2":"ASY","3":"160","4":"256","5":"1","6":"LVH","7":"113","8":"Y","9":"1.0","10":"Up","11":"1","index":595},{"0":"60","1":"M","2":"ASY","3":"130","4":"186","5":"1","6":"LVH","7":"140","8":"Y","9":"0.5","10":"Flat","11":"1","index":596},{"0":"57","1":"M","2":"ASY","3":"122","4":"264","5":"0","6":"LVH","7":"100","8":"N","9":"0.0","10":"Flat","11":"1","index":597},{"0":"55","1":"M","2":"NAP","3":"133","4":"185","5":"0","6":"ST","7":"136","8":"N","9":"0.2","10":"Up","11":"0","index":598},{"0":"55","1":"M","2":"ASY","3":"120","4":"226","5":"0","6":"LVH","7":"127","8":"Y","9":"1.7","10":"Down","11":"1","index":599},{"0":"56","1":"M","2":"ASY","3":"130","4":"203","5":"1","6":"Normal","7":"98","8":"N","9":"1.5","10":"Flat","11":"1","index":600},{"0":"57","1":"M","2":"ASY","3":"130","4":"207","5":"0","6":"ST","7":"96","8":"Y","9":"1.0","10":"Flat","11":"0","index":601},{"0":"61","1":"M","2":"NAP","3":"140","4":"284","5":"0","6":"Normal","7":"123","8":"Y","9":"1.3","10":"Flat","11":"1","index":602},{"0":"61","1":"M","2":"NAP","3":"120","4":"337","5":"0","6":"Normal","7":"98","8":"Y","9":"0.0","10":"Flat","11":"1","index":603},{"0":"74","1":"M","2":"ASY","3":"155","4":"310","5":"0","6":"Normal","7":"112","8":"Y","9":"1.5","10":"Down","11":"1","index":604},{"0":"68","1":"M","2":"NAP","3":"134","4":"254","5":"1","6":"Normal","7":"151","8":"Y","9":"0.0","10":"Up","11":"0","index":605},{"0":"51","1":"F","2":"ASY","3":"114","4":"258","5":"1","6":"LVH","7":"96","8":"N","9":"1.0","10":"Up","11":"0","index":606},{"0":"62","1":"M","2":"ASY","3":"160","4":"254","5":"1","6":"ST","7":"108","8":"Y","9":"3.0","10":"Flat","11":"1","index":607},{"0":"53","1":"M","2":"ASY","3":"144","4":"300","5":"1","6":"ST","7":"128","8":"Y","9":"1.5","10":"Flat","11":"1","index":608},{"0":"62","1":"M","2":"ASY","3":"158","4":"170","5":"0","6":"ST","7":"138","8":"Y","9":"0.0","10":"Flat","11":"1","index":609},{"0":"46","1":"M","2":"ASY","3":"134","4":"310","5":"0","6":"Normal","7":"126","8":"N","9":"0.0","10":"Flat","11":"1","index":610},{"0":"54","1":"F","2":"ASY","3":"127","4":"333","5":"1","6":"ST","7":"154","8":"N","9":"0.0","10":"Flat","11":"1","index":611},{"0":"62","1":"M","2":"TA","3":"135","4":"139","5":"0","6":"ST","7":"137","8":"N","9":"0.2","10":"Up","11":"0","index":612},{"0":"55","1":"M","2":"ASY","3":"122","4":"223","5":"1","6":"ST","7":"100","8":"N","9":"0.0","10":"Flat","11":"1","index":613},{"0":"58","1":"M","2":"ASY","3":"140","4":"385","5":"1","6":"LVH","7":"135","8":"N","9":"0.3","10":"Up","11":"0","index":614},{"0":"62","1":"M","2":"ATA","3":"120","4":"254","5":"0","6":"LVH","7":"93","8":"Y","9":"0.0","10":"Flat","11":"1","index":615},{"0":"70","1":"M","2":"ASY","3":"130","4":"322","5":"0","6":"LVH","7":"109","8":"N","9":"2.4","10":"Flat","11":"1","index":616},{"0":"67","1":"F","2":"NAP","3":"115","4":"564","5":"0","6":"LVH","7":"160","8":"N","9":"1.6","10":"Flat","11":"0","index":617},{"0":"57","1":"M","2":"ATA","3":"124","4":"261","5":"0","6":"Normal","7":"141","8":"N","9":"0.3","10":"Up","11":"1","index":618},{"0":"64","1":"M","2":"ASY","3":"128","4":"263","5":"0","6":"Normal","7":"105","8":"Y","9":"0.2","10":"Flat","11":"0","index":619},{"0":"74","1":"F","2":"ATA","3":"120","4":"269","5":"0","6":"LVH","7":"121","8":"Y","9":"0.2","10":"Up","11":"0","index":620},{"0":"65","1":"M","2":"ASY","3":"120","4":"177","5":"0","6":"Normal","7":"140","8":"N","9":"0.4","10":"Up","11":"0","index":621},{"0":"56","1":"M","2":"NAP","3":"130","4":"256","5":"1","6":"LVH","7":"142","8":"Y","9":"0.6","10":"Flat","11":"1","index":622},{"0":"59","1":"M","2":"ASY","3":"110","4":"239","5":"0","6":"LVH","7":"142","8":"Y","9":"1.2","10":"Flat","11":"1","index":623},{"0":"60","1":"M","2":"ASY","3":"140","4":"293","5":"0","6":"LVH","7":"170","8":"N","9":"1.2","10":"Flat","11":"1","index":624},{"0":"63","1":"F","2":"ASY","3":"150","4":"407","5":"0","6":"LVH","7":"154","8":"N","9":"4.0","10":"Flat","11":"1","index":625},{"0":"59","1":"M","2":"ASY","3":"135","4":"234","5":"0","6":"Normal","7":"161","8":"N","9":"0.5","10":"Flat","11":"0","index":626},{"0":"53","1":"M","2":"ASY","3":"142","4":"226","5":"0","6":"LVH","7":"111","8":"Y","9":"0.0","10":"Up","11":"0","index":627},{"0":"44","1":"M","2":"NAP","3":"140","4":"235","5":"0","6":"LVH","7":"180","8":"N","9":"0.0","10":"Up","11":"0","index":628},{"0":"61","1":"M","2":"TA","3":"134","4":"234","5":"0","6":"Normal","7":"145","8":"N","9":"2.6","10":"Flat","11":"1","index":629},{"0":"57","1":"F","2":"ASY","3":"128","4":"303","5":"0","6":"LVH","7":"159","8":"N","9":"0.0","10":"Up","11":"0","index":630},{"0":"71","1":"F","2":"ASY","3":"112","4":"149","5":"0","6":"Normal","7":"125","8":"N","9":"1.6","10":"Flat","11":"0","index":631},{"0":"46","1":"M","2":"ASY","3":"140","4":"311","5":"0","6":"Normal","7":"120","8":"Y","9":"1.8","10":"Flat","11":"1","index":632},{"0":"53","1":"M","2":"ASY","3":"140","4":"203","5":"1","6":"LVH","7":"155","8":"Y","9":"3.1","10":"Down","11":"1","index":633},{"0":"64","1":"M","2":"TA","3":"110","4":"211","5":"0","6":"LVH","7":"144","8":"Y","9":"1.8","10":"Flat","11":"0","index":634},{"0":"40","1":"M","2":"TA","3":"140","4":"199","5":"0","6":"Normal","7":"178","8":"Y","9":"1.4","10":"Up","11":"0","index":635},{"0":"67","1":"M","2":"ASY","3":"120","4":"229","5":"0","6":"LVH","7":"129","8":"Y","9":"2.6","10":"Flat","11":"1","index":636},{"0":"48","1":"M","2":"ATA","3":"130","4":"245","5":"0","6":"LVH","7":"180","8":"N","9":"0.2","10":"Flat","11":"0","index":637},{"0":"43","1":"M","2":"ASY","3":"115","4":"303","5":"0","6":"Normal","7":"181","8":"N","9":"1.2","10":"Flat","11":"0","index":638},{"0":"47","1":"M","2":"ASY","3":"112","4":"204","5":"0","6":"Normal","7":"143","8":"N","9":"0.1","10":"Up","11":"0","index":639},{"0":"54","1":"F","2":"ATA","3":"132","4":"288","5":"1","6":"LVH","7":"159","8":"Y","9":"0.0","10":"Up","11":"0","index":640},{"0":"48","1":"F","2":"NAP","3":"130","4":"275","5":"0","6":"Normal","7":"139","8":"N","9":"0.2","10":"Up","11":"0","index":641},{"0":"46","1":"F","2":"ASY","3":"138","4":"243","5":"0","6":"LVH","7":"152","8":"Y","9":"0.0","10":"Flat","11":"0","index":642},{"0":"51","1":"F","2":"NAP","3":"120","4":"295","5":"0","6":"LVH","7":"157","8":"N","9":"0.6","10":"Up","11":"0","index":643},{"0":"58","1":"M","2":"NAP","3":"112","4":"230","5":"0","6":"LVH","7":"165","8":"N","9":"2.5","10":"Flat","11":"1","index":644},{"0":"71","1":"F","2":"NAP","3":"110","4":"265","5":"1","6":"LVH","7":"130","8":"N","9":"0.0","10":"Up","11":"0","index":645},{"0":"57","1":"M","2":"NAP","3":"128","4":"229","5":"0","6":"LVH","7":"150","8":"N","9":"0.4","10":"Flat","11":"1","index":646},{"0":"66","1":"M","2":"ASY","3":"160","4":"228","5":"0","6":"LVH","7":"138","8":"N","9":"2.3","10":"Up","11":"0","index":647},{"0":"37","1":"F","2":"NAP","3":"120","4":"215","5":"0","6":"Normal","7":"170","8":"N","9":"0.0","10":"Up","11":"0","index":648},{"0":"59","1":"M","2":"ASY","3":"170","4":"326","5":"0","6":"LVH","7":"140","8":"Y","9":"3.4","10":"Down","11":"1","index":649},{"0":"50","1":"M","2":"ASY","3":"144","4":"200","5":"0","6":"LVH","7":"126","8":"Y","9":"0.9","10":"Flat","11":"1","index":650},{"0":"48","1":"M","2":"ASY","3":"130","4":"256","5":"1","6":"LVH","7":"150","8":"Y","9":"0.0","10":"Up","11":"1","index":651},{"0":"61","1":"M","2":"ASY","3":"140","4":"207","5":"0","6":"LVH","7":"138","8":"Y","9":"1.9","10":"Up","11":"1","index":652},{"0":"59","1":"M","2":"TA","3":"160","4":"273","5":"0","6":"LVH","7":"125","8":"N","9":"0.0","10":"Up","11":"1","index":653},{"0":"42","1":"M","2":"NAP","3":"130","4":"180","5":"0","6":"Normal","7":"150","8":"N","9":"0.0","10":"Up","11":"0","index":654},{"0":"48","1":"M","2":"ASY","3":"122","4":"222","5":"0","6":"LVH","7":"186","8":"N","9":"0.0","10":"Up","11":"0","index":655},{"0":"40","1":"M","2":"ASY","3":"152","4":"223","5":"0","6":"Normal","7":"181","8":"N","9":"0.0","10":"Up","11":"1","index":656},{"0":"62","1":"F","2":"ASY","3":"124","4":"209","5":"0","6":"Normal","7":"163","8":"N","9":"0.0","10":"Up","11":"0","index":657},{"0":"44","1":"M","2":"NAP","3":"130","4":"233","5":"0","6":"Normal","7":"179","8":"Y","9":"0.4","10":"Up","11":"0","index":658},{"0":"46","1":"M","2":"ATA","3":"101","4":"197","5":"1","6":"Normal","7":"156","8":"N","9":"0.0","10":"Up","11":"0","index":659},{"0":"59","1":"M","2":"NAP","3":"126","4":"218","5":"1","6":"Normal","7":"134","8":"N","9":"2.2","10":"Flat","11":"1","index":660},{"0":"58","1":"M","2":"NAP","3":"140","4":"211","5":"1","6":"LVH","7":"165","8":"N","9":"0.0","10":"Up","11":"0","index":661},{"0":"49","1":"M","2":"NAP","3":"118","4":"149","5":"0","6":"LVH","7":"126","8":"N","9":"0.8","10":"Up","11":"1","index":662},{"0":"44","1":"M","2":"ASY","3":"110","4":"197","5":"0","6":"LVH","7":"177","8":"N","9":"0.0","10":"Up","11":"1","index":663},{"0":"66","1":"M","2":"ATA","3":"160","4":"246","5":"0","6":"Normal","7":"120","8":"Y","9":"0.0","10":"Flat","11":"1","index":664},{"0":"65","1":"F","2":"ASY","3":"150","4":"225","5":"0","6":"LVH","7":"114","8":"N","9":"1.0","10":"Flat","11":"1","index":665},{"0":"42","1":"M","2":"ASY","3":"136","4":"315","5":"0","6":"Normal","7":"125","8":"Y","9":"1.8","10":"Flat","11":"1","index":666},{"0":"52","1":"M","2":"ATA","3":"128","4":"205","5":"1","6":"Normal","7":"184","8":"N","9":"0.0","10":"Up","11":"0","index":667},{"0":"65","1":"F","2":"NAP","3":"140","4":"417","5":"1","6":"LVH","7":"157","8":"N","9":"0.8","10":"Up","11":"0","index":668},{"0":"63","1":"F","2":"ATA","3":"140","4":"195","5":"0","6":"Normal","7":"179","8":"N","9":"0.0","10":"Up","11":"0","index":669},{"0":"45","1":"F","2":"ATA","3":"130","4":"234","5":"0","6":"LVH","7":"175","8":"N","9":"0.6","10":"Flat","11":"0","index":670},{"0":"41","1":"F","2":"ATA","3":"105","4":"198","5":"0","6":"Normal","7":"168","8":"N","9":"0.0","10":"Up","11":"0","index":671},{"0":"61","1":"M","2":"ASY","3":"138","4":"166","5":"0","6":"LVH","7":"125","8":"Y","9":"3.6","10":"Flat","11":"1","index":672},{"0":"60","1":"F","2":"NAP","3":"120","4":"178","5":"1","6":"Normal","7":"96","8":"N","9":"0.0","10":"Up","11":"0","index":673},{"0":"59","1":"F","2":"ASY","3":"174","4":"249","5":"0","6":"Normal","7":"143","8":"Y","9":"0.0","10":"Flat","11":"1","index":674},{"0":"62","1":"M","2":"ATA","3":"120","4":"281","5":"0","6":"LVH","7":"103","8":"N","9":"1.4","10":"Flat","11":"1","index":675},{"0":"57","1":"M","2":"NAP","3":"150","4":"126","5":"1","6":"Normal","7":"173","8":"N","9":"0.2","10":"Up","11":"0","index":676},{"0":"51","1":"F","2":"ASY","3":"130","4":"305","5":"0","6":"Normal","7":"142","8":"Y","9":"1.2","10":"Flat","11":"1","index":677},{"0":"44","1":"M","2":"NAP","3":"120","4":"226","5":"0","6":"Normal","7":"169","8":"N","9":"0.0","10":"Up","11":"0","index":678},{"0":"60","1":"F","2":"TA","3":"150","4":"240","5":"0","6":"Normal","7":"171","8":"N","9":"0.9","10":"Up","11":"0","index":679},{"0":"63","1":"M","2":"TA","3":"145","4":"233","5":"1","6":"LVH","7":"150","8":"N","9":"2.3","10":"Down","11":"0","index":680},{"0":"57","1":"M","2":"ASY","3":"150","4":"276","5":"0","6":"LVH","7":"112","8":"Y","9":"0.6","10":"Flat","11":"1","index":681},{"0":"51","1":"M","2":"ASY","3":"140","4":"261","5":"0","6":"LVH","7":"186","8":"Y","9":"0.0","10":"Up","11":"0","index":682},{"0":"58","1":"F","2":"ATA","3":"136","4":"319","5":"1","6":"LVH","7":"152","8":"N","9":"0.0","10":"Up","11":"1","index":683},{"0":"44","1":"F","2":"NAP","3":"118","4":"242","5":"0","6":"Normal","7":"149","8":"N","9":"0.3","10":"Flat","11":"0","index":684},{"0":"47","1":"M","2":"NAP","3":"108","4":"243","5":"0","6":"Normal","7":"152","8":"N","9":"0.0","10":"Up","11":"1","index":685},{"0":"61","1":"M","2":"ASY","3":"120","4":"260","5":"0","6":"Normal","7":"140","8":"Y","9":"3.6","10":"Flat","11":"1","index":686},{"0":"57","1":"F","2":"ASY","3":"120","4":"354","5":"0","6":"Normal","7":"163","8":"Y","9":"0.6","10":"Up","11":"0","index":687},{"0":"70","1":"M","2":"ATA","3":"156","4":"245","5":"0","6":"LVH","7":"143","8":"N","9":"0.0","10":"Up","11":"0","index":688},{"0":"76","1":"F","2":"NAP","3":"140","4":"197","5":"0","6":"ST","7":"116","8":"N","9":"1.1","10":"Flat","11":"0","index":689},{"0":"67","1":"F","2":"ASY","3":"106","4":"223","5":"0","6":"Normal","7":"142","8":"N","9":"0.3","10":"Up","11":"0","index":690},{"0":"45","1":"M","2":"ASY","3":"142","4":"309","5":"0","6":"LVH","7":"147","8":"Y","9":"0.0","10":"Flat","11":"1","index":691},{"0":"45","1":"M","2":"ASY","3":"104","4":"208","5":"0","6":"LVH","7":"148","8":"Y","9":"3.0","10":"Flat","11":"0","index":692},{"0":"39","1":"F","2":"NAP","3":"94","4":"199","5":"0","6":"Normal","7":"179","8":"N","9":"0.0","10":"Up","11":"0","index":693},{"0":"42","1":"F","2":"NAP","3":"120","4":"209","5":"0","6":"Normal","7":"173","8":"N","9":"0.0","10":"Flat","11":"0","index":694},{"0":"56","1":"M","2":"ATA","3":"120","4":"236","5":"0","6":"Normal","7":"178","8":"N","9":"0.8","10":"Up","11":"0","index":695},{"0":"58","1":"M","2":"ASY","3":"146","4":"218","5":"0","6":"Normal","7":"105","8":"N","9":"2.0","10":"Flat","11":"1","index":696},{"0":"35","1":"M","2":"ASY","3":"120","4":"198","5":"0","6":"Normal","7":"130","8":"Y","9":"1.6","10":"Flat","11":"1","index":697},{"0":"58","1":"M","2":"ASY","3":"150","4":"270","5":"0","6":"LVH","7":"111","8":"Y","9":"0.8","10":"Up","11":"1","index":698},{"0":"41","1":"M","2":"NAP","3":"130","4":"214","5":"0","6":"LVH","7":"168","8":"N","9":"2.0","10":"Flat","11":"0","index":699},{"0":"57","1":"M","2":"ASY","3":"110","4":"201","5":"0","6":"Normal","7":"126","8":"Y","9":"1.5","10":"Flat","11":"0","index":700},{"0":"42","1":"M","2":"TA","3":"148","4":"244","5":"0","6":"LVH","7":"178","8":"N","9":"0.8","10":"Up","11":"0","index":701},{"0":"62","1":"M","2":"ATA","3":"128","4":"208","5":"1","6":"LVH","7":"140","8":"N","9":"0.0","10":"Up","11":"0","index":702},{"0":"59","1":"M","2":"TA","3":"178","4":"270","5":"0","6":"LVH","7":"145","8":"N","9":"4.2","10":"Down","11":"0","index":703},{"0":"41","1":"F","2":"ATA","3":"126","4":"306","5":"0","6":"Normal","7":"163","8":"N","9":"0.0","10":"Up","11":"0","index":704},{"0":"50","1":"M","2":"ASY","3":"150","4":"243","5":"0","6":"LVH","7":"128","8":"N","9":"2.6","10":"Flat","11":"1","index":705},{"0":"59","1":"M","2":"ATA","3":"140","4":"221","5":"0","6":"Normal","7":"164","8":"Y","9":"0.0","10":"Up","11":"0","index":706},{"0":"61","1":"F","2":"ASY","3":"130","4":"330","5":"0","6":"LVH","7":"169","8":"N","9":"0.0","10":"Up","11":"1","index":707},{"0":"54","1":"M","2":"ASY","3":"124","4":"266","5":"0","6":"LVH","7":"109","8":"Y","9":"2.2","10":"Flat","11":"1","index":708},{"0":"54","1":"M","2":"ASY","3":"110","4":"206","5":"0","6":"LVH","7":"108","8":"Y","9":"0.0","10":"Flat","11":"1","index":709},{"0":"52","1":"M","2":"ASY","3":"125","4":"212","5":"0","6":"Normal","7":"168","8":"N","9":"1.0","10":"Up","11":"1","index":710},{"0":"47","1":"M","2":"ASY","3":"110","4":"275","5":"0","6":"LVH","7":"118","8":"Y","9":"1.0","10":"Flat","11":"1","index":711},{"0":"66","1":"M","2":"ASY","3":"120","4":"302","5":"0","6":"LVH","7":"151","8":"N","9":"0.4","10":"Flat","11":"0","index":712},{"0":"58","1":"M","2":"ASY","3":"100","4":"234","5":"0","6":"Normal","7":"156","8":"N","9":"0.1","10":"Up","11":"1","index":713},{"0":"64","1":"F","2":"NAP","3":"140","4":"313","5":"0","6":"Normal","7":"133","8":"N","9":"0.2","10":"Up","11":"0","index":714},{"0":"50","1":"F","2":"ATA","3":"120","4":"244","5":"0","6":"Normal","7":"162","8":"N","9":"1.1","10":"Up","11":"0","index":715},{"0":"44","1":"F","2":"NAP","3":"108","4":"141","5":"0","6":"Normal","7":"175","8":"N","9":"0.6","10":"Flat","11":"0","index":716},{"0":"67","1":"M","2":"ASY","3":"120","4":"237","5":"0","6":"Normal","7":"71","8":"N","9":"1.0","10":"Flat","11":"1","index":717},{"0":"49","1":"F","2":"ASY","3":"130","4":"269","5":"0","6":"Normal","7":"163","8":"N","9":"0.0","10":"Up","11":"0","index":718},{"0":"57","1":"M","2":"ASY","3":"165","4":"289","5":"1","6":"LVH","7":"124","8":"N","9":"1.0","10":"Flat","11":"1","index":719},{"0":"63","1":"M","2":"ASY","3":"130","4":"254","5":"0","6":"LVH","7":"147","8":"N","9":"1.4","10":"Flat","11":"1","index":720},{"0":"48","1":"M","2":"ASY","3":"124","4":"274","5":"0","6":"LVH","7":"166","8":"N","9":"0.5","10":"Flat","11":"1","index":721},{"0":"51","1":"M","2":"NAP","3":"100","4":"222","5":"0","6":"Normal","7":"143","8":"Y","9":"1.2","10":"Flat","11":"0","index":722},{"0":"60","1":"F","2":"ASY","3":"150","4":"258","5":"0","6":"LVH","7":"157","8":"N","9":"2.6","10":"Flat","11":"1","index":723},{"0":"59","1":"M","2":"ASY","3":"140","4":"177","5":"0","6":"Normal","7":"162","8":"Y","9":"0.0","10":"Up","11":"1","index":724},{"0":"45","1":"F","2":"ATA","3":"112","4":"160","5":"0","6":"Normal","7":"138","8":"N","9":"0.0","10":"Flat","11":"0","index":725},{"0":"55","1":"F","2":"ASY","3":"180","4":"327","5":"0","6":"ST","7":"117","8":"Y","9":"3.4","10":"Flat","11":"1","index":726},{"0":"41","1":"M","2":"ATA","3":"110","4":"235","5":"0","6":"Normal","7":"153","8":"N","9":"0.0","10":"Up","11":"0","index":727},{"0":"60","1":"F","2":"ASY","3":"158","4":"305","5":"0","6":"LVH","7":"161","8":"N","9":"0.0","10":"Up","11":"1","index":728},{"0":"54","1":"F","2":"NAP","3":"135","4":"304","5":"1","6":"Normal","7":"170","8":"N","9":"0.0","10":"Up","11":"0","index":729},{"0":"42","1":"M","2":"ATA","3":"120","4":"295","5":"0","6":"Normal","7":"162","8":"N","9":"0.0","10":"Up","11":"0","index":730},{"0":"49","1":"F","2":"ATA","3":"134","4":"271","5":"0","6":"Normal","7":"162","8":"N","9":"0.0","10":"Flat","11":"0","index":731},{"0":"46","1":"M","2":"ASY","3":"120","4":"249","5":"0","6":"LVH","7":"144","8":"N","9":"0.8","10":"Up","11":"1","index":732},{"0":"56","1":"F","2":"ASY","3":"200","4":"288","5":"1","6":"LVH","7":"133","8":"Y","9":"4.0","10":"Down","11":"1","index":733},{"0":"66","1":"F","2":"TA","3":"150","4":"226","5":"0","6":"Normal","7":"114","8":"N","9":"2.6","10":"Down","11":"0","index":734},{"0":"56","1":"M","2":"ASY","3":"130","4":"283","5":"1","6":"LVH","7":"103","8":"Y","9":"1.6","10":"Down","11":"1","index":735},{"0":"49","1":"M","2":"NAP","3":"120","4":"188","5":"0","6":"Normal","7":"139","8":"N","9":"2.0","10":"Flat","11":"1","index":736},{"0":"54","1":"M","2":"ASY","3":"122","4":"286","5":"0","6":"LVH","7":"116","8":"Y","9":"3.2","10":"Flat","11":"1","index":737},{"0":"57","1":"M","2":"ASY","3":"152","4":"274","5":"0","6":"Normal","7":"88","8":"Y","9":"1.2","10":"Flat","11":"1","index":738},{"0":"65","1":"F","2":"NAP","3":"160","4":"360","5":"0","6":"LVH","7":"151","8":"N","9":"0.8","10":"Up","11":"0","index":739},{"0":"54","1":"M","2":"NAP","3":"125","4":"273","5":"0","6":"LVH","7":"152","8":"N","9":"0.5","10":"Down","11":"0","index":740},{"0":"54","1":"F","2":"NAP","3":"160","4":"201","5":"0","6":"Normal","7":"163","8":"N","9":"0.0","10":"Up","11":"0","index":741},{"0":"62","1":"M","2":"ASY","3":"120","4":"267","5":"0","6":"Normal","7":"99","8":"Y","9":"1.8","10":"Flat","11":"1","index":742},{"0":"52","1":"F","2":"NAP","3":"136","4":"196","5":"0","6":"LVH","7":"169","8":"N","9":"0.1","10":"Flat","11":"0","index":743},{"0":"52","1":"M","2":"ATA","3":"134","4":"201","5":"0","6":"Normal","7":"158","8":"N","9":"0.8","10":"Up","11":"0","index":744},{"0":"60","1":"M","2":"ASY","3":"117","4":"230","5":"1","6":"Normal","7":"160","8":"Y","9":"1.4","10":"Up","11":"1","index":745},{"0":"63","1":"F","2":"ASY","3":"108","4":"269","5":"0","6":"Normal","7":"169","8":"Y","9":"1.8","10":"Flat","11":"1","index":746},{"0":"66","1":"M","2":"ASY","3":"112","4":"212","5":"0","6":"LVH","7":"132","8":"Y","9":"0.1","10":"Up","11":"1","index":747},{"0":"42","1":"M","2":"ASY","3":"140","4":"226","5":"0","6":"Normal","7":"178","8":"N","9":"0.0","10":"Up","11":"0","index":748},{"0":"64","1":"M","2":"ASY","3":"120","4":"246","5":"0","6":"LVH","7":"96","8":"Y","9":"2.2","10":"Down","11":"1","index":749},{"0":"54","1":"M","2":"NAP","3":"150","4":"232","5":"0","6":"LVH","7":"165","8":"N","9":"1.6","10":"Up","11":"0","index":750},{"0":"46","1":"F","2":"NAP","3":"142","4":"177","5":"0","6":"LVH","7":"160","8":"Y","9":"1.4","10":"Down","11":"0","index":751},{"0":"67","1":"F","2":"NAP","3":"152","4":"277","5":"0","6":"Normal","7":"172","8":"N","9":"0.0","10":"Up","11":"0","index":752},{"0":"56","1":"M","2":"ASY","3":"125","4":"249","5":"1","6":"LVH","7":"144","8":"Y","9":"1.2","10":"Flat","11":"1","index":753},{"0":"34","1":"F","2":"ATA","3":"118","4":"210","5":"0","6":"Normal","7":"192","8":"N","9":"0.7","10":"Up","11":"0","index":754},{"0":"57","1":"M","2":"ASY","3":"132","4":"207","5":"0","6":"Normal","7":"168","8":"Y","9":"0.0","10":"Up","11":"0","index":755},{"0":"64","1":"M","2":"ASY","3":"145","4":"212","5":"0","6":"LVH","7":"132","8":"N","9":"2.0","10":"Flat","11":"1","index":756},{"0":"59","1":"M","2":"ASY","3":"138","4":"271","5":"0","6":"LVH","7":"182","8":"N","9":"0.0","10":"Up","11":"0","index":757},{"0":"50","1":"M","2":"NAP","3":"140","4":"233","5":"0","6":"Normal","7":"163","8":"N","9":"0.6","10":"Flat","11":"1","index":758},{"0":"51","1":"M","2":"TA","3":"125","4":"213","5":"0","6":"LVH","7":"125","8":"Y","9":"1.4","10":"Up","11":"0","index":759},{"0":"54","1":"M","2":"ATA","3":"192","4":"283","5":"0","6":"LVH","7":"195","8":"N","9":"0.0","10":"Up","11":"1","index":760},{"0":"53","1":"M","2":"ASY","3":"123","4":"282","5":"0","6":"Normal","7":"95","8":"Y","9":"2.0","10":"Flat","11":"1","index":761},{"0":"52","1":"M","2":"ASY","3":"112","4":"230","5":"0","6":"Normal","7":"160","8":"N","9":"0.0","10":"Up","11":"1","index":762},{"0":"40","1":"M","2":"ASY","3":"110","4":"167","5":"0","6":"LVH","7":"114","8":"Y","9":"2.0","10":"Flat","11":"1","index":763},{"0":"58","1":"M","2":"NAP","3":"132","4":"224","5":"0","6":"LVH","7":"173","8":"N","9":"3.2","10":"Up","11":"1","index":764},{"0":"41","1":"F","2":"NAP","3":"112","4":"268","5":"0","6":"LVH","7":"172","8":"Y","9":"0.0","10":"Up","11":"0","index":765},{"0":"41","1":"M","2":"NAP","3":"112","4":"250","5":"0","6":"Normal","7":"179","8":"N","9":"0.0","10":"Up","11":"0","index":766},{"0":"50","1":"F","2":"NAP","3":"120","4":"219","5":"0","6":"Normal","7":"158","8":"N","9":"1.6","10":"Flat","11":"0","index":767},{"0":"54","1":"F","2":"NAP","3":"108","4":"267","5":"0","6":"LVH","7":"167","8":"N","9":"0.0","10":"Up","11":"0","index":768},{"0":"64","1":"F","2":"ASY","3":"130","4":"303","5":"0","6":"Normal","7":"122","8":"N","9":"2.0","10":"Flat","11":"0","index":769},{"0":"51","1":"F","2":"NAP","3":"130","4":"256","5":"0","6":"LVH","7":"149","8":"N","9":"0.5","10":"Up","11":"0","index":770},{"0":"46","1":"F","2":"ATA","3":"105","4":"204","5":"0","6":"Normal","7":"172","8":"N","9":"0.0","10":"Up","11":"0","index":771},{"0":"55","1":"M","2":"ASY","3":"140","4":"217","5":"0","6":"Normal","7":"111","8":"Y","9":"5.6","10":"Down","11":"1","index":772},{"0":"45","1":"M","2":"ATA","3":"128","4":"308","5":"0","6":"LVH","7":"170","8":"N","9":"0.0","10":"Up","11":"0","index":773},{"0":"56","1":"M","2":"TA","3":"120","4":"193","5":"0","6":"LVH","7":"162","8":"N","9":"1.9","10":"Flat","11":"0","index":774},{"0":"66","1":"F","2":"ASY","3":"178","4":"228","5":"1","6":"Normal","7":"165","8":"Y","9":"1.0","10":"Flat","11":"1","index":775},{"0":"38","1":"M","2":"TA","3":"120","4":"231","5":"0","6":"Normal","7":"182","8":"Y","9":"3.8","10":"Flat","11":"1","index":776},{"0":"62","1":"F","2":"ASY","3":"150","4":"244","5":"0","6":"Normal","7":"154","8":"Y","9":"1.4","10":"Flat","11":"1","index":777},{"0":"55","1":"M","2":"ATA","3":"130","4":"262","5":"0","6":"Normal","7":"155","8":"N","9":"0.0","10":"Up","11":"0","index":778},{"0":"58","1":"M","2":"ASY","3":"128","4":"259","5":"0","6":"LVH","7":"130","8":"Y","9":"3.0","10":"Flat","11":"1","index":779},{"0":"43","1":"M","2":"ASY","3":"110","4":"211","5":"0","6":"Normal","7":"161","8":"N","9":"0.0","10":"Up","11":"0","index":780},{"0":"64","1":"F","2":"ASY","3":"180","4":"325","5":"0","6":"Normal","7":"154","8":"Y","9":"0.0","10":"Up","11":"0","index":781},{"0":"50","1":"F","2":"ASY","3":"110","4":"254","5":"0","6":"LVH","7":"159","8":"N","9":"0.0","10":"Up","11":"0","index":782},{"0":"53","1":"M","2":"NAP","3":"130","4":"197","5":"1","6":"LVH","7":"152","8":"N","9":"1.2","10":"Down","11":"0","index":783},{"0":"45","1":"F","2":"ASY","3":"138","4":"236","5":"0","6":"LVH","7":"152","8":"Y","9":"0.2","10":"Flat","11":"0","index":784},{"0":"65","1":"M","2":"TA","3":"138","4":"282","5":"1","6":"LVH","7":"174","8":"N","9":"1.4","10":"Flat","11":"1","index":785},{"0":"69","1":"M","2":"TA","3":"160","4":"234","5":"1","6":"LVH","7":"131","8":"N","9":"0.1","10":"Flat","11":"0","index":786},{"0":"69","1":"M","2":"NAP","3":"140","4":"254","5":"0","6":"LVH","7":"146","8":"N","9":"2.0","10":"Flat","11":"1","index":787},{"0":"67","1":"M","2":"ASY","3":"100","4":"299","5":"0","6":"LVH","7":"125","8":"Y","9":"0.9","10":"Flat","11":"1","index":788},{"0":"68","1":"F","2":"NAP","3":"120","4":"211","5":"0","6":"LVH","7":"115","8":"N","9":"1.5","10":"Flat","11":"0","index":789},{"0":"34","1":"M","2":"TA","3":"118","4":"182","5":"0","6":"LVH","7":"174","8":"N","9":"0.0","10":"Up","11":"0","index":790},{"0":"62","1":"F","2":"ASY","3":"138","4":"294","5":"1","6":"Normal","7":"106","8":"N","9":"1.9","10":"Flat","11":"1","index":791},{"0":"51","1":"M","2":"ASY","3":"140","4":"298","5":"0","6":"Normal","7":"122","8":"Y","9":"4.2","10":"Flat","11":"1","index":792},{"0":"46","1":"M","2":"NAP","3":"150","4":"231","5":"0","6":"Normal","7":"147","8":"N","9":"3.6","10":"Flat","11":"1","index":793},{"0":"67","1":"M","2":"ASY","3":"125","4":"254","5":"1","6":"Normal","7":"163","8":"N","9":"0.2","10":"Flat","11":"1","index":794},{"0":"50","1":"M","2":"NAP","3":"129","4":"196","5":"0","6":"Normal","7":"163","8":"N","9":"0.0","10":"Up","11":"0","index":795},{"0":"42","1":"M","2":"NAP","3":"120","4":"240","5":"1","6":"Normal","7":"194","8":"N","9":"0.8","10":"Down","11":"0","index":796},{"0":"56","1":"F","2":"ASY","3":"134","4":"409","5":"0","6":"LVH","7":"150","8":"Y","9":"1.9","10":"Flat","11":"1","index":797},{"0":"41","1":"M","2":"ASY","3":"110","4":"172","5":"0","6":"LVH","7":"158","8":"N","9":"0.0","10":"Up","11":"1","index":798},{"0":"42","1":"F","2":"ASY","3":"102","4":"265","5":"0","6":"LVH","7":"122","8":"N","9":"0.6","10":"Flat","11":"0","index":799},{"0":"53","1":"M","2":"NAP","3":"130","4":"246","5":"1","6":"LVH","7":"173","8":"N","9":"0.0","10":"Up","11":"0","index":800},{"0":"43","1":"M","2":"NAP","3":"130","4":"315","5":"0","6":"Normal","7":"162","8":"N","9":"1.9","10":"Up","11":"0","index":801},{"0":"56","1":"M","2":"ASY","3":"132","4":"184","5":"0","6":"LVH","7":"105","8":"Y","9":"2.1","10":"Flat","11":"1","index":802},{"0":"52","1":"M","2":"ASY","3":"108","4":"233","5":"1","6":"Normal","7":"147","8":"N","9":"0.1","10":"Up","11":"0","index":803},{"0":"62","1":"F","2":"ASY","3":"140","4":"394","5":"0","6":"LVH","7":"157","8":"N","9":"1.2","10":"Flat","11":"0","index":804},{"0":"70","1":"M","2":"NAP","3":"160","4":"269","5":"0","6":"Normal","7":"112","8":"Y","9":"2.9","10":"Flat","11":"1","index":805},{"0":"54","1":"M","2":"ASY","3":"140","4":"239","5":"0","6":"Normal","7":"160","8":"N","9":"1.2","10":"Up","11":"0","index":806},{"0":"70","1":"M","2":"ASY","3":"145","4":"174","5":"0","6":"Normal","7":"125","8":"Y","9":"2.6","10":"Down","11":"1","index":807},{"0":"54","1":"M","2":"ATA","3":"108","4":"309","5":"0","6":"Normal","7":"156","8":"N","9":"0.0","10":"Up","11":"0","index":808},{"0":"35","1":"M","2":"ASY","3":"126","4":"282","5":"0","6":"LVH","7":"156","8":"Y","9":"0.0","10":"Up","11":"1","index":809},{"0":"48","1":"M","2":"NAP","3":"124","4":"255","5":"1","6":"Normal","7":"175","8":"N","9":"0.0","10":"Up","11":"0","index":810},{"0":"55","1":"F","2":"ATA","3":"135","4":"250","5":"0","6":"LVH","7":"161","8":"N","9":"1.4","10":"Flat","11":"0","index":811},{"0":"58","1":"F","2":"ASY","3":"100","4":"248","5":"0","6":"LVH","7":"122","8":"N","9":"1.0","10":"Flat","11":"0","index":812},{"0":"54","1":"F","2":"NAP","3":"110","4":"214","5":"0","6":"Normal","7":"158","8":"N","9":"1.6","10":"Flat","11":"0","index":813},{"0":"69","1":"F","2":"TA","3":"140","4":"239","5":"0","6":"Normal","7":"151","8":"N","9":"1.8","10":"Up","11":"0","index":814},{"0":"77","1":"M","2":"ASY","3":"125","4":"304","5":"0","6":"LVH","7":"162","8":"Y","9":"0.0","10":"Up","11":"1","index":815},{"0":"68","1":"M","2":"NAP","3":"118","4":"277","5":"0","6":"Normal","7":"151","8":"N","9":"1.0","10":"Up","11":"0","index":816},{"0":"58","1":"M","2":"ASY","3":"125","4":"300","5":"0","6":"LVH","7":"171","8":"N","9":"0.0","10":"Up","11":"1","index":817},{"0":"60","1":"M","2":"ASY","3":"125","4":"258","5":"0","6":"LVH","7":"141","8":"Y","9":"2.8","10":"Flat","11":"1","index":818},{"0":"51","1":"M","2":"ASY","3":"140","4":"299","5":"0","6":"Normal","7":"173","8":"Y","9":"1.6","10":"Up","11":"1","index":819},{"0":"55","1":"M","2":"ASY","3":"160","4":"289","5":"0","6":"LVH","7":"145","8":"Y","9":"0.8","10":"Flat","11":"1","index":820},{"0":"52","1":"M","2":"TA","3":"152","4":"298","5":"1","6":"Normal","7":"178","8":"N","9":"1.2","10":"Flat","11":"0","index":821},{"0":"60","1":"F","2":"NAP","3":"102","4":"318","5":"0","6":"Normal","7":"160","8":"N","9":"0.0","10":"Up","11":"0","index":822},{"0":"58","1":"M","2":"NAP","3":"105","4":"240","5":"0","6":"LVH","7":"154","8":"Y","9":"0.6","10":"Flat","11":"0","index":823},{"0":"64","1":"M","2":"NAP","3":"125","4":"309","5":"0","6":"Normal","7":"131","8":"Y","9":"1.8","10":"Flat","11":"1","index":824},{"0":"37","1":"M","2":"NAP","3":"130","4":"250","5":"0","6":"Normal","7":"187","8":"N","9":"3.5","10":"Down","11":"0","index":825},{"0":"59","1":"M","2":"TA","3":"170","4":"288","5":"0","6":"LVH","7":"159","8":"N","9":"0.2","10":"Flat","11":"1","index":826},{"0":"51","1":"M","2":"NAP","3":"125","4":"245","5":"1","6":"LVH","7":"166","8":"N","9":"2.4","10":"Flat","11":"0","index":827},{"0":"43","1":"F","2":"NAP","3":"122","4":"213","5":"0","6":"Normal","7":"165","8":"N","9":"0.2","10":"Flat","11":"0","index":828},{"0":"58","1":"M","2":"ASY","3":"128","4":"216","5":"0","6":"LVH","7":"131","8":"Y","9":"2.2","10":"Flat","11":"1","index":829},{"0":"29","1":"M","2":"ATA","3":"130","4":"204","5":"0","6":"LVH","7":"202","8":"N","9":"0.0","10":"Up","11":"0","index":830},{"0":"41","1":"F","2":"ATA","3":"130","4":"204","5":"0","6":"LVH","7":"172","8":"N","9":"1.4","10":"Up","11":"0","index":831},{"0":"63","1":"F","2":"NAP","3":"135","4":"252","5":"0","6":"LVH","7":"172","8":"N","9":"0.0","10":"Up","11":"0","index":832},{"0":"51","1":"M","2":"NAP","3":"94","4":"227","5":"0","6":"Normal","7":"154","8":"Y","9":"0.0","10":"Up","11":"0","index":833},{"0":"54","1":"M","2":"NAP","3":"120","4":"258","5":"0","6":"LVH","7":"147","8":"N","9":"0.4","10":"Flat","11":"0","index":834},{"0":"44","1":"M","2":"ATA","3":"120","4":"220","5":"0","6":"Normal","7":"170","8":"N","9":"0.0","10":"Up","11":"0","index":835},{"0":"54","1":"M","2":"ASY","3":"110","4":"239","5":"0","6":"Normal","7":"126","8":"Y","9":"2.8","10":"Flat","11":"1","index":836},{"0":"65","1":"M","2":"ASY","3":"135","4":"254","5":"0","6":"LVH","7":"127","8":"N","9":"2.8","10":"Flat","11":"1","index":837},{"0":"57","1":"M","2":"NAP","3":"150","4":"168","5":"0","6":"Normal","7":"174","8":"N","9":"1.6","10":"Up","11":"0","index":838},{"0":"63","1":"M","2":"ASY","3":"130","4":"330","5":"1","6":"LVH","7":"132","8":"Y","9":"1.8","10":"Up","11":"1","index":839},{"0":"35","1":"F","2":"ASY","3":"138","4":"183","5":"0","6":"Normal","7":"182","8":"N","9":"1.4","10":"Up","11":"0","index":840},{"0":"41","1":"M","2":"ATA","3":"135","4":"203","5":"0","6":"Normal","7":"132","8":"N","9":"0.0","10":"Flat","11":"0","index":841},{"0":"62","1":"F","2":"NAP","3":"130","4":"263","5":"0","6":"Normal","7":"97","8":"N","9":"1.2","10":"Flat","11":"1","index":842},{"0":"43","1":"F","2":"ASY","3":"132","4":"341","5":"1","6":"LVH","7":"136","8":"Y","9":"3.0","10":"Flat","11":"1","index":843},{"0":"58","1":"F","2":"TA","3":"150","4":"283","5":"1","6":"LVH","7":"162","8":"N","9":"1.0","10":"Up","11":"0","index":844},{"0":"52","1":"M","2":"TA","3":"118","4":"186","5":"0","6":"LVH","7":"190","8":"N","9":"0.0","10":"Flat","11":"0","index":845},{"0":"61","1":"F","2":"ASY","3":"145","4":"307","5":"0","6":"LVH","7":"146","8":"Y","9":"1.0","10":"Flat","11":"1","index":846},{"0":"39","1":"M","2":"ASY","3":"118","4":"219","5":"0","6":"Normal","7":"140","8":"N","9":"1.2","10":"Flat","11":"1","index":847},{"0":"45","1":"M","2":"ASY","3":"115","4":"260","5":"0","6":"LVH","7":"185","8":"N","9":"0.0","10":"Up","11":"0","index":848},{"0":"52","1":"M","2":"ASY","3":"128","4":"255","5":"0","6":"Normal","7":"161","8":"Y","9":"0.0","10":"Up","11":"1","index":849},{"0":"62","1":"M","2":"NAP","3":"130","4":"231","5":"0","6":"Normal","7":"146","8":"N","9":"1.8","10":"Flat","11":"0","index":850},{"0":"62","1":"F","2":"ASY","3":"160","4":"164","5":"0","6":"LVH","7":"145","8":"N","9":"6.2","10":"Down","11":"1","index":851},{"0":"53","1":"F","2":"ASY","3":"138","4":"234","5":"0","6":"LVH","7":"160","8":"N","9":"0.0","10":"Up","11":"0","index":852},{"0":"43","1":"M","2":"ASY","3":"120","4":"177","5":"0","6":"LVH","7":"120","8":"Y","9":"2.5","10":"Flat","11":"1","index":853},{"0":"47","1":"M","2":"NAP","3":"138","4":"257","5":"0","6":"LVH","7":"156","8":"N","9":"0.0","10":"Up","11":"0","index":854},{"0":"52","1":"M","2":"ATA","3":"120","4":"325","5":"0","6":"Normal","7":"172","8":"N","9":"0.2","10":"Up","11":"0","index":855},{"0":"68","1":"M","2":"NAP","3":"180","4":"274","5":"1","6":"LVH","7":"150","8":"Y","9":"1.6","10":"Flat","11":"1","index":856},{"0":"39","1":"M","2":"NAP","3":"140","4":"321","5":"0","6":"LVH","7":"182","8":"N","9":"0.0","10":"Up","11":"0","index":857},{"0":"53","1":"F","2":"ASY","3":"130","4":"264","5":"0","6":"LVH","7":"143","8":"N","9":"0.4","10":"Flat","11":"0","index":858},{"0":"62","1":"F","2":"ASY","3":"140","4":"268","5":"0","6":"LVH","7":"160","8":"N","9":"3.6","10":"Down","11":"1","index":859},{"0":"51","1":"F","2":"NAP","3":"140","4":"308","5":"0","6":"LVH","7":"142","8":"N","9":"1.5","10":"Up","11":"0","index":860},{"0":"60","1":"M","2":"ASY","3":"130","4":"253","5":"0","6":"Normal","7":"144","8":"Y","9":"1.4","10":"Up","11":"1","index":861},{"0":"65","1":"M","2":"ASY","3":"110","4":"248","5":"0","6":"LVH","7":"158","8":"N","9":"0.6","10":"Up","11":"1","index":862},{"0":"65","1":"F","2":"NAP","3":"155","4":"269","5":"0","6":"Normal","7":"148","8":"N","9":"0.8","10":"Up","11":"0","index":863},{"0":"60","1":"M","2":"NAP","3":"140","4":"185","5":"0","6":"LVH","7":"155","8":"N","9":"3.0","10":"Flat","11":"1","index":864},{"0":"60","1":"M","2":"ASY","3":"145","4":"282","5":"0","6":"LVH","7":"142","8":"Y","9":"2.8","10":"Flat","11":"1","index":865},{"0":"54","1":"M","2":"ASY","3":"120","4":"188","5":"0","6":"Normal","7":"113","8":"N","9":"1.4","10":"Flat","11":"1","index":866},{"0":"44","1":"M","2":"ATA","3":"130","4":"219","5":"0","6":"LVH","7":"188","8":"N","9":"0.0","10":"Up","11":"0","index":867},{"0":"44","1":"M","2":"ASY","3":"112","4":"290","5":"0","6":"LVH","7":"153","8":"N","9":"0.0","10":"Up","11":"1","index":868},{"0":"51","1":"M","2":"NAP","3":"110","4":"175","5":"0","6":"Normal","7":"123","8":"N","9":"0.6","10":"Up","11":"0","index":869},{"0":"59","1":"M","2":"NAP","3":"150","4":"212","5":"1","6":"Normal","7":"157","8":"N","9":"1.6","10":"Up","11":"0","index":870},{"0":"71","1":"F","2":"ATA","3":"160","4":"302","5":"0","6":"Normal","7":"162","8":"N","9":"0.4","10":"Up","11":"0","index":871},{"0":"61","1":"M","2":"NAP","3":"150","4":"243","5":"1","6":"Normal","7":"137","8":"Y","9":"1.0","10":"Flat","11":"0","index":872},{"0":"55","1":"M","2":"ASY","3":"132","4":"353","5":"0","6":"Normal","7":"132","8":"Y","9":"1.2","10":"Flat","11":"1","index":873},{"0":"64","1":"M","2":"NAP","3":"140","4":"335","5":"0","6":"Normal","7":"158","8":"N","9":"0.0","10":"Up","11":"1","index":874},{"0":"43","1":"M","2":"ASY","3":"150","4":"247","5":"0","6":"Normal","7":"171","8":"N","9":"1.5","10":"Up","11":"0","index":875},{"0":"58","1":"F","2":"NAP","3":"120","4":"340","5":"0","6":"Normal","7":"172","8":"N","9":"0.0","10":"Up","11":"0","index":876},{"0":"60","1":"M","2":"ASY","3":"130","4":"206","5":"0","6":"LVH","7":"132","8":"Y","9":"2.4","10":"Flat","11":"1","index":877},{"0":"58","1":"M","2":"ATA","3":"120","4":"284","5":"0","6":"LVH","7":"160","8":"N","9":"1.8","10":"Flat","11":"1","index":878},{"0":"49","1":"M","2":"ATA","3":"130","4":"266","5":"0","6":"Normal","7":"171","8":"N","9":"0.6","10":"Up","11":"0","index":879},{"0":"48","1":"M","2":"ATA","3":"110","4":"229","5":"0","6":"Normal","7":"168","8":"N","9":"1.0","10":"Down","11":"1","index":880},{"0":"52","1":"M","2":"NAP","3":"172","4":"199","5":"1","6":"Normal","7":"162","8":"N","9":"0.5","10":"Up","11":"0","index":881},{"0":"44","1":"M","2":"ATA","3":"120","4":"263","5":"0","6":"Normal","7":"173","8":"N","9":"0.0","10":"Up","11":"0","index":882},{"0":"56","1":"F","2":"ATA","3":"140","4":"294","5":"0","6":"LVH","7":"153","8":"N","9":"1.3","10":"Flat","11":"0","index":883},{"0":"57","1":"M","2":"ASY","3":"140","4":"192","5":"0","6":"Normal","7":"148","8":"N","9":"0.4","10":"Flat","11":"0","index":884},{"0":"67","1":"M","2":"ASY","3":"160","4":"286","5":"0","6":"LVH","7":"108","8":"Y","9":"1.5","10":"Flat","11":"1","index":885},{"0":"53","1":"F","2":"NAP","3":"128","4":"216","5":"0","6":"LVH","7":"115","8":"N","9":"0.0","10":"Up","11":"0","index":886},{"0":"52","1":"M","2":"NAP","3":"138","4":"223","5":"0","6":"Normal","7":"169","8":"N","9":"0.0","10":"Up","11":"0","index":887},{"0":"43","1":"M","2":"ASY","3":"132","4":"247","5":"1","6":"LVH","7":"143","8":"Y","9":"0.1","10":"Flat","11":"1","index":888},{"0":"52","1":"M","2":"ASY","3":"128","4":"204","5":"1","6":"Normal","7":"156","8":"Y","9":"1.0","10":"Flat","11":"1","index":889},{"0":"59","1":"M","2":"TA","3":"134","4":"204","5":"0","6":"Normal","7":"162","8":"N","9":"0.8","10":"Up","11":"1","index":890},{"0":"64","1":"M","2":"TA","3":"170","4":"227","5":"0","6":"LVH","7":"155","8":"N","9":"0.6","10":"Flat","11":"0","index":891},{"0":"66","1":"F","2":"NAP","3":"146","4":"278","5":"0","6":"LVH","7":"152","8":"N","9":"0.0","10":"Flat","11":"0","index":892},{"0":"39","1":"F","2":"NAP","3":"138","4":"220","5":"0","6":"Normal","7":"152","8":"N","9":"0.0","10":"Flat","11":"0","index":893},{"0":"57","1":"M","2":"ATA","3":"154","4":"232","5":"0","6":"LVH","7":"164","8":"N","9":"0.0","10":"Up","11":"1","index":894},{"0":"58","1":"F","2":"ASY","3":"130","4":"197","5":"0","6":"Normal","7":"131","8":"N","9":"0.6","10":"Flat","11":"0","index":895},{"0":"57","1":"M","2":"ASY","3":"110","4":"335","5":"0","6":"Normal","7":"143","8":"Y","9":"3.0","10":"Flat","11":"1","index":896},{"0":"47","1":"M","2":"NAP","3":"130","4":"253","5":"0","6":"Normal","7":"179","8":"N","9":"0.0","10":"Up","11":"0","index":897},{"0":"55","1":"F","2":"ASY","3":"128","4":"205","5":"0","6":"ST","7":"130","8":"Y","9":"2.0","10":"Flat","11":"1","index":898},{"0":"35","1":"M","2":"ATA","3":"122","4":"192","5":"0","6":"Normal","7":"174","8":"N","9":"0.0","10":"Up","11":"0","index":899},{"0":"61","1":"M","2":"ASY","3":"148","4":"203","5":"0","6":"Normal","7":"161","8":"N","9":"0.0","10":"Up","11":"1","index":900},{"0":"58","1":"M","2":"ASY","3":"114","4":"318","5":"0","6":"ST","7":"140","8":"N","9":"4.4","10":"Down","11":"1","index":901},{"0":"58","1":"F","2":"ASY","3":"170","4":"225","5":"1","6":"LVH","7":"146","8":"Y","9":"2.8","10":"Flat","11":"1","index":902},{"0":"58","1":"M","2":"ATA","3":"125","4":"220","5":"0","6":"Normal","7":"144","8":"N","9":"0.4","10":"Flat","11":"0","index":903},{"0":"56","1":"M","2":"ATA","3":"130","4":"221","5":"0","6":"LVH","7":"163","8":"N","9":"0.0","10":"Up","11":"0","index":904},{"0":"56","1":"M","2":"ATA","3":"120","4":"240","5":"0","6":"Normal","7":"169","8":"N","9":"0.0","10":"Down","11":"0","index":905},{"0":"67","1":"M","2":"NAP","3":"152","4":"212","5":"0","6":"LVH","7":"150","8":"N","9":"0.8","10":"Flat","11":"1","index":906},{"0":"55","1":"F","2":"ATA","3":"132","4":"342","5":"0","6":"Normal","7":"166","8":"N","9":"1.2","10":"Up","11":"0","index":907},{"0":"44","1":"M","2":"ASY","3":"120","4":"169","5":"0","6":"Normal","7":"144","8":"Y","9":"2.8","10":"Down","11":"1","index":908},{"0":"63","1":"M","2":"ASY","3":"140","4":"187","5":"0","6":"LVH","7":"144","8":"Y","9":"4.0","10":"Up","11":"1","index":909},{"0":"63","1":"F","2":"ASY","3":"124","4":"197","5":"0","6":"Normal","7":"136","8":"Y","9":"0.0","10":"Flat","11":"1","index":910},{"0":"41","1":"M","2":"ATA","3":"120","4":"157","5":"0","6":"Normal","7":"182","8":"N","9":"0.0","10":"Up","11":"0","index":911},{"0":"59","1":"M","2":"ASY","3":"164","4":"176","5":"1","6":"LVH","7":"90","8":"N","9":"1.0","10":"Flat","11":"1","index":912},{"0":"57","1":"F","2":"ASY","3":"140","4":"241","5":"0","6":"Normal","7":"123","8":"Y","9":"0.2","10":"Flat","11":"1","index":913},{"0":"45","1":"M","2":"TA","3":"110","4":"264","5":"0","6":"Normal","7":"132","8":"N","9":"1.2","10":"Flat","11":"1","index":914},{"0":"68","1":"M","2":"ASY","3":"144","4":"193","5":"1","6":"Normal","7":"141","8":"N","9":"3.4","10":"Flat","11":"1","index":915},{"0":"57","1":"M","2":"ASY","3":"130","4":"131","5":"0","6":"Normal","7":"115","8":"Y","9":"1.2","10":"Flat","11":"1","index":916},{"0":"57","1":"F","2":"ATA","3":"130","4":"236","5":"0","6":"LVH","7":"174","8":"N","9":"0.0","10":"Flat","11":"1","index":917},{"0":"38","1":"M","2":"NAP","3":"138","4":"175","5":"0","6":"Normal","7":"173","8":"N","9":"0.0","10":"Up","11":"0","index":918}],"schema":[{"key":"0","name":"Age","type":"int"},{"key":"1","name":"Sex","type":"string"},{"key":"2","name":"ChestPainType","type":"string"},{"key":"3","name":"RestingBP","type":"int"},{"key":"4","name":"Cholesterol","type":"int"},{"key":"5","name":"FastingBS","type":"int"},{"key":"6","name":"RestingECG","type":"string"},{"key":"7","name":"MaxHR","type":"int"},{"key":"8","name":"ExerciseAngina","type":"string"},{"key":"9","name":"Oldpeak","type":"double"},{"key":"10","name":"ST_Slope","type":"string"},{"key":"11","name":"HeartDisease","type":"int"}],"truncated":false}},"type":"Synapse.DataFrame"}},"version":"0.1"},"widgets":{}},"nbformat":4,"nbformat_minor":5}
diff --git a/072-DataScienceInFabric/Student/Resources/Notebooks/02-data-analysis-preprocess_Data Wrangler.ipynb b/072-DataScienceInFabric/Student/Resources/Notebooks/02-data-analysis-preprocess_Data Wrangler.ipynb
new file mode 100644
index 0000000000..ab0bc9c023
--- /dev/null
+++ b/072-DataScienceInFabric/Student/Resources/Notebooks/02-data-analysis-preprocess_Data Wrangler.ipynb
@@ -0,0 +1 @@
+{"cells":[{"cell_type":"markdown","source":["## Module 2: Perform data prep and cleansing using Apache Spark and Data Wrangler\n","\n","In this challenge we will prepare the dataset for the model training.\n","\n","Now that you have ingested and explored the data, you can transform the data. You can either run code in a notebook, or use the Data Wrangler to generate code for you.\n","\n","**Data Wrangler** is a tool used in notebooks. It offers an easy-to-use interface for exploring data. This tool shows data in a grid format, offers automatic summary statistics, built-in visualizations, and a library of common data-cleaning operations. Each operation can be done in just a few clicks. It shows the changes to the data right away and creates code in pandas or PySpark that can be saved back to the notebook for future use.\n","\n","\n","\n","\n"],"metadata":{"nteract":{"transient":{"deleting":false}}},"id":"22b6ce14-490c-4feb-a25e-ee52c88a6630"},{"cell_type":"markdown","source":["#### Part 1 Launching Data Wrangler\n","\n","To explore and transform any pandas Dataframes in your notebook, launch Data Wrangler directly from the notebook.\n","\n",">[!NOTE]\n",">Data Wrangler can not be opened while the notebook kernel is busy. The cell execution must complete prior to launching Data Wrangler.\n","\n","Reference: [Lauching Data Wrangler](https://learn.microsoft.com/en-us/fabric/data-science/data-wrangler#launching-data-wrangler)\n","\n"],"metadata":{"nteract":{"transient":{"deleting":false}}},"id":"29566045-0621-42a3-81be-0d0ec62d760c"},{"cell_type":"code","source":["import pandas as pd\n","\n","# Read a CSV into a Pandas DataFrame\n","\n","load_from_lakehouse= \n","\n","df=\n"],"outputs":[],"execution_count":null,"metadata":{"collapsed":false,"microsoft":{"language":"python","language_group":"synapse_pyspark"}},"id":"68ad6809-f71a-4e71-9ad4-af65ac2b2cf0"},{"cell_type":"markdown","source":["\n","### Part 2 Data cleaning trought Data Wrangler\n","\n","There are different preprocessing steps that is important for developing robust, efficient and reliable machine learning models. \n","\n"," \n"," 1. Removing unnecessary columns from a dataset before training a machine learning model is a best practice that enhances model performance, improves interpretability & reduces complexity.\n"," \n"," 2. Machine learning algorithms do not support missing values, dropping rows with missing values ensures compatibility with a wide range of algorithms without needing additional imputation strategies.\n"," \n"," 3. Handling duplicate rows is an essential step in data preparation because it ensures data quality.\n"," \n"," 4. Machine learning algorithms operate on numerical data (integers, floats, etc.). If you feed them non-numeric data (e.g., strings), they won’t work. You must adjust some columns data types.\n"," \n","\n","\n","Reference: [Browsing and applying data-cleaning operations](https://learn.microsoft.com/en-us/fabric/data-science/data-wrangler#browsing-data-cleaning-operations)\n"],"metadata":{"microsoft":{"language":"python","language_group":"synapse_pyspark"},"nteract":{"transient":{"deleting":false}}},"id":"c6f4e0b4-3db3-473f-af58-3cee6454c757"},{"cell_type":"code","source":["# Code generated by Data Wrangler for pandas DataFrame\n"],"outputs":[],"execution_count":null,"metadata":{"jupyter":{"outputs_hidden":false,"source_hidden":false},"microsoft":{"language":"python","language_group":"synapse_pyspark"},"nteract":{"transient":{"deleting":false}}},"id":"3a247905-3524-475d-b01d-1a594ad7b6c1"},{"cell_type":"markdown","source":["## Feature Engineering\n","\n","In the feature engineering process, especially when dealing with categorical data, encoding is a crucial step. One of the simplest methods for converting categorical values into numerical values is using the **LabelEncoder**. Here’s how and why you would use LabelEncoder in the feature engineering process:\n","\n","\n","**Label encoding** is a process where categorical variables are converted into numerical labels. Each unique category value is assigned a unique integer. This method is useful for ordinal categorical data where the categories have a natural order."],"metadata":{"nteract":{"transient":{"deleting":false}}},"id":"4d1e9057-9dd4-4067-a11f-ae655ff53169"},{"cell_type":"markdown","source":["1. Checking if datatypes are numerical"],"metadata":{"microsoft":{"language":"python","language_group":"synapse_pyspark"},"nteract":{"transient":{"deleting":false}}},"id":"0ea7c801-19fa-4a9f-973d-c618398e4638"},{"cell_type":"code","source":["# Input the code to check the datatypes"],"outputs":[],"execution_count":null,"metadata":{"jupyter":{"outputs_hidden":false,"source_hidden":false},"microsoft":{"language":"python","language_group":"synapse_pyspark"},"nteract":{"transient":{"deleting":false}}},"id":"71033523-a290-486b-b45e-22f3fcb6a26a"},{"cell_type":"markdown","source":["2. Transforming categorical values. Run the following cell as it is to get started with the encoding process."],"metadata":{"microsoft":{"language":"python","language_group":"synapse_pyspark"},"nteract":{"transient":{"deleting":false}}},"id":"51b63b60-498d-4502-9bfa-f27bc1e53184"},{"cell_type":"code","source":["# Import the LabelEncoder class from the sklearn.preprocessing module.\n","# LabelEncoder is a tool provided by the scikit-learn library, a popular library in Python for machine learning, which is used to encode categorical labels into numerical values\"\n","# Creates an instance of the LabelEncoder class and assigns it to the variable lab.\n","\n","from sklearn.preprocessing import LabelEncoder\n","import pandas as pd\n","lab = LabelEncoder()"],"outputs":[],"execution_count":null,"metadata":{"jupyter":{"outputs_hidden":false,"source_hidden":false},"microsoft":{"language":"python","language_group":"synapse_pyspark"},"nteract":{"transient":{"deleting":false}}},"id":"0db68ba1-4a38-4c9e-935b-547dd959cdde"},{"cell_type":"markdown","source":["Code to transform the categorical values, please complete the code according to the steps. Ask bing chat for help if needed. "],"metadata":{"nteract":{"transient":{"deleting":false}},"microsoft":{"language":"python","language_group":"synapse_pyspark"}},"id":"29102c1d-c938-43ff-aa8f-43e953c185db"},{"cell_type":"code","source":["# 1.Iniatialize a dataframe to be cleaned.\n","data_df1 = df_clean \n","# 2.Split object and non-object data types. You could use variables and the functions Include and exclude for that. \n","obj =\n","not_obj =\n","# 3.Encode categorical columns \n","for i in range(0, obj.shape[1]):\n"," obj.iloc[:,i] = lab.fit_transform(obj.iloc[:,i])\n","\n","# 4.Combine enconded and non-enconded data\n","df_new =\n","# 4.Display the first 10 rows to evaluate\n","head(df_new)\n"],"outputs":[],"execution_count":null,"metadata":{"jupyter":{"outputs_hidden":false,"source_hidden":false},"microsoft":{"language":"python","language_group":"synapse_pyspark"},"nteract":{"transient":{"deleting":false}}},"id":"29fc8ab5-21ab-4564-a6b0-94bba87ef247"},{"cell_type":"markdown","source":["#### Save processed data to a Delta Table"],"metadata":{"nteract":{"transient":{"deleting":false}}},"id":"52f09856-116f-4f11-aa8a-fa12f3f4d177"},{"cell_type":"markdown","source":["Refer to notebook 1 for more information about vorder and optimizedwrite"],"metadata":{"nteract":{"transient":{"deleting":false}},"microsoft":{"language":"python","language_group":"synapse_pyspark"}},"id":"7f66c1cb-4d2b-443f-9136-97d52157a8cb"},{"cell_type":"code","source":["spark.conf.set(\"sprk.sql.parquet.vorder.enabled\", \"true\") # Enable Verti-Parquet write\n","spark.conf.set(\"spark.microsoft.delta.optimizeWrite.enabled\", \"true\") # Enable automatic delta optimized write"],"outputs":[],"execution_count":null,"metadata":{"jupyter":{"outputs_hidden":false,"source_hidden":false},"microsoft":{"language":"python","language_group":"synapse_pyspark"},"nteract":{"transient":{"deleting":false}}},"id":"86dd7ed8-8b4b-47a2-87a7-f443d8ae90ee"},{"cell_type":"markdown","source":["Refer to notebook 1 for more information on writing delta tables to the lakehouse."],"metadata":{"nteract":{"transient":{"deleting":false}},"microsoft":{"language":"python","language_group":"synapse_pyspark"}},"id":"70591db6-ec5d-43e8-8dc1-e30beb541913"},{"cell_type":"code","source":["# Saving the dataframe as a delta table, please complete the code on line 4. \n","table_name = \"heartfailure_processed\"\n","data_df_processed = spark.createDataFrame(df_new)\n","data_df_processed.\"please add your code here\""],"outputs":[],"execution_count":null,"metadata":{"jupyter":{"outputs_hidden":false,"source_hidden":false},"microsoft":{"language":"python","language_group":"synapse_pyspark"},"nteract":{"transient":{"deleting":false}}},"id":"9a2df2c7-b352-4578-85ff-6b64b2b725b4"},{"cell_type":"code","source":["%%sql\n","\n","select * from heartfailure_processed limit 100;"],"outputs":[],"execution_count":null,"metadata":{"collapsed":false,"jupyter":{"outputs_hidden":false,"source_hidden":false},"microsoft":{"language":"sparksql","language_group":"synapse_pyspark"},"nteract":{"transient":{"deleting":false}},"sqlViewState":{"chartOptions":{"aggregationType":"count","binsNumber":10,"categoryFieldKeys":["9"],"chartType":"column","isStacked":false,"pivotFieldKey":"9","seriesFieldKeys":["8"],"wordFrequency":"-1"},"tableOptions":{}}},"id":"88b6c7b9-c13a-41af-882e-eec2d5b1a5a8"}],"metadata":{"kernel_info":{"name":"synapse_pyspark"},"kernelspec":{"name":"synapse_pyspark","language":"Python","display_name":"Synapse PySpark"},"language_info":{"name":"python"},"microsoft":{"language":"python","language_group":"synapse_pyspark","ms_spell_check":{"ms_spell_check_language":"en"}},"notebook_environment":{},"nteract":{"version":"nteract-front-end@1.0.0"},"widgets":{},"synapse_widget":{"state":{},"version":"0.1"},"save_output":true,"spark_compute":{"compute_id":"/trident/default","session_options":{"conf":{},"enableDebugMode":false}},"dependencies":{"lakehouse":{"default_lakehouse":"91f9e346-7d62-4063-bfd8-07035bb08131","known_lakehouses":[],"default_lakehouse_name":"Lakehouse","default_lakehouse_workspace_id":"a1efaa53-a101-4fb3-a1ba-7beb731708ad"}}},"nbformat":4,"nbformat_minor":5}
\ No newline at end of file
diff --git a/072-DataScienceInFabric/Student/Resources/Notebooks/03-Train-Register-HeartFailurePredictionModel.ipynb b/072-DataScienceInFabric/Student/Resources/Notebooks/03-Train-Register-HeartFailurePredictionModel.ipynb
new file mode 100644
index 0000000000..5291e23d2c
--- /dev/null
+++ b/072-DataScienceInFabric/Student/Resources/Notebooks/03-Train-Register-HeartFailurePredictionModel.ipynb
@@ -0,0 +1 @@
+{"cells":[{"cell_type":"markdown","source":["## Module 3: Train and register Heart Failure Prediction Machine Learning Model\n","In this module you will learn to train a machine learning model to predict the likelihood of an individual getting heart failure based on some historical diagnostic measurements available in the training dataset\n","\n","Once a model is trained, you will learn to register the trained model, and log hyperaparameters used and evaluation metrics using Fabric's native integration with the MLflow framework.\n","\n","[MLflow](https://mlflow.org/docs/latest/index.html) is an open source platform for managing the machine learning lifecycle with features like Tracking, Models, and Model Registry. MLflow is natively integrated with Fabric Data Science Experience."],"metadata":{"nteract":{"transient":{"deleting":false}}},"id":"f8990450-454f-43fb-9385-46ca1f71296b"},{"cell_type":"markdown","source":["#### Import the required libraries\n"],"metadata":{"nteract":{"transient":{"deleting":false}}},"id":"a2d2f449-82e5-41e3-acce-5009f9f36986"},{"cell_type":"code","source":["# Run this code cell to import the required libraries for model training\n","import mlflow\n","print(f\"mlflow lbrary version: {mlflow.__version__}\")\n","from sklearn.model_selection import train_test_split\n","from lightgbm import LGBMClassifier\n","from sklearn.ensemble import RandomForestClassifier\n","from sklearn.metrics import accuracy_score, f1_score, precision_score, confusion_matrix, recall_score, roc_auc_score, classification_report\n"],"outputs":[{"output_type":"display_data","data":{"application/vnd.livy.statement-meta+json":{"spark_pool":null,"session_id":"3f766ed0-1822-4de7-a442-f95c127f87cf","statement_id":4,"statement_ids":[4],"state":"finished","livy_statement_state":"available","queued_time":"2024-06-19T13:27:51.7215161Z","session_start_time":null,"execution_start_time":"2024-06-19T13:27:52.1683263Z","execution_finish_time":"2024-06-19T13:28:06.5397558Z","parent_msg_id":"315cd3f0-0b99-40ef-8f74-603bc87b95f9"},"text/plain":"StatementMeta(, 3f766ed0-1822-4de7-a442-f95c127f87cf, 4, Finished, Available)"},"metadata":{}},{"output_type":"stream","name":"stdout","text":["mlflow lbrary version: 2.6.0\n"]}],"execution_count":2,"metadata":{"jupyter":{"source_hidden":false,"outputs_hidden":false},"nteract":{"transient":{"deleting":false}},"microsoft":{"language":"python","language_group":"synapse_pyspark"}},"id":"fca65cb6-306d-4dbd-97c4-d888b7385e2c"},{"cell_type":"markdown","source":["#### Part 1 Instructions\n","In the cell below, create an mlflow experiment to track and register the model. The experiment name has been provided to you in the first variable. [Documentation link](https://mlflow.org/docs/latest/python_api/mlflow.html#mlflow.set_experiment)"],"metadata":{"nteract":{"transient":{"deleting":false}}},"id":"05f14c02-e1d4-4009-9310-b42148ca82b4"},{"cell_type":"code","source":["# Create Experiment to Track and register model with mlflow\n","EXPERIMENT_NAME = \"heartfailure_prediction\"\n","\n","#Enter code here to create an experiment\n","mlflow.\n","\n","#This line of code enables user-started runs to be tracked\n","mlflow.autolog(exclusive=False)"],"outputs":[{"output_type":"display_data","data":{"application/vnd.livy.statement-meta+json":{"spark_pool":null,"session_id":"3f766ed0-1822-4de7-a442-f95c127f87cf","statement_id":6,"statement_ids":[6],"state":"finished","livy_statement_state":"available","queued_time":"2024-06-19T13:28:55.4267707Z","session_start_time":null,"execution_start_time":"2024-06-19T13:28:55.81991Z","execution_finish_time":"2024-06-19T13:29:06.6805267Z","parent_msg_id":"19045b0f-3f5e-4fe5-8446-1d7e962b914e"},"text/plain":"StatementMeta(, 3f766ed0-1822-4de7-a442-f95c127f87cf, 6, Finished, Available)"},"metadata":{}},{"output_type":"stream","name":"stderr","text":["2024/06/19 13:29:06 INFO mlflow.tracking.fluent: Autologging successfully enabled for lightgbm.\n2024/06/19 13:29:06 INFO mlflow.tracking.fluent: Autologging successfully enabled for sklearn.\n"]}],"execution_count":4,"metadata":{"jupyter":{"source_hidden":false,"outputs_hidden":false},"nteract":{"transient":{"deleting":false}},"microsoft":{"language":"python","language_group":"synapse_pyspark"}},"id":"672e1230-71fa-475a-9fd5-fd9d3ec12ccb"},{"cell_type":"markdown","source":["#### Part 2 Instructions\n","Now, read the delta table that you saved into the lakehouse on notebook 2. Refer to previous notebooks if needed."],"metadata":{"nteract":{"transient":{"deleting":false}}},"id":"3dcec51a-236e-49c5-82a8-ae120908a2e7"},{"cell_type":"code","source":["#Enter code to read the delta table from the lakehouse\n","data_df = \n","\n","#Display the schema and a preview of the loaded dataframe\n","data_df.printSchema()\n","display(data_df)"],"outputs":[{"output_type":"display_data","data":{"application/vnd.livy.statement-meta+json":{"spark_pool":null,"session_id":"be009a0d-f936-4196-a3aa-31e411e3c3c2","statement_id":6,"statement_ids":[6],"state":"finished","livy_statement_state":"available","queued_time":"2024-06-10T19:22:09.6333454Z","session_start_time":null,"execution_start_time":"2024-06-10T19:22:10.188978Z","execution_finish_time":"2024-06-10T19:22:16.8792153Z","parent_msg_id":"9878ff77-ba7a-4754-b602-ff1ce92e709e"},"text/plain":"StatementMeta(, be009a0d-f936-4196-a3aa-31e411e3c3c2, 6, Finished, Available)"},"metadata":{}},{"output_type":"stream","name":"stdout","text":["root\n |-- Sex: long (nullable = true)\n |-- ChestPainType: long (nullable = true)\n |-- RestingECG: long (nullable = true)\n |-- ExerciseAngina: long (nullable = true)\n |-- ST_Slope: long (nullable = true)\n |-- Age: integer (nullable = true)\n |-- RestingBP: integer (nullable = true)\n |-- Cholesterol: integer (nullable = true)\n |-- FastingBS: integer (nullable = true)\n |-- MaxHR: integer (nullable = true)\n |-- Oldpeak: double (nullable = true)\n |-- HeartDisease: integer (nullable = true)\n\n"]},{"output_type":"display_data","data":{"application/vnd.synapse.widget-view+json":{"widget_id":"fcf3065d-1f78-4673-9772-9febb4f656cc","widget_type":"Synapse.DataFrame"},"text/plain":"SynapseWidget(Synapse.DataFrame, fcf3065d-1f78-4673-9772-9febb4f656cc)"},"metadata":{}}],"execution_count":3,"metadata":{"jupyter":{"source_hidden":false,"outputs_hidden":false},"nteract":{"transient":{"deleting":false}},"microsoft":{"language":"python","language_group":"synapse_pyspark"},"collapsed":false},"id":"dd7054e1-d116-4556-bdf8-8dd11e6f1eed"},{"cell_type":"markdown","source":["#### Part 3 instructions\n","You now have to perform a random split of your data to obtain a training and a testing sub-datasets. Run the following 2 code cells as they are, the comments explain what is happening at each stage."],"metadata":{"nteract":{"transient":{"deleting":false}}},"id":"8fda7850-4185-4069-ac4f-e4ef26782e7c"},{"cell_type":"code","source":["#First, convert your dataframe to a Pandas dataframe\n","data_df = data_df.toPandas()"],"outputs":[{"output_type":"display_data","data":{"application/vnd.livy.statement-meta+json":{"spark_pool":null,"session_id":"be009a0d-f936-4196-a3aa-31e411e3c3c2","statement_id":8,"statement_ids":[8],"state":"finished","livy_statement_state":"available","queued_time":"2024-06-10T19:22:27.5391726Z","session_start_time":null,"execution_start_time":"2024-06-10T19:22:28.1427398Z","execution_finish_time":"2024-06-10T19:22:29.6978445Z","parent_msg_id":"414164e8-05d4-4d0f-baff-887982b07a9f"},"text/plain":"StatementMeta(, be009a0d-f936-4196-a3aa-31e411e3c3c2, 8, Finished, Available)"},"metadata":{}}],"execution_count":5,"metadata":{"jupyter":{"source_hidden":false,"outputs_hidden":false},"nteract":{"transient":{"deleting":false}},"microsoft":{"language":"python","language_group":"synapse_pyspark"}},"id":"1020a34d-117d-413f-b7c1-7bb3b200d724"},{"cell_type":"code","source":["#Import the train_test_split function from sklearn\n","from sklearn.model_selection import train_test_split\n","\n","#Set the seed for the random splitter\n","SEED = 12345\n","\n","#Separate your dataframe into y, the feature data and x, the label data\n","y = data_df[\"HeartDisease\"]\n","X = data_df.drop(\"HeartDisease\",axis=1)"],"outputs":[{"output_type":"display_data","data":{"application/vnd.livy.statement-meta+json":{"spark_pool":null,"session_id":"be009a0d-f936-4196-a3aa-31e411e3c3c2","statement_id":9,"statement_ids":[9],"state":"finished","livy_statement_state":"available","queued_time":"2024-06-10T19:22:44.9957125Z","session_start_time":null,"execution_start_time":"2024-06-10T19:22:45.5520859Z","execution_finish_time":"2024-06-10T19:22:45.8206494Z","parent_msg_id":"b30635d4-6504-4a17-adb0-8e47c36f4281"},"text/plain":"StatementMeta(, be009a0d-f936-4196-a3aa-31e411e3c3c2, 9, Finished, Available)"},"metadata":{}}],"execution_count":6,"metadata":{"jupyter":{"source_hidden":false,"outputs_hidden":false},"nteract":{"transient":{"deleting":false}},"microsoft":{"language":"python","language_group":"synapse_pyspark"}},"id":"c1ce97d1-f167-49b2-b9ea-bbbb528668d1"},{"cell_type":"markdown","source":["Now, perform the split of data according to the following groups: 60% training (x_train and y_train), 20% testing (x_test and y_test) and 20% validation (x_val and y_val). Use the train_test_split function you previously imported. [Documentation Link](https://scikit-learn.org/stable/modules/generated/sklearn.model_selection.train_test_split.html)"],"metadata":{"nteract":{"transient":{"deleting":false}},"microsoft":{"language":"python","language_group":"synapse_pyspark"}},"id":"584daef4-45ef-432e-bb5f-8345a8ee4ffc"},{"cell_type":"code","source":["# First split the data into training and testing. Make the training portion 60% and the rest testing. \n","\n","X_train, ... =\n","# Now, with your existing testing dataset, split it evenly into testing and validation.\n","\n","X_train, ... ="],"outputs":[],"execution_count":null,"metadata":{"jupyter":{"source_hidden":false,"outputs_hidden":false},"nteract":{"transient":{"deleting":false}},"microsoft":{"language":"python","language_group":"synapse_pyspark"}},"id":"2033814e-6f1f-444e-9551-0dea85651ad1"},{"cell_type":"markdown","source":["#### Part 4 Instructions\n","You will now create a run with the experiment you previously started. You will be using a random forest classifier from the SK Learn library. \n","\n","[Quick RandomForestClassifier function documentation](https://scikit-learn.org/stable/modules/generated/sklearn.ensemble.RandomForestClassifier.html)\n","\n","[In-depth explanation of random forest classifiers](https://scikit-learn.org/stable/modules/generated/sklearn.ensemble.RandomForestClassifier.html)"],"metadata":{"nteract":{"transient":{"deleting":false}},"microsoft":{"language":"python","language_group":"synapse_pyspark"}},"id":"93eece29-533c-4efb-93a9-09b467d18d08"},{"cell_type":"code","source":["#Import the required libraries by running this code cell\n","from sklearn.model_selection import train_test_split\n","from lightgbm import LGBMClassifier\n","from sklearn.ensemble import RandomForestClassifier\n","from sklearn.metrics import accuracy_score, f1_score, precision_score, confusion_matrix, recall_score, roc_auc_score, classification_report"],"outputs":[],"execution_count":null,"metadata":{"jupyter":{"source_hidden":false,"outputs_hidden":false},"nteract":{"transient":{"deleting":false}},"microsoft":{"language":"python","language_group":"synapse_pyspark"}},"id":"884583a4-4ca3-45a8-a504-9590bd00d3e4"},{"cell_type":"markdown","source":["Before starting, register the model in mlflow with autologging. Use the mlflow.sklearn.autolog function, which allows you to track sklearn models in mlflow. Make sure to use 'rfc1_sm' as your registered model name. [Documentation Link](https://mlflow.org/docs/latest/python_api/mlflow.sklearn.html#mlflow.sklearn.autolog)"],"metadata":{"nteract":{"transient":{"deleting":false}},"microsoft":{"language":"python","language_group":"synapse_pyspark"}},"id":"2f0d75a3-9ccc-4e56-b559-3d771c8d235e"},{"cell_type":"code","source":["# Register the trained model with autologging\n","mlflow."],"outputs":[],"execution_count":null,"metadata":{"jupyter":{"source_hidden":false,"outputs_hidden":false},"nteract":{"transient":{"deleting":false}},"microsoft":{"language":"python","language_group":"synapse_pyspark"}},"id":"6c50c148-ff9e-4e2e-be3a-177aba988802"},{"cell_type":"markdown","source":["Now, set your registered model name to a Random Forest Classifier. Use the link under the Part 4 instructions for more information about the RandomForestClassfier function. For the hyperparameters, use a max depth of 4, a max features of 4, a minimum sample split of 3 and a random state of 1."],"metadata":{"nteract":{"transient":{"deleting":false}},"microsoft":{"language":"python","language_group":"synapse_pyspark"}},"id":"873f2639-75c1-4841-83cc-2425f0b306d8"},{"cell_type":"code","source":["rfc1_sm = "],"outputs":[],"execution_count":null,"metadata":{"jupyter":{"source_hidden":false,"outputs_hidden":false},"nteract":{"transient":{"deleting":false}},"microsoft":{"language":"python","language_group":"synapse_pyspark"}},"id":"0a1c5fd0-5361-4c99-aa38-65ffb9fd14ce"},{"cell_type":"markdown","source":["Once you have set the model, you will start a training run in mlflow to fit your model to the data. Name your run 'rfc1_sm' [Documentation Link](https://mlflow.org/docs/latest/python_api/mlflow.html#mlflow.start_run).\n","\n","You will need to perform a variety of different actions in the run, but they must all be in the same code cell. Here you will find a labeled list of helpful links for each step. You must add one line of code in between each comment line.\n","\n","1. [model.fit](https://scikit-learn.org/stable/modules/generated/sklearn.ensemble.RandomForestClassifier.html#sklearn.ensemble.RandomForestClassifier.fit)\n","1. [model.score](https://scikit-learn.org/stable/modules/generated/sklearn.ensemble.RandomForestClassifier.html#sklearn.ensemble.RandomForestClassifier.score)\n","1. [model.predict](https://scikit-learn.org/stable/modules/generated/sklearn.ensemble.RandomForestClassifier.html#sklearn.ensemble.RandomForestClassifier.predict)\n","1. [classification_report](https://scikit-learn.org/stable/modules/generated/sklearn.metrics.classification_report.html#classification-report)\n","1. [confusion_matrix](https://scikit-learn.org/stable/modules/generated/sklearn.metrics.confusion_matrix.html#confusion-matrix)\n","1. [roc_auc_score](https://scikit-learn.org/stable/modules/generated/sklearn.metrics.roc_auc_score.html#roc-auc-score) & [predict_proba](https://scikit-learn.org/stable/modules/generated/sklearn.calibration.CalibratedClassifierCV.html#sklearn.calibration.CalibratedClassifierCV.predict_proba)\n"],"metadata":{"nteract":{"transient":{"deleting":false}},"microsoft":{"language":"python","language_group":"synapse_pyspark"}},"id":"6dbf7e20-7087-4f93-8d7f-b8d6a00df0f4"},{"cell_type":"code","source":["with \"use the start_run function here\" as run:\n"," rfc1_sm_run_id = #Enter code here to capture run id\n"," print(\"run_id: {}; status: {}\".format(rfc1_sm_run_id, run.info.status)) #This line prints the run ID and status\n"," #1 Fit the model on the train data you previously split\n"," \n"," #2 Score the model with the training data (x_train,...) to obtain the precision of the model\n"," \n"," #3 Generate predictions using the training feature data\n"," y_pred = \n"," #4 Create a classification report comparing your step 3 predictions (y_pred) with the actual values (y_train)\n"," cr_rfc1_sm = \n"," #5 Create a confusion matrix comparing your step 3 predictions with the actual values (y_train)\n"," cm_rfc1_sm = \n"," #6 Calculate the auc score with the training data. Use the predict_proba function for your predictions.\n"," roc_auc_rfc1_sm = "],"outputs":[],"execution_count":null,"metadata":{"jupyter":{"source_hidden":false,"outputs_hidden":false},"nteract":{"transient":{"deleting":false}},"microsoft":{"language":"python","language_group":"synapse_pyspark"}},"id":"f90ced8f-a251-49c0-aefe-f4e51955af7b"},{"cell_type":"markdown","source":["Display the classification report"],"metadata":{"nteract":{"transient":{"deleting":false}},"microsoft":{"language":"python","language_group":"synapse_pyspark"}},"id":"64b377a9-3cc0-49ab-9b18-869d92294956"},{"cell_type":"code","source":["display(cr_rfc1_sm)"],"outputs":[],"execution_count":null,"metadata":{"jupyter":{"source_hidden":false,"outputs_hidden":false},"nteract":{"transient":{"deleting":false}},"microsoft":{"language":"python","language_group":"synapse_pyspark"}},"id":"1817404a-fc23-4264-b138-1adf69bda2d9"},{"cell_type":"markdown","source":["Display the confusion matrix"],"metadata":{"nteract":{"transient":{"deleting":false}},"microsoft":{"language":"python","language_group":"synapse_pyspark"}},"id":"2e1aa118-acd9-4804-ab8f-ee0caeb0eb2d"},{"cell_type":"code","source":["display(cm_rfc1_sm)"],"outputs":[{"output_type":"display_data","data":{"application/vnd.livy.statement-meta+json":{"spark_pool":null,"session_id":"be009a0d-f936-4196-a3aa-31e411e3c3c2","statement_id":11,"statement_ids":[11],"state":"finished","livy_statement_state":"available","queued_time":"2024-06-10T19:25:09.515554Z","session_start_time":null,"execution_start_time":"2024-06-10T19:25:10.0610164Z","execution_finish_time":"2024-06-10T19:25:10.3453606Z","parent_msg_id":"e626b3c9-0ab4-4af2-b977-4b070ac05198"},"text/plain":"StatementMeta(, be009a0d-f936-4196-a3aa-31e411e3c3c2, 11, Finished, Available)"},"metadata":{}},{"output_type":"display_data","data":{"text/plain":"array([[69, 18],\n [ 8, 89]])"},"metadata":{}}],"execution_count":8,"metadata":{"jupyter":{"source_hidden":false,"outputs_hidden":false},"nteract":{"transient":{"deleting":false}},"microsoft":{"language":"python","language_group":"synapse_pyspark"}},"id":"2e0b9125-e89a-480f-af21-644e57fdca89"},{"cell_type":"markdown","source":["Display the auc score"],"metadata":{"nteract":{"transient":{"deleting":false}},"microsoft":{"language":"python","language_group":"synapse_pyspark"}},"id":"e29c9975-d5db-4776-aef1-dbfdf643b747"},{"cell_type":"code","source":[" display(roc_auc_rfc1_sm)"],"outputs":[{"output_type":"display_data","data":{"application/vnd.livy.statement-meta+json":{"spark_pool":null,"session_id":"be009a0d-f936-4196-a3aa-31e411e3c3c2","statement_id":12,"statement_ids":[12],"state":"finished","livy_statement_state":"available","queued_time":"2024-06-10T19:26:34.2299026Z","session_start_time":null,"execution_start_time":"2024-06-10T19:26:34.7453269Z","execution_finish_time":"2024-06-10T19:26:35.0175372Z","parent_msg_id":"40faa8b0-b526-4095-853e-fdbe514f0e90"},"text/plain":"StatementMeta(, be009a0d-f936-4196-a3aa-31e411e3c3c2, 12, Finished, Available)"},"metadata":{}},{"output_type":"display_data","data":{"text/plain":"0.9669833380099144"},"metadata":{}}],"execution_count":9,"metadata":{"jupyter":{"source_hidden":false,"outputs_hidden":false},"nteract":{"transient":{"deleting":false}},"microsoft":{"language":"python","language_group":"synapse_pyspark"}},"id":"366a5b4f-090b-49c3-9e35-68087f78f449"},{"cell_type":"markdown","source":["#### Part 5 instructions\n","You have now a trained and saved model. While you have explored its performance with the training data, you will now complete a final check with the validation dataset. In this section you will also explore loading a previously trained model."],"metadata":{"nteract":{"transient":{"deleting":false}},"microsoft":{"language":"python","language_group":"synapse_pyspark"}},"id":"3a23fa7d-db7b-4fc2-977b-5ae1dc1b4bfb"},{"cell_type":"markdown","source":["Load the model using MLFlow. [Documentation Link](https://mlflow.org/docs/latest/python_api/mlflow.sklearn.html#mlflow.sklearn.load_model)"],"metadata":{"nteract":{"transient":{"deleting":false}},"microsoft":{"language":"python","language_group":"synapse_pyspark"}},"id":"6e799069-1b8e-4198-ad5b-fecc9849f78e"},{"cell_type":"code","source":["#Load the model\n","load_model="],"outputs":[],"execution_count":null,"metadata":{"jupyter":{"source_hidden":false,"outputs_hidden":false},"nteract":{"transient":{"deleting":false}},"microsoft":{"language":"python","language_group":"synapse_pyspark"}},"id":"ce3ed83f-e967-4284-aabf-feee5fc0508a"},{"cell_type":"markdown","source":["Now, generate predictions with the validation data (X_val). Refer to Part 4 for documentation."],"metadata":{"nteract":{"transient":{"deleting":false}},"microsoft":{"language":"python","language_group":"synapse_pyspark"}},"id":"da13db15-4221-40ae-abc2-13ddd849f74a"},{"cell_type":"code","source":["#Generate predictions\n","y_pred_val="],"outputs":[],"execution_count":null,"metadata":{"jupyter":{"source_hidden":false,"outputs_hidden":false},"nteract":{"transient":{"deleting":false}},"microsoft":{"language":"python","language_group":"synapse_pyspark"}},"id":"e44611ff-38d5-4080-af56-e899d9ce3e78"},{"cell_type":"markdown","source":["To check the model accuracy, recalculate the clasification report, confusion matrix and auc score. Refer to Part 4 for documentation. Use y_val (actual values) and y_pred_val (predicted values)."],"metadata":{"nteract":{"transient":{"deleting":false}},"microsoft":{"language":"python","language_group":"synapse_pyspark"}},"id":"d8b3e216-93ff-41e1-a066-27ca2bf1ad33"},{"cell_type":"code","source":["#Calculate the classification report\n","cr_val=\n","#Calculate the confusion matrix\n","cm_val=\n","#Calculate the auc score\n","roc_auc_val="],"outputs":[],"execution_count":null,"metadata":{"jupyter":{"source_hidden":false,"outputs_hidden":false},"nteract":{"transient":{"deleting":false}},"microsoft":{"language":"python","language_group":"synapse_pyspark"}},"id":"8968d800-a0eb-4fd8-b5a9-e63901263959"},{"cell_type":"markdown","source":["Display the classification report"],"metadata":{"nteract":{"transient":{"deleting":false}},"microsoft":{"language":"python","language_group":"synapse_pyspark"}},"id":"226998b6-fd73-4438-9c3b-a7d76ad3b622"},{"cell_type":"code","source":["display(cr_val)"],"outputs":[],"execution_count":null,"metadata":{"jupyter":{"source_hidden":false,"outputs_hidden":false},"nteract":{"transient":{"deleting":false}},"microsoft":{"language":"python","language_group":"synapse_pyspark"}},"id":"4e307f38-7b43-44e5-a82a-44c14b3f44ab"},{"cell_type":"markdown","source":["Display the confusion matrix"],"metadata":{"nteract":{"transient":{"deleting":false}},"microsoft":{"language":"python","language_group":"synapse_pyspark"}},"id":"6f3a1e21-c0d1-448a-a274-5a801eb1562e"},{"cell_type":"code","source":["display(cm_val)"],"outputs":[],"execution_count":null,"metadata":{"jupyter":{"source_hidden":false,"outputs_hidden":false},"nteract":{"transient":{"deleting":false}},"microsoft":{"language":"python","language_group":"synapse_pyspark"}},"id":"00659904-13f4-4a93-a321-7f0da2fd5542"},{"cell_type":"markdown","source":["Display the auc score"],"metadata":{"nteract":{"transient":{"deleting":false}},"microsoft":{"language":"python","language_group":"synapse_pyspark"}},"id":"18844947-8cad-4f18-a470-fb0bba8b02fa"},{"cell_type":"code","source":["display(roc_auc_val)"],"outputs":[],"execution_count":null,"metadata":{"jupyter":{"source_hidden":false,"outputs_hidden":false},"nteract":{"transient":{"deleting":false}},"microsoft":{"language":"python","language_group":"synapse_pyspark"}},"id":"e2b16370-2518-4ec4-a1d3-d68717c1d6c4"}],"metadata":{"language_info":{"name":"python"},"kernelspec":{"name":"synapse_pyspark","language":"Python","display_name":"Synapse PySpark"},"widgets":{},"kernel_info":{"name":"synapse_pyspark"},"notebook_environment":{},"microsoft":{"language":"python","language_group":"synapse_pyspark","ms_spell_check":{"ms_spell_check_language":"en"}},"nteract":{"version":"nteract-front-end@1.0.0"},"synapse_widget":{"version":"0.1","state":{"fcf3065d-1f78-4673-9772-9febb4f656cc":{"type":"Synapse.DataFrame","sync_state":{"table":{"rows":[{"0":"1","1":"0","2":"2","3":"0","4":"2","5":"54","6":"150","7":"365","8":"0","9":"134","10":"1.0","11":"0","index":1},{"0":"1","1":"1","2":"2","3":"0","4":"2","5":"54","6":"160","7":"195","8":"0","9":"130","10":"1.0","11":"0","index":2},{"0":"1","1":"3","2":"1","3":"0","4":"2","5":"54","6":"120","7":"171","8":"0","9":"137","10":"2.0","11":"0","index":3},{"0":"0","1":"1","2":"1","3":"0","4":"2","5":"54","6":"120","7":"221","8":"0","9":"138","10":"1.0","11":"0","index":4},{"0":"1","1":"2","2":"2","3":"0","4":"2","5":"54","6":"133","7":"203","8":"0","9":"137","10":"0.2","11":"0","index":5},{"0":"1","1":"1","2":"2","3":"0","4":"2","5":"54","6":"132","7":"182","8":"0","9":"141","10":"0.1","11":"0","index":6},{"0":"1","1":"2","2":"0","3":"0","4":"0","5":"54","6":"125","7":"273","8":"0","9":"152","10":"0.5","11":"0","index":7},{"0":"1","1":"2","2":"0","3":"0","4":"2","5":"54","6":"150","7":"232","8":"0","9":"165","10":"1.6","11":"0","index":8},{"0":"1","1":"0","2":"1","3":"0","4":"2","5":"54","6":"140","7":"239","8":"0","9":"160","10":"1.2","11":"0","index":9},{"0":"0","1":"0","2":"1","3":"0","4":"2","5":"48","6":"108","7":"163","8":"0","9":"175","10":"2.0","11":"0","index":10},{"0":"1","1":"1","2":"2","3":"0","4":"2","5":"39","6":"120","7":"241","8":"0","9":"146","10":"2.0","11":"0","index":11},{"0":"1","1":"1","2":"1","3":"0","4":"2","5":"62","6":"140","7":"271","8":"0","9":"152","10":"1.0","11":"0","index":12},{"0":"0","1":"2","2":"1","3":"0","4":"2","5":"51","6":"150","7":"200","8":"0","9":"120","10":"0.5","11":"0","index":13},{"0":"0","1":"1","2":"2","3":"0","4":"2","5":"48","6":"133","7":"308","8":"0","9":"156","10":"2.0","11":"0","index":14},{"0":"0","1":"1","2":"1","3":"0","4":"2","5":"47","6":"140","7":"257","8":"0","9":"135","10":"1.0","11":"0","index":15},{"0":"1","1":"3","2":"1","3":"0","4":"2","5":"65","6":"140","7":"252","8":"0","9":"135","10":"0.3","11":"0","index":16},{"0":"1","1":"0","2":"1","3":"0","4":"2","5":"60","6":"136","7":"195","8":"0","9":"126","10":"0.3","11":"0","index":17},{"0":"1","1":"2","2":"2","3":"0","4":"2","5":"35","6":"123","7":"161","8":"0","9":"153","10":"-0.1","11":"0","index":18},{"0":"1","1":"2","2":"1","3":"0","4":"2","5":"45","6":"130","7":"236","8":"0","9":"144","10":"0.1","11":"0","index":19},{"0":"1","1":"1","2":"1","3":"0","4":"2","5":"61","6":"139","7":"283","8":"0","9":"135","10":"0.3","11":"0","index":20},{"0":"1","1":"2","2":"0","3":"0","4":"0","5":"76","6":"104","7":"113","8":"0","9":"120","10":"3.5","11":"1","index":21},{"0":"1","1":"0","2":"2","3":"0","4":"2","5":"48","6":"132","7":"272","8":"0","9":"139","10":"0.2","11":"0","index":22},{"0":"1","1":"0","2":"1","3":"0","4":"2","5":"66","6":"112","7":"261","8":"0","9":"140","10":"1.5","11":"1","index":23},{"0":"1","1":"2","2":"0","3":"0","4":"2","5":"69","6":"142","7":"271","8":"0","9":"126","10":"0.3","11":"0","index":24},{"0":"1","1":"1","2":"2","3":"0","4":"2","5":"63","6":"136","7":"165","8":"0","9":"133","10":"0.2","11":"0","index":25},{"0":"1","1":"2","2":"2","3":"0","4":"2","5":"55","6":"133","7":"185","8":"0","9":"136","10":"0.2","11":"0","index":26},{"0":"1","1":"3","2":"2","3":"0","4":"2","5":"62","6":"135","7":"139","8":"0","9":"137","10":"0.2","11":"0","index":27},{"0":"1","1":"1","2":"1","3":"0","4":"2","5":"57","6":"124","7":"261","8":"0","9":"141","10":"0.3","11":"1","index":28},{"0":"1","1":"0","2":"1","3":"0","4":"2","5":"65","6":"120","7":"177","8":"0","9":"140","10":"0.4","11":"0","index":29},{"0":"1","1":"0","2":"1","3":"0","4":"2","5":"47","6":"112","7":"204","8":"0","9":"143","10":"0.1","11":"0","index":30},{"0":"0","1":"2","2":"1","3":"0","4":"2","5":"48","6":"130","7":"275","8":"0","9":"139","10":"0.2","11":"0","index":31},{"0":"0","1":"2","2":"0","3":"0","4":"2","5":"51","6":"120","7":"295","8":"0","9":"157","10":"0.6","11":"0","index":32},{"0":"1","1":"0","2":"0","3":"0","4":"2","5":"66","6":"160","7":"228","8":"0","9":"138","10":"2.3","11":"0","index":33},{"0":"1","1":"2","2":"0","3":"0","4":"2","5":"49","6":"118","7":"149","8":"0","9":"126","10":"0.8","11":"1","index":34},{"0":"0","1":"3","2":"1","3":"0","4":"2","5":"60","6":"150","7":"240","8":"0","9":"171","10":"0.9","11":"0","index":35},{"0":"0","1":"0","2":"1","3":"0","4":"2","5":"67","6":"106","7":"223","8":"0","9":"142","10":"0.3","11":"0","index":36},{"0":"1","1":"1","2":"1","3":"0","4":"2","5":"56","6":"120","7":"236","8":"0","9":"178","10":"0.8","11":"0","index":37},{"0":"1","1":"3","2":"0","3":"0","4":"2","5":"42","6":"148","7":"244","8":"0","9":"178","10":"0.8","11":"0","index":38},{"0":"1","1":"3","2":"0","3":"0","4":"0","5":"59","6":"178","7":"270","8":"0","9":"145","10":"4.2","11":"0","index":39},{"0":"1","1":"0","2":"1","3":"0","4":"2","5":"52","6":"125","7":"212","8":"0","9":"168","10":"1.0","11":"1","index":40},{"0":"1","1":"0","2":"1","3":"0","4":"2","5":"58","6":"100","7":"234","8":"0","9":"156","10":"0.1","11":"1","index":41},{"0":"0","1":"2","2":"1","3":"0","4":"2","5":"64","6":"140","7":"313","8":"0","9":"133","10":"0.2","11":"0","index":42},{"0":"0","1":"1","2":"1","3":"0","4":"2","5":"50","6":"120","7":"244","8":"0","9":"162","10":"1.1","11":"0","index":43},{"0":"1","1":"0","2":"0","3":"0","4":"2","5":"46","6":"120","7":"249","8":"0","9":"144","10":"0.8","11":"1","index":44},{"0":"0","1":"3","2":"1","3":"0","4":"0","5":"66","6":"150","7":"226","8":"0","9":"114","10":"2.6","11":"0","index":45},{"0":"0","1":"2","2":"0","3":"0","4":"2","5":"65","6":"160","7":"360","8":"0","9":"151","10":"0.8","11":"0","index":46},{"0":"1","1":"1","2":"1","3":"0","4":"2","5":"52","6":"134","7":"201","8":"0","9":"158","10":"0.8","11":"0","index":47},{"0":"0","1":"1","2":"1","3":"0","4":"2","5":"34","6":"118","7":"210","8":"0","9":"192","10":"0.7","11":"0","index":48},{"0":"1","1":"2","2":"0","3":"0","4":"2","5":"58","6":"132","7":"224","8":"0","9":"173","10":"3.2","11":"1","index":49},{"0":"0","1":"2","2":"0","3":"0","4":"2","5":"51","6":"130","7":"256","8":"0","9":"149","10":"0.5","11":"0","index":50},{"0":"1","1":"2","2":"1","3":"0","4":"2","5":"43","6":"130","7":"315","8":"0","9":"162","10":"1.9","11":"0","index":51},{"0":"0","1":"3","2":"1","3":"0","4":"2","5":"69","6":"140","7":"239","8":"0","9":"151","10":"1.8","11":"0","index":52},{"0":"1","1":"2","2":"1","3":"0","4":"2","5":"68","6":"118","7":"277","8":"0","9":"151","10":"1.0","11":"0","index":53},{"0":"1","1":"2","2":"1","3":"0","4":"0","5":"37","6":"130","7":"250","8":"0","9":"187","10":"3.5","11":"0","index":54},{"0":"0","1":"1","2":"0","3":"0","4":"2","5":"41","6":"130","7":"204","8":"0","9":"172","10":"1.4","11":"0","index":55},{"0":"1","1":"2","2":"1","3":"0","4":"2","5":"57","6":"150","7":"168","8":"0","9":"174","10":"1.6","11":"0","index":56},{"0":"0","1":"0","2":"1","3":"0","4":"2","5":"35","6":"138","7":"183","8":"0","9":"182","10":"1.4","11":"0","index":57},{"0":"0","1":"0","2":"0","3":"0","4":"0","5":"62","6":"160","7":"164","8":"0","9":"145","10":"6.2","11":"1","index":58},{"0":"1","1":"1","2":"1","3":"0","4":"2","5":"52","6":"120","7":"325","8":"0","9":"172","10":"0.2","11":"0","index":59},{"0":"0","1":"0","2":"0","3":"0","4":"0","5":"62","6":"140","7":"268","8":"0","9":"160","10":"3.6","11":"1","index":60},{"0":"0","1":"2","2":"0","3":"0","4":"2","5":"51","6":"140","7":"308","8":"0","9":"142","10":"1.5","11":"0","index":61},{"0":"1","1":"0","2":"0","3":"0","4":"2","5":"65","6":"110","7":"248","8":"0","9":"158","10":"0.6","11":"1","index":62},{"0":"0","1":"2","2":"1","3":"0","4":"2","5":"65","6":"155","7":"269","8":"0","9":"148","10":"0.8","11":"0","index":63},{"0":"1","1":"2","2":"1","3":"0","4":"2","5":"51","6":"110","7":"175","8":"0","9":"123","10":"0.6","11":"0","index":64},{"0":"0","1":"1","2":"1","3":"0","4":"2","5":"71","6":"160","7":"302","8":"0","9":"162","10":"0.4","11":"0","index":65},{"0":"1","1":"0","2":"1","3":"0","4":"2","5":"43","6":"150","7":"247","8":"0","9":"171","10":"1.5","11":"0","index":66},{"0":"1","1":"1","2":"1","3":"0","4":"2","5":"49","6":"130","7":"266","8":"0","9":"171","10":"0.6","11":"0","index":67},{"0":"1","1":"1","2":"1","3":"0","4":"0","5":"48","6":"110","7":"229","8":"0","9":"168","10":"1.0","11":"1","index":68},{"0":"1","1":"3","2":"1","3":"0","4":"2","5":"59","6":"134","7":"204","8":"0","9":"162","10":"0.8","11":"1","index":69},{"0":"1","1":"0","2":"2","3":"0","4":"0","5":"58","6":"114","7":"318","8":"0","9":"140","10":"4.4","11":"1","index":70},{"0":"0","1":"1","2":"1","3":"0","4":"2","5":"55","6":"132","7":"342","8":"0","9":"166","10":"1.2","11":"0","index":71},{"0":"1","1":"2","2":"1","3":"1","4":"2","5":"56","6":"130","7":"276","8":"0","9":"128","10":"1.0","11":"0","index":72},{"0":"0","1":"2","2":"1","3":"1","4":"2","5":"51","6":"130","7":"220","8":"0","9":"160","10":"2.0","11":"0","index":73},{"0":"1","1":"0","2":"2","3":"1","4":"0","5":"60","6":"132","7":"218","8":"0","9":"140","10":"1.5","11":"1","index":74},{"0":"1","1":"0","2":"2","3":"1","4":"2","5":"55","6":"142","7":"228","8":"0","9":"149","10":"2.5","11":"1","index":75},{"0":"1","1":"0","2":"1","3":"1","4":"0","5":"63","6":"170","7":"177","8":"0","9":"84","10":"2.5","11":"1","index":76},{"0":"1","1":"0","2":"2","3":"1","4":"2","5":"77","6":"124","7":"171","8":"0","9":"110","10":"2.0","11":"1","index":77},{"0":"1","1":"0","2":"1","3":"1","4":"0","5":"59","6":"122","7":"233","8":"0","9":"117","10":"1.3","11":"1","index":78},{"0":"1","1":"0","2":"2","3":"1","4":"2","5":"62","6":"152","7":"153","8":"0","9":"97","10":"1.6","11":"1","index":79},{"0":"1","1":"0","2":"1","3":"1","4":"0","5":"61","6":"146","7":"241","8":"0","9":"148","10":"3.0","11":"1","index":80},{"0":"1","1":"0","2":"1","3":"1","4":"0","5":"65","6":"136","7":"248","8":"0","9":"140","10":"4.0","11":"1","index":81},{"0":"1","1":"0","2":"2","3":"1","4":"2","5":"63","6":"96","7":"305","8":"0","9":"121","10":"1.0","11":"1","index":82},{"0":"1","1":"0","2":"2","3":"1","4":"0","5":"61","6":"120","7":"282","8":"0","9":"135","10":"4.0","11":"1","index":83},{"0":"1","1":"0","2":"0","3":"1","4":"2","5":"50","6":"144","7":"349","8":"0","9":"120","10":"1.0","11":"1","index":84},{"0":"1","1":"0","2":"1","3":"1","4":"0","5":"59","6":"125","7":"222","8":"0","9":"135","10":"2.5","11":"1","index":85},{"0":"1","1":"0","2":"2","3":"1","4":"0","5":"70","6":"170","7":"192","8":"0","9":"129","10":"3.0","11":"1","index":86},{"0":"1","1":"0","2":"1","3":"1","4":"0","5":"64","6":"134","7":"273","8":"0","9":"102","10":"4.0","11":"1","index":87},{"0":"1","1":"0","2":"1","3":"1","4":"0","5":"38","6":"110","7":"289","8":"0","9":"105","10":"1.5","11":"1","index":88},{"0":"1","1":"0","2":"2","3":"1","4":"0","5":"56","6":"128","7":"223","8":"0","9":"119","10":"2.0","11":"1","index":89},{"0":"1","1":"0","2":"0","3":"1","4":"0","5":"57","6":"156","7":"173","8":"0","9":"119","10":"3.0","11":"1","index":90},{"0":"1","1":"0","2":"1","3":"1","4":"2","5":"48","6":"140","7":"208","8":"0","9":"159","10":"1.5","11":"1","index":91},{"0":"1","1":"0","2":"0","3":"1","4":"0","5":"55","6":"120","7":"226","8":"0","9":"127","10":"1.7","11":"1","index":92},{"0":"1","1":"0","2":"1","3":"1","4":"0","5":"74","6":"155","7":"310","8":"0","9":"112","10":"1.5","11":"1","index":93},{"0":"0","1":"1","2":"0","3":"1","4":"2","5":"74","6":"120","7":"269","8":"0","9":"121","10":"0.2","11":"0","index":94},{"0":"1","1":"3","2":"1","3":"1","4":"2","5":"40","6":"140","7":"199","8":"0","9":"178","10":"1.4","11":"0","index":95},{"0":"1","1":"0","2":"0","3":"1","4":"0","5":"59","6":"170","7":"326","8":"0","9":"140","10":"3.4","11":"1","index":96},{"0":"1","1":"0","2":"0","3":"1","4":"2","5":"61","6":"140","7":"207","8":"0","9":"138","10":"1.9","11":"1","index":97},{"0":"1","1":"2","2":"1","3":"1","4":"2","5":"44","6":"130","7":"233","8":"0","9":"179","10":"0.4","11":"0","index":98},{"0":"0","1":"0","2":"1","3":"1","4":"2","5":"57","6":"120","7":"354","8":"0","9":"163","10":"0.6","11":"0","index":99},{"0":"1","1":"0","2":"0","3":"1","4":"2","5":"58","6":"150","7":"270","8":"0","9":"111","10":"0.8","11":"1","index":100},{"0":"1","1":"0","2":"0","3":"1","4":"2","5":"66","6":"112","7":"212","8":"0","9":"132","10":"0.1","11":"1","index":101},{"0":"1","1":"0","2":"0","3":"1","4":"0","5":"64","6":"120","7":"246","8":"0","9":"96","10":"2.2","11":"1","index":102},{"0":"0","1":"2","2":"0","3":"1","4":"0","5":"46","6":"142","7":"177","8":"0","9":"160","10":"1.4","11":"0","index":103},{"0":"1","1":"3","2":"0","3":"1","4":"2","5":"51","6":"125","7":"213","8":"0","9":"125","10":"1.4","11":"0","index":104},{"0":"1","1":"0","2":"1","3":"1","4":"0","5":"55","6":"140","7":"217","8":"0","9":"111","10":"5.6","11":"1","index":105},{"0":"1","1":"0","2":"1","3":"1","4":"0","5":"70","6":"145","7":"174","8":"0","9":"125","10":"2.6","11":"1","index":106},{"0":"1","1":"0","2":"1","3":"1","4":"2","5":"51","6":"140","7":"299","8":"0","9":"173","10":"1.6","11":"1","index":107},{"0":"1","1":"0","2":"1","3":"1","4":"2","5":"60","6":"130","7":"253","8":"0","9":"144","10":"1.4","11":"1","index":108},{"0":"1","1":"0","2":"1","3":"1","4":"0","5":"44","6":"120","7":"169","8":"0","9":"144","10":"2.8","11":"1","index":109},{"0":"1","1":"0","2":"0","3":"1","4":"2","5":"63","6":"140","7":"187","8":"0","9":"144","10":"4.0","11":"1","index":110},{"0":"1","1":"0","2":"2","3":"1","4":"0","5":"48","6":"122","7":"275","8":"1","9":"150","10":"2.0","11":"1","index":111},{"0":"1","1":"0","2":"0","3":"0","4":"2","5":"51","6":"132","7":"218","8":"1","9":"139","10":"0.1","11":"0","index":112},{"0":"1","1":"3","2":"1","3":"0","4":"2","5":"67","6":"142","7":"270","8":"1","9":"125","10":"2.5","11":"1","index":113},{"0":"1","1":"1","2":"2","3":"0","4":"2","5":"55","6":"110","7":"214","8":"1","9":"180","10":"0.4","11":"0","index":114},{"0":"1","1":"0","2":"1","3":"0","4":"0","5":"58","6":"132","7":"458","8":"1","9":"69","10":"1.0","11":"0","index":115},{"0":"1","1":"0","2":"2","3":"0","4":"2","5":"51","6":"132","7":"227","8":"1","9":"138","10":"0.2","11":"0","index":116},{"0":"1","1":"0","2":"1","3":"1","4":"0","5":"62","6":"158","7":"210","8":"1","9":"112","10":"3.0","11":"1","index":117},{"0":"1","1":"0","2":"2","3":"1","4":"0","5":"74","6":"150","7":"258","8":"1","9":"130","10":"4.0","11":"1","index":118},{"0":"1","1":"3","2":"2","3":"0","4":"0","5":"61","6":"142","7":"200","8":"1","9":"100","10":"1.5","11":"1","index":119},{"0":"1","1":"3","2":"2","3":"0","4":"2","5":"68","6":"139","7":"181","8":"1","9":"135","10":"0.2","11":"0","index":120},{"0":"1","1":"2","2":"2","3":"0","4":"2","5":"53","6":"155","7":"175","8":"1","9":"160","10":"0.3","11":"0","index":121},{"0":"1","1":"0","2":"1","3":"1","4":"0","5":"75","6":"160","7":"310","8":"1","9":"112","10":"2.0","11":"0","index":122},{"0":"1","1":"0","2":"0","3":"1","4":"0","5":"61","6":"190","7":"287","8":"1","9":"150","10":"2.0","11":"1","index":123},{"0":"1","1":"0","2":"0","3":"1","4":"2","5":"58","6":"160","7":"256","8":"1","9":"113","10":"1.0","11":"1","index":124},{"0":"0","1":"0","2":"0","3":"0","4":"2","5":"51","6":"114","7":"258","8":"1","9":"96","10":"1.0","11":"0","index":125},{"0":"1","1":"0","2":"0","3":"0","4":"2","5":"58","6":"140","7":"385","8":"1","9":"135","10":"0.3","11":"0","index":126},{"0":"1","1":"0","2":"0","3":"1","4":"0","5":"53","6":"140","7":"203","8":"1","9":"155","10":"3.1","11":"1","index":127},{"0":"0","1":"2","2":"0","3":"0","4":"2","5":"65","6":"140","7":"417","8":"1","9":"157","10":"0.8","11":"0","index":128},{"0":"1","1":"2","2":"1","3":"0","4":"2","5":"57","6":"150","7":"126","8":"1","9":"173","10":"0.2","11":"0","index":129},{"0":"1","1":"3","2":"0","3":"0","4":"0","5":"63","6":"145","7":"233","8":"1","9":"150","10":"2.3","11":"0","index":130},{"0":"0","1":"0","2":"0","3":"1","4":"0","5":"56","6":"200","7":"288","8":"1","9":"133","10":"4.0","11":"1","index":131},{"0":"1","1":"0","2":"0","3":"1","4":"0","5":"56","6":"130","7":"283","8":"1","9":"103","10":"1.6","11":"1","index":132},{"0":"1","1":"0","2":"1","3":"1","4":"2","5":"60","6":"117","7":"230","8":"1","9":"160","10":"1.4","11":"1","index":133},{"0":"1","1":"2","2":"0","3":"0","4":"0","5":"53","6":"130","7":"197","8":"1","9":"152","10":"1.2","11":"0","index":134},{"0":"1","1":"2","2":"1","3":"0","4":"0","5":"42","6":"120","7":"240","8":"1","9":"194","10":"0.8","11":"0","index":135},{"0":"1","1":"0","2":"1","3":"0","4":"2","5":"52","6":"108","7":"233","8":"1","9":"147","10":"0.1","11":"0","index":136},{"0":"1","1":"0","2":"0","3":"1","4":"2","5":"63","6":"130","7":"330","8":"1","9":"132","10":"1.8","11":"1","index":137},{"0":"0","1":"3","2":"0","3":"0","4":"2","5":"58","6":"150","7":"283","8":"1","9":"162","10":"1.0","11":"0","index":138},{"0":"1","1":"2","2":"1","3":"0","4":"2","5":"59","6":"150","7":"212","8":"1","9":"157","10":"1.6","11":"0","index":139},{"0":"1","1":"2","2":"1","3":"0","4":"2","5":"52","6":"172","7":"199","8":"1","9":"162","10":"0.5","11":"0","index":140},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"56","6":"150","7":"213","8":"1","9":"125","10":"1.0","11":"1","index":141},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"40","6":"120","7":"466","8":"1","9":"152","10":"1.0","11":"1","index":142},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"54","6":"130","7":"603","8":"1","9":"125","10":"1.0","11":"1","index":143},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"41","6":"120","7":"237","8":"1","9":"138","10":"1.0","11":"1","index":144},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"63","6":"160","7":"230","8":"1","9":"105","10":"1.0","11":"1","index":145},{"0":"1","1":"0","2":"0","3":"1","4":"1","5":"51","6":"131","7":"152","8":"1","9":"130","10":"1.0","11":"1","index":146},{"0":"1","1":"0","2":"0","3":"0","4":"1","5":"57","6":"165","7":"289","8":"1","9":"124","10":"1.0","11":"1","index":147},{"0":"0","1":"0","2":"1","3":"1","4":"1","5":"66","6":"178","7":"228","8":"1","9":"165","10":"1.0","11":"1","index":148},{"0":"1","1":"2","2":"1","3":"1","4":"1","5":"61","6":"150","7":"243","8":"1","9":"137","10":"1.0","11":"0","index":149},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"52","6":"128","7":"204","8":"1","9":"156","10":"1.0","11":"1","index":150},{"0":"1","1":"0","2":"0","3":"0","4":"1","5":"59","6":"164","7":"176","8":"1","9":"90","10":"1.0","11":"1","index":151},{"0":"0","1":"2","2":"1","3":"0","4":"1","5":"49","6":"160","7":"180","8":"0","9":"156","10":"1.0","11":"1","index":152},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"49","6":"140","7":"234","8":"0","9":"140","10":"1.0","11":"1","index":153},{"0":"1","1":"0","2":"1","3":"0","4":"1","5":"60","6":"100","7":"248","8":"0","9":"125","10":"1.0","11":"1","index":154},{"0":"1","1":"1","2":"1","3":"0","4":"1","5":"44","6":"120","7":"184","8":"0","9":"142","10":"1.0","11":"0","index":155},{"0":"0","1":"0","2":"1","3":"1","4":"1","5":"48","6":"150","7":"227","8":"0","9":"130","10":"1.0","11":"0","index":156},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"43","6":"120","7":"175","8":"0","9":"120","10":"1.0","11":"1","index":157},{"0":"1","1":"2","2":"1","3":"1","4":"1","5":"59","6":"130","7":"318","8":"0","9":"120","10":"1.0","11":"0","index":158},{"0":"1","1":"2","2":"1","3":"0","4":"1","5":"36","6":"112","7":"340","8":"0","9":"184","10":"1.0","11":"0","index":159},{"0":"1","1":"0","2":"2","3":"1","4":"1","5":"52","6":"112","7":"342","8":"0","9":"96","10":"1.0","11":"1","index":160},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"46","6":"120","7":"277","8":"0","9":"125","10":"1.0","11":"1","index":161},{"0":"1","1":"1","2":"2","3":"1","4":"1","5":"57","6":"140","7":"265","8":"0","9":"145","10":"1.0","11":"1","index":162},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"66","6":"140","7":"139","8":"0","9":"94","10":"1.0","11":"1","index":163},{"0":"1","1":"0","2":"2","3":"1","4":"1","5":"65","6":"130","7":"275","8":"0","9":"115","10":"1.0","11":"1","index":164},{"0":"0","1":"1","2":"1","3":"0","4":"1","5":"59","6":"130","7":"188","8":"0","9":"124","10":"1.0","11":"0","index":165},{"0":"0","1":"0","2":"1","3":"1","4":"1","5":"33","6":"100","7":"246","8":"0","9":"150","10":"1.0","11":"1","index":166},{"0":"0","1":"1","2":"1","3":"1","4":"1","5":"58","6":"180","7":"393","8":"0","9":"110","10":"1.0","11":"1","index":167},{"0":"0","1":"0","2":"2","3":"1","4":"1","5":"61","6":"130","7":"294","8":"0","9":"120","10":"1.0","11":"0","index":168},{"0":"0","1":"1","2":"1","3":"0","4":"1","5":"56","6":"120","7":"279","8":"0","9":"150","10":"1.0","11":"1","index":169},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"38","6":"110","7":"190","8":"0","9":"150","10":"1.0","11":"1","index":170},{"0":"1","1":"0","2":"2","3":"1","4":"1","5":"46","6":"110","7":"238","8":"0","9":"140","10":"1.0","11":"0","index":171},{"0":"0","1":"0","2":"1","3":"1","4":"1","5":"50","6":"120","7":"328","8":"0","9":"110","10":"1.0","11":"0","index":172},{"0":"1","1":"0","2":"1","3":"0","4":"1","5":"49","6":"120","7":"297","8":"0","9":"132","10":"1.0","11":"0","index":173},{"0":"0","1":"3","2":"1","3":"0","4":"1","5":"57","6":"130","7":"308","8":"0","9":"98","10":"1.0","11":"0","index":174},{"0":"0","1":"0","2":"1","3":"1","4":"1","5":"51","6":"160","7":"303","8":"0","9":"150","10":"1.0","11":"1","index":175},{"0":"1","1":"1","2":"1","3":"1","4":"1","5":"39","6":"120","7":"200","8":"0","9":"160","10":"1.0","11":"0","index":176},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"48","6":"160","7":"268","8":"0","9":"103","10":"1.0","11":"1","index":177},{"0":"1","1":"0","2":"2","3":"1","4":"1","5":"45","6":"130","7":"219","8":"0","9":"130","10":"1.0","11":"1","index":178},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"49","6":"130","7":"341","8":"0","9":"120","10":"1.0","11":"1","index":179},{"0":"1","1":"2","2":"1","3":"1","4":"1","5":"47","6":"140","7":"193","8":"0","9":"145","10":"1.0","11":"1","index":180},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"52","6":"130","7":"298","8":"0","9":"110","10":"1.0","11":"1","index":181},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"54","6":"130","7":"242","8":"0","9":"91","10":"1.0","11":"1","index":182},{"0":"1","1":"2","2":"1","3":"1","4":"1","5":"72","6":"120","7":"214","8":"0","9":"102","10":"1.0","11":"1","index":183},{"0":"0","1":"0","2":"1","3":"1","4":"1","5":"64","6":"142","7":"276","8":"0","9":"140","10":"1.0","11":"1","index":184},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"62","6":"135","7":"297","8":"0","9":"130","10":"1.0","11":"1","index":185},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"59","6":"124","7":"160","8":"0","9":"117","10":"1.0","11":"1","index":186},{"0":"1","1":"2","2":"0","3":"0","4":"1","5":"37","6":"118","7":"240","8":"0","9":"165","10":"1.0","11":"0","index":187},{"0":"1","1":"0","2":"2","3":"1","4":"1","5":"57","6":"130","7":"207","8":"0","9":"96","10":"1.0","11":"0","index":188},{"0":"0","1":"0","2":"0","3":"0","4":"1","5":"65","6":"150","7":"225","8":"0","9":"114","10":"1.0","11":"1","index":189},{"0":"1","1":"0","2":"0","3":"1","4":"1","5":"47","6":"110","7":"275","8":"0","9":"118","10":"1.0","11":"1","index":190},{"0":"1","1":"0","2":"1","3":"0","4":"1","5":"67","6":"120","7":"237","8":"0","9":"71","10":"1.0","11":"1","index":191},{"0":"0","1":"0","2":"0","3":"0","4":"1","5":"58","6":"100","7":"248","8":"0","9":"122","10":"1.0","11":"0","index":192},{"0":"0","1":"0","2":"0","3":"1","4":"1","5":"61","6":"145","7":"307","8":"0","9":"146","10":"1.0","11":"1","index":193},{"0":"1","1":"1","2":"2","3":"1","4":"1","5":"58","6":"136","7":"164","8":"0","9":"99","10":"2.0","11":"1","index":194},{"0":"1","1":"0","2":"1","3":"0","4":"1","5":"54","6":"125","7":"224","8":"0","9":"122","10":"2.0","11":"1","index":195},{"0":"1","1":"0","2":"2","3":"0","4":"1","5":"41","6":"130","7":"172","8":"0","9":"130","10":"2.0","11":"1","index":196},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"50","6":"130","7":"233","8":"0","9":"121","10":"2.0","11":"1","index":197},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"58","6":"130","7":"263","8":"0","9":"140","10":"2.0","11":"1","index":198},{"0":"1","1":"0","2":"2","3":"1","4":"1","5":"56","6":"170","7":"388","8":"0","9":"122","10":"2.0","11":"1","index":199},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"43","6":"150","7":"247","8":"0","9":"130","10":"2.0","11":"1","index":200},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"44","6":"130","7":"290","8":"0","9":"100","10":"2.0","11":"1","index":201},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"52","6":"140","7":"266","8":"0","9":"134","10":"2.0","11":"1","index":202},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"43","6":"140","7":"288","8":"0","9":"135","10":"2.0","11":"1","index":203},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"52","6":"130","7":"225","8":"0","9":"120","10":"2.0","11":"1","index":204},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"52","6":"140","7":"404","8":"0","9":"124","10":"2.0","11":"1","index":205},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"48","6":"160","7":"355","8":"0","9":"99","10":"2.0","11":"1","index":206},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"54","6":"200","7":"198","8":"0","9":"142","10":"2.0","11":"1","index":207},{"0":"1","1":"0","2":"1","3":"0","4":"1","5":"48","6":"120","7":"260","8":"0","9":"115","10":"2.0","11":"1","index":208},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"55","6":"145","7":"248","8":"0","9":"96","10":"2.0","11":"1","index":209},{"0":"1","1":"2","2":"1","3":"0","4":"1","5":"51","6":"135","7":"160","8":"0","9":"150","10":"2.0","11":"1","index":210},{"0":"1","1":"0","2":"1","3":"0","4":"1","5":"49","6":"150","7":"222","8":"0","9":"122","10":"2.0","11":"1","index":211},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"46","6":"110","7":"236","8":"0","9":"125","10":"2.0","11":"1","index":212},{"0":"1","1":"0","2":"2","3":"1","4":"1","5":"57","6":"140","7":"214","8":"0","9":"144","10":"2.0","11":"1","index":213},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"63","6":"130","7":"308","8":"0","9":"138","10":"2.0","11":"1","index":214},{"0":"1","1":"0","2":"2","3":"1","4":"1","5":"69","6":"140","7":"208","8":"0","9":"140","10":"2.0","11":"1","index":215},{"0":"1","1":"0","2":"2","3":"1","4":"1","5":"63","6":"110","7":"252","8":"0","9":"140","10":"2.0","11":"1","index":216},{"0":"1","1":"0","2":"1","3":"0","4":"1","5":"55","6":"172","7":"260","8":"0","9":"73","10":"2.0","11":"1","index":217},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"53","6":"124","7":"243","8":"0","9":"122","10":"2.0","11":"1","index":218},{"0":"1","1":"0","2":"2","3":"1","4":"1","5":"67","6":"140","7":"219","8":"0","9":"122","10":"2.0","11":"1","index":219},{"0":"1","1":"0","2":"1","3":"0","4":"1","5":"58","6":"146","7":"218","8":"0","9":"105","10":"2.0","11":"1","index":220},{"0":"1","1":"2","2":"1","3":"0","4":"1","5":"49","6":"120","7":"188","8":"0","9":"139","10":"2.0","11":"1","index":221},{"0":"1","1":"0","2":"0","3":"0","4":"1","5":"64","6":"145","7":"212","8":"0","9":"132","10":"2.0","11":"1","index":222},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"53","6":"123","7":"282","8":"0","9":"95","10":"2.0","11":"1","index":223},{"0":"1","1":"0","2":"0","3":"1","4":"1","5":"40","6":"110","7":"167","8":"0","9":"114","10":"2.0","11":"1","index":224},{"0":"1","1":"2","2":"0","3":"0","4":"1","5":"69","6":"140","7":"254","8":"0","9":"146","10":"2.0","11":"1","index":225},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"65","6":"170","7":"263","8":"1","9":"112","10":"2.0","11":"1","index":226},{"0":"1","1":"3","2":"1","3":"0","4":"1","5":"46","6":"140","7":"272","8":"1","9":"175","10":"2.0","11":"1","index":227},{"0":"1","1":"1","2":"1","3":"1","4":"1","5":"55","6":"160","7":"292","8":"1","9":"143","10":"2.0","11":"1","index":228},{"0":"1","1":"0","2":"2","3":"1","4":"1","5":"57","6":"130","7":"311","8":"1","9":"148","10":"2.0","11":"1","index":229},{"0":"1","1":"0","2":"2","3":"1","4":"1","5":"63","6":"160","7":"267","8":"1","9":"88","10":"2.0","11":"1","index":230},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"54","6":"130","7":"202","8":"1","9":"112","10":"2.0","11":"1","index":231},{"0":"1","1":"0","2":"2","3":"1","4":"1","5":"57","6":"144","7":"270","8":"1","9":"160","10":"2.0","11":"1","index":232},{"0":"1","1":"1","2":"1","3":"0","4":"1","5":"56","6":"124","7":"224","8":"1","9":"161","10":"2.0","11":"0","index":233},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"59","6":"140","7":"274","8":"0","9":"154","10":"2.0","11":"0","index":234},{"0":"1","1":"2","2":"0","3":"0","4":"1","5":"41","6":"130","7":"214","8":"0","9":"168","10":"2.0","11":"0","index":235},{"0":"0","1":"0","2":"1","3":"1","4":"1","5":"47","6":"120","7":"205","8":"0","9":"98","10":"2.0","11":"1","index":236},{"0":"0","1":"1","2":"1","3":"1","4":"1","5":"53","6":"140","7":"216","8":"0","9":"142","10":"2.0","11":"0","index":237},{"0":"0","1":"0","2":"1","3":"0","4":"1","5":"40","6":"150","7":"392","8":"0","9":"130","10":"2.0","11":"1","index":238},{"0":"0","1":"2","2":"1","3":"0","4":"1","5":"47","6":"130","7":"235","8":"0","9":"145","10":"2.0","11":"0","index":239},{"0":"0","1":"0","2":"1","3":"0","4":"1","5":"64","6":"130","7":"303","8":"0","9":"122","10":"2.0","11":"0","index":240},{"0":"0","1":"0","2":"2","3":"1","4":"1","5":"55","6":"128","7":"205","8":"0","9":"130","10":"2.0","11":"1","index":241},{"0":"0","1":"0","2":"1","3":"1","4":"1","5":"48","6":"138","7":"214","8":"0","9":"108","10":"1.5","11":"1","index":242},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"37","6":"140","7":"207","8":"0","9":"130","10":"1.5","11":"1","index":243},{"0":"0","1":"1","2":"1","3":"0","4":"1","5":"54","6":"120","7":"273","8":"0","9":"150","10":"1.5","11":"0","index":244},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"65","6":"140","7":"306","8":"1","9":"87","10":"1.5","11":"1","index":245},{"0":"0","1":"0","2":"1","3":"1","4":"1","5":"52","6":"130","7":"180","8":"0","9":"140","10":"1.5","11":"0","index":246},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"31","6":"120","7":"270","8":"0","9":"153","10":"1.5","11":"1","index":247},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"55","6":"140","7":"268","8":"0","9":"128","10":"1.5","11":"1","index":248},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"48","6":"160","7":"329","8":"0","9":"92","10":"1.5","11":"1","index":249},{"0":"0","1":"0","2":"2","3":"1","4":"1","5":"59","6":"130","7":"338","8":"1","9":"130","10":"1.5","11":"1","index":250},{"0":"1","1":"2","2":"1","3":"1","4":"1","5":"42","6":"120","7":"228","8":"0","9":"152","10":"1.5","11":"0","index":251},{"0":"1","1":"0","2":"2","3":"1","4":"1","5":"56","6":"150","7":"230","8":"0","9":"124","10":"1.5","11":"1","index":252},{"0":"1","1":"0","2":"1","3":"0","4":"1","5":"54","6":"140","7":"216","8":"0","9":"105","10":"1.5","11":"1","index":253},{"0":"1","1":"0","2":"2","3":"1","4":"1","5":"53","6":"180","7":"285","8":"0","9":"120","10":"1.5","11":"1","index":254},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"47","6":"150","7":"226","8":"0","9":"98","10":"1.5","11":"1","index":255},{"0":"1","1":"2","2":"1","3":"1","4":"1","5":"54","6":"120","7":"237","8":"0","9":"150","10":"1.5","11":"1","index":256},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"52","6":"170","7":"223","8":"0","9":"126","10":"1.5","11":"1","index":257},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"56","6":"120","7":"100","8":"0","9":"120","10":"1.5","11":"1","index":258},{"0":"1","1":"0","2":"2","3":"1","4":"1","5":"60","6":"140","7":"281","8":"0","9":"118","10":"1.5","11":"1","index":259},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"65","6":"150","7":"235","8":"0","9":"120","10":"1.5","11":"1","index":260},{"0":"1","1":"2","2":"1","3":"1","4":"1","5":"49","6":"131","7":"142","8":"0","9":"127","10":"1.5","11":"1","index":261},{"0":"0","1":"0","2":"1","3":"1","4":"1","5":"54","6":"138","7":"274","8":"0","9":"105","10":"1.5","11":"1","index":262},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"41","6":"150","7":"171","8":"0","9":"128","10":"1.5","11":"0","index":263},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"69","6":"140","7":"110","8":"1","9":"109","10":"1.5","11":"1","index":264},{"0":"1","1":"0","2":"0","3":"0","4":"1","5":"72","6":"160","7":"123","8":"1","9":"130","10":"1.5","11":"1","index":265},{"0":"1","1":"0","2":"2","3":"1","4":"1","5":"69","6":"142","7":"210","8":"1","9":"112","10":"1.5","11":"1","index":266},{"0":"1","1":"0","2":"2","3":"1","4":"1","5":"64","6":"141","7":"244","8":"1","9":"116","10":"1.5","11":"1","index":267},{"0":"1","1":"0","2":"1","3":"0","4":"1","5":"56","6":"130","7":"203","8":"1","9":"98","10":"1.5","11":"1","index":268},{"0":"1","1":"0","2":"2","3":"1","4":"1","5":"53","6":"144","7":"300","8":"1","9":"128","10":"1.5","11":"1","index":269},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"57","6":"110","7":"201","8":"0","9":"126","10":"1.5","11":"0","index":270},{"0":"0","1":"2","2":"0","3":"0","4":"1","5":"68","6":"120","7":"211","8":"0","9":"115","10":"1.5","11":"0","index":271},{"0":"1","1":"0","2":"0","3":"1","4":"1","5":"67","6":"160","7":"286","8":"0","9":"108","10":"1.5","11":"1","index":272},{"0":"1","1":"1","2":"1","3":"1","4":"1","5":"44","6":"150","7":"288","8":"0","9":"150","10":"3.0","11":"1","index":273},{"0":"1","1":"0","2":"2","3":"1","4":"1","5":"52","6":"160","7":"246","8":"0","9":"82","10":"4.0","11":"1","index":274},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"57","6":"150","7":"255","8":"0","9":"92","10":"3.0","11":"1","index":275},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"52","6":"160","7":"331","8":"0","9":"94","10":"2.5","11":"1","index":276},{"0":"1","1":"0","2":"2","3":"1","4":"1","5":"50","6":"140","7":"341","8":"0","9":"125","10":"2.5","11":"1","index":277},{"0":"1","1":"0","2":"2","3":"1","4":"1","5":"47","6":"160","7":"291","8":"0","9":"158","10":"3.0","11":"1","index":278},{"0":"1","1":"0","2":"2","3":"1","4":"1","5":"50","6":"140","7":"231","8":"0","9":"140","10":"5.0","11":"1","index":279},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"38","6":"92","7":"117","8":"0","9":"134","10":"2.5","11":"1","index":280},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"41","6":"120","7":"336","8":"0","9":"118","10":"3.0","11":"1","index":281},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"48","6":"160","7":"193","8":"0","9":"102","10":"3.0","11":"1","index":282},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"55","6":"140","7":"201","8":"0","9":"130","10":"3.0","11":"1","index":283},{"0":"1","1":"0","2":"2","3":"1","4":"1","5":"63","6":"140","7":"260","8":"0","9":"112","10":"3.0","11":"1","index":284},{"0":"1","1":"2","2":"2","3":"1","4":"1","5":"55","6":"136","7":"228","8":"0","9":"124","10":"1.6","11":"1","index":285},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"54","6":"136","7":"220","8":"0","9":"140","10":"3.0","11":"1","index":286},{"0":"1","1":"2","2":"1","3":"1","4":"1","5":"51","6":"137","7":"339","8":"0","9":"127","10":"1.7","11":"1","index":287},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"60","6":"142","7":"216","8":"0","9":"110","10":"2.5","11":"1","index":288},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"75","6":"136","7":"225","8":"0","9":"112","10":"3.0","11":"1","index":289},{"0":"1","1":"3","2":"2","3":"1","4":"1","5":"62","6":"112","7":"258","8":"0","9":"150","10":"1.3","11":"1","index":290},{"0":"1","1":"0","2":"0","3":"1","4":"1","5":"65","6":"144","7":"312","8":"0","9":"113","10":"1.7","11":"1","index":291},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"72","6":"143","7":"211","8":"0","9":"109","10":"1.4","11":"1","index":292},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"50","6":"133","7":"218","8":"0","9":"128","10":"1.1","11":"1","index":293},{"0":"1","1":"2","2":"2","3":"1","4":"1","5":"62","6":"138","7":"204","8":"0","9":"122","10":"1.2","11":"1","index":294},{"0":"1","1":"2","2":"1","3":"1","4":"1","5":"71","6":"144","7":"221","8":"0","9":"108","10":"1.8","11":"1","index":295},{"0":"1","1":"2","2":"2","3":"1","4":"1","5":"58","6":"137","7":"232","8":"0","9":"124","10":"1.4","11":"1","index":296},{"0":"1","1":"0","2":"2","3":"1","4":"1","5":"61","6":"141","7":"292","8":"0","9":"115","10":"1.7","11":"1","index":297},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"55","6":"158","7":"217","8":"0","9":"110","10":"2.5","11":"1","index":298},{"0":"1","1":"0","2":"2","3":"1","4":"1","5":"64","6":"150","7":"193","8":"0","9":"135","10":"0.5","11":"1","index":299},{"0":"1","1":"0","2":"2","3":"1","4":"1","5":"62","6":"139","7":"170","8":"0","9":"120","10":"3.0","11":"1","index":300},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"67","6":"146","7":"369","8":"0","9":"110","10":"1.9","11":"1","index":301},{"0":"1","1":"2","2":"1","3":"1","4":"1","5":"61","6":"140","7":"284","8":"0","9":"123","10":"1.3","11":"1","index":302},{"0":"1","1":"0","2":"0","3":"1","4":"1","5":"59","6":"110","7":"239","8":"0","9":"142","10":"1.2","11":"1","index":303},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"46","6":"140","7":"311","8":"0","9":"120","10":"1.8","11":"1","index":304},{"0":"1","1":"0","2":"0","3":"1","4":"1","5":"67","6":"120","7":"229","8":"0","9":"129","10":"2.6","11":"1","index":305},{"0":"1","1":"0","2":"0","3":"1","4":"1","5":"50","6":"144","7":"200","8":"0","9":"126","10":"0.9","11":"1","index":306},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"42","6":"136","7":"315","8":"0","9":"125","10":"1.8","11":"1","index":307},{"0":"1","1":"0","2":"0","3":"1","4":"1","5":"61","6":"138","7":"166","8":"0","9":"125","10":"3.6","11":"1","index":308},{"0":"1","1":"0","2":"0","3":"1","4":"1","5":"57","6":"150","7":"276","8":"0","9":"112","10":"0.6","11":"1","index":309},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"61","6":"120","7":"260","8":"0","9":"140","10":"3.6","11":"1","index":310},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"35","6":"120","7":"198","8":"0","9":"130","10":"1.6","11":"1","index":311},{"0":"1","1":"0","2":"0","3":"1","4":"1","5":"54","6":"124","7":"266","8":"0","9":"109","10":"2.2","11":"1","index":312},{"0":"1","1":"0","2":"0","3":"1","4":"1","5":"54","6":"122","7":"286","8":"0","9":"116","10":"3.2","11":"1","index":313},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"57","6":"152","7":"274","8":"0","9":"88","10":"1.2","11":"1","index":314},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"62","6":"120","7":"267","8":"0","9":"99","10":"1.8","11":"1","index":315},{"0":"1","1":"3","2":"1","3":"1","4":"1","5":"38","6":"120","7":"231","8":"0","9":"182","10":"3.8","11":"1","index":316},{"0":"1","1":"0","2":"0","3":"1","4":"1","5":"58","6":"128","7":"259","8":"0","9":"130","10":"3.0","11":"1","index":317},{"0":"1","1":"0","2":"0","3":"1","4":"1","5":"67","6":"100","7":"299","8":"0","9":"125","10":"0.9","11":"1","index":318},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"51","6":"140","7":"298","8":"0","9":"122","10":"4.2","11":"1","index":319},{"0":"1","1":"0","2":"0","3":"1","4":"1","5":"56","6":"132","7":"184","8":"0","9":"105","10":"2.1","11":"1","index":320},{"0":"1","1":"2","2":"1","3":"1","4":"1","5":"70","6":"160","7":"269","8":"0","9":"112","10":"2.9","11":"1","index":321},{"0":"1","1":"0","2":"0","3":"1","4":"1","5":"60","6":"125","7":"258","8":"0","9":"141","10":"2.8","11":"1","index":322},{"0":"1","1":"0","2":"0","3":"1","4":"1","5":"55","6":"160","7":"289","8":"0","9":"145","10":"0.8","11":"1","index":323},{"0":"1","1":"2","2":"1","3":"1","4":"1","5":"64","6":"125","7":"309","8":"0","9":"131","10":"1.8","11":"1","index":324},{"0":"1","1":"0","2":"0","3":"1","4":"1","5":"58","6":"128","7":"216","8":"0","9":"131","10":"2.2","11":"1","index":325},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"54","6":"110","7":"239","8":"0","9":"126","10":"2.8","11":"1","index":326},{"0":"1","1":"0","2":"0","3":"1","4":"1","5":"43","6":"120","7":"177","8":"0","9":"120","10":"2.5","11":"1","index":327},{"0":"1","1":"0","2":"0","3":"1","4":"1","5":"60","6":"145","7":"282","8":"0","9":"142","10":"2.8","11":"1","index":328},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"55","6":"132","7":"353","8":"0","9":"132","10":"1.2","11":"1","index":329},{"0":"1","1":"0","2":"0","3":"1","4":"1","5":"60","6":"130","7":"206","8":"0","9":"132","10":"2.4","11":"1","index":330},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"57","6":"110","7":"335","8":"0","9":"143","10":"3.0","11":"1","index":331},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"57","6":"130","7":"131","8":"0","9":"115","10":"1.2","11":"1","index":332},{"0":"1","1":"1","2":"1","3":"0","4":"1","5":"36","6":"120","7":"267","8":"0","9":"160","10":"3.0","11":"1","index":333},{"0":"1","1":"0","2":"0","3":"0","4":"1","5":"70","6":"130","7":"322","8":"0","9":"109","10":"2.4","11":"1","index":334},{"0":"1","1":"0","2":"0","3":"0","4":"1","5":"60","6":"140","7":"293","8":"0","9":"170","10":"1.2","11":"1","index":335},{"0":"1","1":"3","2":"1","3":"0","4":"1","5":"61","6":"134","7":"234","8":"0","9":"145","10":"2.6","11":"1","index":336},{"0":"1","1":"2","2":"0","3":"0","4":"1","5":"58","6":"112","7":"230","8":"0","9":"165","10":"2.5","11":"1","index":337},{"0":"1","1":"2","2":"0","3":"0","4":"1","5":"57","6":"128","7":"229","8":"0","9":"150","10":"0.4","11":"1","index":338},{"0":"1","1":"1","2":"0","3":"0","4":"1","5":"62","6":"120","7":"281","8":"0","9":"103","10":"1.4","11":"1","index":339},{"0":"1","1":"0","2":"0","3":"0","4":"1","5":"50","6":"150","7":"243","8":"0","9":"128","10":"2.6","11":"1","index":340},{"0":"1","1":"0","2":"0","3":"0","4":"1","5":"63","6":"130","7":"254","8":"0","9":"147","10":"1.4","11":"1","index":341},{"0":"1","1":"0","2":"0","3":"0","4":"1","5":"48","6":"124","7":"274","8":"0","9":"166","10":"0.5","11":"1","index":342},{"0":"1","1":"2","2":"1","3":"0","4":"1","5":"50","6":"140","7":"233","8":"0","9":"163","10":"0.6","11":"1","index":343},{"0":"1","1":"2","2":"1","3":"0","4":"1","5":"46","6":"150","7":"231","8":"0","9":"147","10":"3.6","11":"1","index":344},{"0":"1","1":"3","2":"0","3":"0","4":"1","5":"59","6":"170","7":"288","8":"0","9":"159","10":"0.2","11":"1","index":345},{"0":"1","1":"0","2":"0","3":"0","4":"1","5":"65","6":"135","7":"254","8":"0","9":"127","10":"2.8","11":"1","index":346},{"0":"1","1":"0","2":"1","3":"0","4":"1","5":"39","6":"118","7":"219","8":"0","9":"140","10":"1.2","11":"1","index":347},{"0":"1","1":"2","2":"0","3":"0","4":"1","5":"60","6":"140","7":"185","8":"0","9":"155","10":"3.0","11":"1","index":348},{"0":"1","1":"0","2":"1","3":"0","4":"1","5":"54","6":"120","7":"188","8":"0","9":"113","10":"1.4","11":"1","index":349},{"0":"1","1":"1","2":"0","3":"0","4":"1","5":"58","6":"120","7":"284","8":"0","9":"160","10":"1.8","11":"1","index":350},{"0":"1","1":"2","2":"0","3":"0","4":"1","5":"67","6":"152","7":"212","8":"0","9":"150","10":"0.8","11":"1","index":351},{"0":"1","1":"3","2":"1","3":"0","4":"1","5":"45","6":"110","7":"264","8":"0","9":"132","10":"1.2","11":"1","index":352},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"56","6":"155","7":"342","8":"1","9":"150","10":"3.0","11":"1","index":353},{"0":"1","1":"1","2":"2","3":"0","4":"1","5":"60","6":"160","7":"267","8":"1","9":"157","10":"0.5","11":"1","index":354},{"0":"1","1":"0","2":"2","3":"1","4":"1","5":"60","6":"130","7":"186","8":"1","9":"140","10":"0.5","11":"1","index":355},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"58","6":"136","7":"203","8":"1","9":"123","10":"1.2","11":"1","index":356},{"0":"1","1":"0","2":"2","3":"1","4":"1","5":"57","6":"139","7":"277","8":"1","9":"118","10":"1.9","11":"1","index":357},{"0":"1","1":"2","2":"2","3":"1","4":"1","5":"60","6":"141","7":"316","8":"1","9":"122","10":"1.7","11":"1","index":358},{"0":"1","1":"1","2":"2","3":"1","4":"1","5":"63","6":"139","7":"217","8":"1","9":"128","10":"1.2","11":"1","index":359},{"0":"1","1":"2","2":"2","3":"1","4":"1","5":"55","6":"136","7":"245","8":"1","9":"131","10":"1.2","11":"1","index":360},{"0":"1","1":"0","2":"2","3":"1","4":"1","5":"64","6":"143","7":"306","8":"1","9":"115","10":"1.8","11":"1","index":361},{"0":"1","1":"3","2":"1","3":"1","4":"1","5":"74","6":"145","7":"216","8":"1","9":"116","10":"1.8","11":"1","index":362},{"0":"1","1":"2","2":"2","3":"1","4":"1","5":"56","6":"137","7":"208","8":"1","9":"122","10":"1.8","11":"1","index":363},{"0":"1","1":"0","2":"2","3":"1","4":"1","5":"55","6":"135","7":"204","8":"1","9":"126","10":"1.1","11":"1","index":364},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"56","6":"137","7":"282","8":"1","9":"126","10":"1.2","11":"1","index":365},{"0":"1","1":"0","2":"2","3":"1","4":"1","5":"69","6":"145","7":"289","8":"1","9":"110","10":"1.8","11":"1","index":366},{"0":"1","1":"1","2":"2","3":"0","4":"1","5":"57","6":"180","7":"285","8":"1","9":"120","10":"0.8","11":"1","index":367},{"0":"1","1":"0","2":"0","3":"1","4":"1","5":"60","6":"130","7":"186","8":"1","9":"140","10":"0.5","11":"1","index":368},{"0":"1","1":"0","2":"2","3":"1","4":"1","5":"62","6":"160","7":"254","8":"1","9":"108","10":"3.0","11":"1","index":369},{"0":"1","1":"2","2":"0","3":"1","4":"1","5":"56","6":"130","7":"256","8":"1","9":"142","10":"0.6","11":"1","index":370},{"0":"1","1":"2","2":"1","3":"0","4":"1","5":"59","6":"126","7":"218","8":"1","9":"134","10":"2.2","11":"1","index":371},{"0":"1","1":"0","2":"0","3":"1","4":"1","5":"56","6":"125","7":"249","8":"1","9":"144","10":"1.2","11":"1","index":372},{"0":"1","1":"3","2":"0","3":"0","4":"1","5":"65","6":"138","7":"282","8":"1","9":"174","10":"1.4","11":"1","index":373},{"0":"1","1":"0","2":"1","3":"0","4":"1","5":"67","6":"125","7":"254","8":"1","9":"163","10":"0.2","11":"1","index":374},{"0":"1","1":"2","2":"0","3":"1","4":"1","5":"68","6":"180","7":"274","8":"1","9":"150","10":"1.6","11":"1","index":375},{"0":"1","1":"0","2":"0","3":"1","4":"1","5":"43","6":"132","7":"247","8":"1","9":"143","10":"0.1","11":"1","index":376},{"0":"1","1":"0","2":"1","3":"0","4":"1","5":"68","6":"144","7":"193","8":"1","9":"141","10":"3.4","11":"1","index":377},{"0":"1","1":"0","2":"2","3":"1","4":"1","5":"53","6":"124","7":"260","8":"0","9":"112","10":"3.0","11":"0","index":378},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"55","6":"140","7":"229","8":"0","9":"110","10":"0.5","11":"0","index":379},{"0":"1","1":"2","2":"0","3":"1","4":"1","5":"66","6":"110","7":"213","8":"1","9":"99","10":"1.3","11":"0","index":380},{"0":"1","1":"0","2":"2","3":"0","4":"1","5":"64","6":"130","7":"223","8":"0","9":"128","10":"0.5","11":"0","index":381},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"64","6":"128","7":"263","8":"0","9":"105","10":"0.2","11":"0","index":382},{"0":"1","1":"0","2":"1","3":"0","4":"1","5":"59","6":"135","7":"234","8":"0","9":"161","10":"0.5","11":"0","index":383},{"0":"1","1":"3","2":"0","3":"1","4":"1","5":"64","6":"110","7":"211","8":"0","9":"144","10":"1.8","11":"0","index":384},{"0":"1","1":"1","2":"0","3":"0","4":"1","5":"48","6":"130","7":"245","8":"0","9":"180","10":"0.2","11":"0","index":385},{"0":"1","1":"0","2":"1","3":"0","4":"1","5":"43","6":"115","7":"303","8":"0","9":"181","10":"1.2","11":"0","index":386},{"0":"1","1":"0","2":"0","3":"1","4":"1","5":"45","6":"104","7":"208","8":"0","9":"148","10":"3.0","11":"0","index":387},{"0":"1","1":"0","2":"0","3":"0","4":"1","5":"66","6":"120","7":"302","8":"0","9":"151","10":"0.4","11":"0","index":388},{"0":"1","1":"2","2":"1","3":"1","4":"1","5":"51","6":"100","7":"222","8":"0","9":"143","10":"1.2","11":"0","index":389},{"0":"1","1":"3","2":"0","3":"0","4":"1","5":"56","6":"120","7":"193","8":"0","9":"162","10":"1.9","11":"0","index":390},{"0":"1","1":"3","2":"0","3":"0","4":"1","5":"69","6":"160","7":"234","8":"1","9":"131","10":"0.1","11":"0","index":391},{"0":"1","1":"3","2":"1","3":"0","4":"1","5":"52","6":"152","7":"298","8":"1","9":"178","10":"1.2","11":"0","index":392},{"0":"1","1":"2","2":"0","3":"1","4":"1","5":"58","6":"105","7":"240","8":"0","9":"154","10":"0.6","11":"0","index":393},{"0":"1","1":"2","2":"0","3":"0","4":"1","5":"51","6":"125","7":"245","8":"1","9":"166","10":"2.4","11":"0","index":394},{"0":"1","1":"2","2":"0","3":"0","4":"1","5":"54","6":"120","7":"258","8":"0","9":"147","10":"0.4","11":"0","index":395},{"0":"1","1":"2","2":"1","3":"0","4":"1","5":"62","6":"130","7":"231","8":"0","9":"146","10":"1.8","11":"0","index":396},{"0":"1","1":"0","2":"1","3":"0","4":"1","5":"57","6":"140","7":"192","8":"0","9":"148","10":"0.4","11":"0","index":397},{"0":"1","1":"3","2":"0","3":"0","4":"1","5":"64","6":"170","7":"227","8":"0","9":"155","10":"0.6","11":"0","index":398},{"0":"1","1":"1","2":"1","3":"0","4":"1","5":"58","6":"125","7":"220","8":"0","9":"144","10":"0.4","11":"0","index":399},{"0":"0","1":"0","2":"2","3":"1","4":"1","5":"57","6":"180","7":"347","8":"0","9":"126","10":"0.8","11":"0","index":400},{"0":"0","1":"2","2":"0","3":"0","4":"1","5":"67","6":"115","7":"564","8":"0","9":"160","10":"1.6","11":"0","index":401},{"0":"0","1":"0","2":"0","3":"0","4":"1","5":"63","6":"150","7":"407","8":"0","9":"154","10":"4.0","11":"1","index":402},{"0":"0","1":"0","2":"1","3":"0","4":"1","5":"71","6":"112","7":"149","8":"0","9":"125","10":"1.6","11":"0","index":403},{"0":"0","1":"1","2":"0","3":"0","4":"1","5":"45","6":"130","7":"234","8":"0","9":"175","10":"0.6","11":"0","index":404},{"0":"0","1":"0","2":"1","3":"1","4":"1","5":"51","6":"130","7":"305","8":"0","9":"142","10":"1.2","11":"1","index":405},{"0":"0","1":"2","2":"1","3":"0","4":"1","5":"44","6":"118","7":"242","8":"0","9":"149","10":"0.3","11":"0","index":406},{"0":"0","1":"2","2":"2","3":"0","4":"1","5":"76","6":"140","7":"197","8":"0","9":"116","10":"1.1","11":"0","index":407},{"0":"0","1":"2","2":"1","3":"0","4":"1","5":"44","6":"108","7":"141","8":"0","9":"175","10":"0.6","11":"0","index":408},{"0":"0","1":"0","2":"0","3":"0","4":"1","5":"60","6":"150","7":"258","8":"0","9":"157","10":"2.6","11":"1","index":409},{"0":"0","1":"0","2":"2","3":"1","4":"1","5":"55","6":"180","7":"327","8":"0","9":"117","10":"3.4","11":"1","index":410},{"0":"0","1":"2","2":"0","3":"0","4":"1","5":"52","6":"136","7":"196","8":"0","9":"169","10":"0.1","11":"0","index":411},{"0":"0","1":"0","2":"1","3":"1","4":"1","5":"63","6":"108","7":"269","8":"0","9":"169","10":"1.8","11":"1","index":412},{"0":"0","1":"2","2":"1","3":"0","4":"1","5":"50","6":"120","7":"219","8":"0","9":"158","10":"1.6","11":"0","index":413},{"0":"0","1":"0","2":"1","3":"1","4":"1","5":"62","6":"150","7":"244","8":"0","9":"154","10":"1.4","11":"1","index":414},{"0":"0","1":"0","2":"0","3":"1","4":"1","5":"45","6":"138","7":"236","8":"0","9":"152","10":"0.2","11":"0","index":415},{"0":"0","1":"0","2":"1","3":"0","4":"1","5":"62","6":"138","7":"294","8":"1","9":"106","10":"1.9","11":"1","index":416},{"0":"0","1":"0","2":"0","3":"1","4":"1","5":"56","6":"134","7":"409","8":"0","9":"150","10":"1.9","11":"1","index":417},{"0":"0","1":"0","2":"0","3":"0","4":"1","5":"42","6":"102","7":"265","8":"0","9":"122","10":"0.6","11":"0","index":418},{"0":"0","1":"0","2":"0","3":"0","4":"1","5":"62","6":"140","7":"394","8":"0","9":"157","10":"1.2","11":"0","index":419},{"0":"0","1":"1","2":"0","3":"0","4":"1","5":"55","6":"135","7":"250","8":"0","9":"161","10":"1.4","11":"0","index":420},{"0":"0","1":"2","2":"1","3":"0","4":"1","5":"54","6":"110","7":"214","8":"0","9":"158","10":"1.6","11":"0","index":421},{"0":"0","1":"2","2":"1","3":"0","4":"1","5":"43","6":"122","7":"213","8":"0","9":"165","10":"0.2","11":"0","index":422},{"0":"0","1":"2","2":"1","3":"0","4":"1","5":"62","6":"130","7":"263","8":"0","9":"97","10":"1.2","11":"1","index":423},{"0":"0","1":"0","2":"0","3":"1","4":"1","5":"43","6":"132","7":"341","8":"1","9":"136","10":"3.0","11":"1","index":424},{"0":"0","1":"0","2":"0","3":"0","4":"1","5":"53","6":"130","7":"264","8":"0","9":"143","10":"0.4","11":"0","index":425},{"0":"0","1":"1","2":"0","3":"0","4":"1","5":"56","6":"140","7":"294","8":"0","9":"153","10":"1.3","11":"0","index":426},{"0":"0","1":"0","2":"1","3":"0","4":"1","5":"58","6":"130","7":"197","8":"0","9":"131","10":"0.6","11":"0","index":427},{"0":"0","1":"0","2":"0","3":"1","4":"1","5":"58","6":"170","7":"225","8":"1","9":"146","10":"2.8","11":"1","index":428},{"0":"0","1":"0","2":"1","3":"1","4":"1","5":"57","6":"140","7":"241","8":"0","9":"123","10":"0.2","11":"1","index":429},{"0":"0","1":"0","2":"2","3":"1","4":"0","5":"62","6":"120","7":"0","8":"1","9":"123","10":"1.7","11":"1","index":430},{"0":"1","1":"1","2":"2","3":"0","4":"0","5":"53","6":"130","7":"0","8":"0","9":"120","10":"0.7","11":"0","index":431},{"0":"1","1":"0","2":"1","3":"0","4":"0","5":"57","6":"95","7":"0","8":"1","9":"182","10":"0.7","11":"1","index":432},{"0":"1","1":"0","2":"1","3":"1","4":"0","5":"53","6":"80","7":"0","8":"0","9":"141","10":"2.0","11":"0","index":433},{"0":"1","1":"0","2":"1","3":"1","4":"0","5":"62","6":"115","7":"0","8":"1","9":"128","10":"2.5","11":"1","index":434},{"0":"1","1":"0","2":"1","3":"1","4":"0","5":"42","6":"105","7":"0","8":"1","9":"128","10":"-1.5","11":"1","index":435},{"0":"1","1":"0","2":"2","3":"1","4":"0","5":"60","6":"130","7":"0","8":"1","9":"130","10":"1.1","11":"1","index":436},{"0":"0","1":"0","2":"1","3":"0","4":"0","5":"64","6":"95","7":"0","8":"1","9":"145","10":"1.1","11":"1","index":437},{"0":"1","1":"0","2":"1","3":"0","4":"0","5":"43","6":"100","7":"0","8":"1","9":"122","10":"1.5","11":"1","index":438},{"0":"1","1":"0","2":"1","3":"1","4":"0","5":"64","6":"110","7":"0","8":"1","9":"114","10":"1.3","11":"1","index":439},{"0":"1","1":"0","2":"2","3":"1","4":"0","5":"56","6":"120","7":"0","8":"0","9":"100","10":"-1.0","11":"1","index":440},{"0":"1","1":"0","2":"2","3":"0","4":"0","5":"63","6":"126","7":"0","8":"0","9":"120","10":"1.5","11":"0","index":441},{"0":"1","1":"2","2":"1","3":"1","4":"0","5":"52","6":"122","7":"0","8":"0","9":"110","10":"2.0","11":"1","index":442},{"0":"1","1":"2","2":"1","3":"1","4":"0","5":"59","6":"131","7":"0","8":"0","9":"128","10":"2.0","11":"1","index":443},{"0":"1","1":"0","2":"1","3":"1","4":"0","5":"61","6":"110","7":"0","8":"1","9":"108","10":"2.0","11":"1","index":444},{"0":"1","1":"2","2":"2","3":"0","4":"0","5":"69","6":"140","7":"0","8":"1","9":"118","10":"2.5","11":"1","index":445},{"0":"1","1":"0","2":"0","3":"1","4":"0","5":"58","6":"120","7":"0","8":"0","9":"106","10":"1.5","11":"1","index":446},{"0":"1","1":"0","2":"1","3":"0","4":"0","5":"67","6":"120","7":"0","8":"1","9":"150","10":"1.5","11":"1","index":447},{"0":"1","1":"2","2":"2","3":"1","4":"0","5":"48","6":"102","7":"0","8":"1","9":"110","10":"1.0","11":"1","index":448},{"0":"0","1":"0","2":"1","3":"1","4":"2","5":"51","6":"120","7":"0","8":"1","9":"127","10":"1.5","11":"1","index":449},{"0":"0","1":"0","2":"1","3":"0","4":"2","5":"38","6":"105","7":"0","8":"1","9":"166","10":"2.8","11":"1","index":450},{"0":"0","1":"1","2":"1","3":"0","4":"2","5":"63","6":"132","7":"0","8":"0","9":"130","10":"0.1","11":"0","index":451},{"0":"1","1":"3","2":"1","3":"0","4":"2","5":"32","6":"95","7":"0","8":"1","9":"127","10":"0.7","11":"1","index":452},{"0":"1","1":"0","2":"1","3":"1","4":"2","5":"61","6":"105","7":"0","8":"1","9":"110","10":"1.5","11":"1","index":453},{"0":"1","1":"0","2":"2","3":"1","4":"2","5":"57","6":"110","7":"0","8":"1","9":"131","10":"1.4","11":"1","index":454},{"0":"1","1":"0","2":"2","3":"0","4":"2","5":"47","6":"110","7":"0","8":"1","9":"149","10":"2.1","11":"1","index":455},{"0":"1","1":"1","2":"2","3":"0","4":"2","5":"55","6":"140","7":"0","8":"0","9":"150","10":"0.2","11":"0","index":456},{"0":"1","1":"0","2":"1","3":"0","4":"2","5":"53","6":"125","7":"0","8":"1","9":"120","10":"1.5","11":"1","index":457},{"0":"1","1":"0","2":"1","3":"0","4":"2","5":"58","6":"115","7":"0","8":"1","9":"138","10":"0.5","11":"1","index":458},{"0":"1","1":"0","2":"1","3":"0","4":"2","5":"65","6":"155","7":"0","8":"0","9":"154","10":"1.0","11":"0","index":459},{"0":"1","1":"0","2":"1","3":"0","4":"2","5":"60","6":"125","7":"0","8":"1","9":"110","10":"0.1","11":"1","index":460},{"0":"1","1":"0","2":"1","3":"0","4":"2","5":"41","6":"125","7":"0","8":"1","9":"176","10":"1.6","11":"1","index":461},{"0":"1","1":"0","2":"1","3":"0","4":"2","5":"34","6":"115","7":"0","8":"1","9":"154","10":"0.2","11":"1","index":462},{"0":"1","1":"1","2":"2","3":"0","4":"2","5":"74","6":"145","7":"0","8":"1","9":"123","10":"1.3","11":"1","index":463},{"0":"1","1":"0","2":"1","3":"1","4":"2","5":"56","6":"140","7":"0","8":"1","9":"121","10":"1.8","11":"1","index":464},{"0":"1","1":"0","2":"1","3":"0","4":"2","5":"68","6":"145","7":"0","8":"1","9":"136","10":"1.8","11":"1","index":465},{"0":"1","1":"2","2":"1","3":"0","4":"2","5":"45","6":"110","7":"0","8":"0","9":"138","10":"-0.1","11":"0","index":466},{"0":"1","1":"0","2":"1","3":"1","4":"2","5":"59","6":"125","7":"0","8":"1","9":"119","10":"0.9","11":"1","index":467},{"0":"1","1":"2","2":"1","3":"0","4":"2","5":"60","6":"115","7":"0","8":"1","9":"143","10":"2.4","11":"1","index":468},{"0":"1","1":"0","2":"2","3":"0","4":"2","5":"56","6":"115","7":"0","8":"1","9":"82","10":"-1.0","11":"1","index":469},{"0":"1","1":"2","2":"1","3":"0","4":"2","5":"38","6":"100","7":"0","8":"0","9":"179","10":"-1.1","11":"0","index":470},{"0":"1","1":"0","2":"1","3":"0","4":"2","5":"51","6":"130","7":"0","8":"1","9":"170","10":"-0.7","11":"1","index":471},{"0":"1","1":"0","2":"2","3":"0","4":"2","5":"63","6":"150","7":"0","8":"1","9":"154","10":"3.7","11":"1","index":472},{"0":"1","1":"0","2":"0","3":"0","4":"2","5":"63","6":"140","7":"0","8":"1","9":"149","10":"2.0","11":"1","index":473},{"0":"1","1":"0","2":"2","3":"1","4":"2","5":"43","6":"140","7":"0","8":"0","9":"140","10":"0.5","11":"1","index":474},{"0":"1","1":"0","2":"2","3":"0","4":"2","5":"55","6":"120","7":"0","8":"0","9":"92","10":"0.3","11":"1","index":475},{"0":"1","1":"0","2":"1","3":"1","4":"2","5":"60","6":"135","7":"0","8":"0","9":"63","10":"0.5","11":"1","index":476},{"0":"1","1":"0","2":"1","3":"1","4":"2","5":"52","6":"165","7":"0","8":"1","9":"122","10":"1.0","11":"1","index":477},{"0":"1","1":"2","2":"2","3":"0","4":"2","5":"66","6":"120","7":"0","8":"0","9":"120","10":"-0.5","11":"0","index":478},{"0":"1","1":"2","2":"1","3":"1","4":"2","5":"60","6":"120","7":"0","8":"1","9":"141","10":"2.0","11":"1","index":479},{"0":"1","1":"0","2":"1","3":"0","4":"2","5":"58","6":"116","7":"0","8":"0","9":"124","10":"1.0","11":"1","index":480},{"0":"1","1":"2","2":"1","3":"0","4":"2","5":"74","6":"138","7":"0","8":"0","9":"116","10":"0.2","11":"0","index":481},{"0":"1","1":"2","2":"2","3":"0","4":"2","5":"52","6":"128","7":"0","8":"0","9":"180","10":"3.0","11":"1","index":482},{"0":"1","1":"0","2":"1","3":"1","4":"2","5":"60","6":"120","7":"0","8":"0","9":"133","10":"2.0","11":"0","index":483},{"0":"1","1":"0","2":"2","3":"1","4":"2","5":"59","6":"154","7":"0","8":"0","9":"131","10":"1.5","11":"0","index":484},{"0":"1","1":"1","2":"1","3":"0","4":"2","5":"62","6":"131","7":"0","8":"0","9":"130","10":"0.1","11":"0","index":485},{"0":"1","1":"0","2":"1","3":"0","4":"2","5":"43","6":"122","7":"0","8":"0","9":"120","10":"0.5","11":"1","index":486},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"50","6":"145","7":"0","8":"1","9":"139","10":"0.7","11":"1","index":487},{"0":"1","1":"0","2":"1","3":"0","4":"1","5":"60","6":"160","7":"0","8":"1","9":"149","10":"0.4","11":"1","index":488},{"0":"1","1":"0","2":"1","3":"0","4":"1","5":"51","6":"95","7":"0","8":"1","9":"126","10":"2.2","11":"1","index":489},{"0":"1","1":"0","2":"1","3":"0","4":"1","5":"55","6":"115","7":"0","8":"1","9":"155","10":"0.1","11":"1","index":490},{"0":"1","1":"2","2":"1","3":"0","4":"1","5":"57","6":"105","7":"0","8":"1","9":"148","10":"0.3","11":"1","index":491},{"0":"1","1":"0","2":"1","3":"0","4":"1","5":"61","6":"130","7":"0","8":"1","9":"77","10":"2.5","11":"1","index":492},{"0":"1","1":"2","2":"1","3":"0","4":"1","5":"59","6":"125","7":"0","8":"1","9":"175","10":"2.6","11":"1","index":493},{"0":"1","1":"0","2":"1","3":"0","4":"1","5":"63","6":"100","7":"0","8":"1","9":"109","10":"-0.9","11":"1","index":494},{"0":"1","1":"0","2":"2","3":"0","4":"1","5":"46","6":"100","7":"0","8":"1","9":"133","10":"-2.6","11":"1","index":495},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"52","6":"95","7":"0","8":"1","9":"82","10":"0.8","11":"1","index":496},{"0":"1","1":"3","2":"0","3":"0","4":"1","5":"62","6":"120","7":"0","8":"1","9":"134","10":"-0.8","11":"1","index":497},{"0":"1","1":"0","2":"1","3":"0","4":"1","5":"61","6":"110","7":"0","8":"1","9":"113","10":"1.4","11":"1","index":498},{"0":"1","1":"0","2":"2","3":"1","4":"1","5":"69","6":"137","7":"0","8":"0","9":"104","10":"1.6","11":"1","index":499},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"46","6":"115","7":"0","8":"0","9":"113","10":"1.5","11":"1","index":500},{"0":"1","1":"0","2":"2","3":"0","4":"1","5":"65","6":"160","7":"0","8":"1","9":"122","10":"1.2","11":"1","index":501},{"0":"1","1":"0","2":"2","3":"1","4":"1","5":"60","6":"160","7":"0","8":"0","9":"99","10":"0.5","11":"1","index":502},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"50","6":"115","7":"0","8":"0","9":"120","10":"0.5","11":"1","index":503},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"38","6":"150","7":"0","8":"1","9":"120","10":"0.7","11":"1","index":504},{"0":"1","1":"0","2":"2","3":"0","4":"1","5":"65","6":"145","7":"0","8":"1","9":"67","10":"0.7","11":"1","index":505},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"35","6":"120","7":"0","8":"1","9":"130","10":"1.2","11":"1","index":506},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"62","6":"115","7":"0","8":"1","9":"72","10":"-0.5","11":"1","index":507},{"0":"1","1":"0","2":"1","3":"0","4":"1","5":"54","6":"180","7":"0","8":"1","9":"150","10":"1.5","11":"1","index":508},{"0":"1","1":"2","2":"1","3":"0","4":"1","5":"56","6":"125","7":"0","8":"1","9":"98","10":"-2.0","11":"1","index":509},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"54","6":"130","7":"0","8":"1","9":"110","10":"3.0","11":"1","index":510},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"62","6":"110","7":"0","8":"0","9":"120","10":"0.5","11":"1","index":511},{"0":"1","1":"0","2":"2","3":"1","4":"1","5":"51","6":"128","7":"0","8":"1","9":"125","10":"1.2","11":"1","index":512},{"0":"1","1":"0","2":"2","3":"1","4":"1","5":"54","6":"130","7":"0","8":"0","9":"117","10":"1.4","11":"1","index":513},{"0":"1","1":"2","2":"1","3":"0","4":"1","5":"55","6":"0","7":"0","8":"0","9":"155","10":"1.5","11":"1","index":514},{"0":"1","1":"0","2":"2","3":"0","4":"1","5":"61","6":"134","7":"0","8":"1","9":"86","10":"1.5","11":"1","index":515},{"0":"1","1":"2","2":"2","3":"1","4":"1","5":"55","6":"120","7":"0","8":"0","9":"125","10":"2.5","11":"1","index":516},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"68","6":"138","7":"0","8":"0","9":"130","10":"3.0","11":"1","index":517},{"0":"1","1":"0","2":"2","3":"1","4":"1","5":"53","6":"154","7":"0","8":"1","9":"140","10":"1.5","11":"1","index":518},{"0":"1","1":"2","2":"0","3":"1","4":"1","5":"56","6":"170","7":"0","8":"0","9":"123","10":"2.5","11":"1","index":519},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"65","6":"134","7":"0","8":"0","9":"112","10":"1.1","11":"1","index":520},{"0":"1","1":"3","2":"2","3":"0","4":"1","5":"49","6":"130","7":"0","8":"0","9":"145","10":"3.0","11":"1","index":521},{"0":"1","1":"2","2":"2","3":"1","4":"1","5":"62","6":"133","7":"0","8":"1","9":"119","10":"1.2","11":"1","index":522},{"0":"1","1":"2","2":"0","3":"0","4":"1","5":"72","6":"160","7":"0","8":"0","9":"114","10":"1.6","11":"0","index":523},{"0":"1","1":"2","2":"2","3":"1","4":"1","5":"60","6":"180","7":"0","8":"0","9":"140","10":"1.5","11":"0","index":524},{"0":"1","1":"2","2":"2","3":"0","4":"1","5":"63","6":"130","7":"0","8":"1","9":"160","10":"3.0","11":"0","index":525},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"61","6":"150","7":"0","8":"0","9":"117","10":"2.0","11":"1","index":526},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"57","6":"140","7":"0","8":"0","9":"120","10":"2.0","11":"1","index":527},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"63","6":"150","7":"0","8":"0","9":"86","10":"2.0","11":"1","index":528},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"66","6":"150","7":"0","8":"0","9":"108","10":"2.0","11":"1","index":529},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"70","6":"140","7":"0","8":"1","9":"157","10":"2.0","11":"1","index":530},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"43","6":"115","7":"0","8":"0","9":"145","10":"2.0","11":"1","index":531},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"57","6":"160","7":"0","8":"1","9":"98","10":"2.0","11":"1","index":532},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"52","6":"135","7":"0","8":"1","9":"128","10":"2.0","11":"1","index":533},{"0":"1","1":"0","2":"2","3":"0","4":"1","5":"62","6":"150","7":"0","8":"1","9":"78","10":"2.0","11":"1","index":534},{"0":"1","1":"0","2":"2","3":"0","4":"1","5":"64","6":"120","7":"0","8":"1","9":"106","10":"2.0","11":"1","index":535},{"0":"1","1":"1","2":"1","3":"1","4":"1","5":"58","6":"126","7":"0","8":"1","9":"110","10":"2.0","11":"1","index":536},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"36","6":"110","7":"0","8":"1","9":"125","10":"1.0","11":"1","index":537},{"0":"1","1":"0","2":"2","3":"1","4":"1","5":"58","6":"130","7":"0","8":"0","9":"100","10":"1.0","11":"1","index":538},{"0":"0","1":"0","2":"1","3":"1","4":"1","5":"64","6":"200","7":"0","8":"0","9":"140","10":"1.0","11":"1","index":539},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"59","6":"135","7":"0","8":"0","9":"115","10":"1.0","11":"1","index":540},{"0":"1","1":"2","2":"1","3":"1","4":"1","5":"47","6":"155","7":"0","8":"0","9":"118","10":"1.0","11":"1","index":541},{"0":"1","1":"0","2":"0","3":"1","4":"1","5":"53","6":"130","7":"0","8":"0","9":"135","10":"1.0","11":"1","index":542},{"0":"1","1":"0","2":"2","3":"0","4":"1","5":"61","6":"160","7":"0","8":"1","9":"145","10":"1.0","11":"1","index":543},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"56","6":"125","7":"0","8":"1","9":"103","10":"1.0","11":"1","index":544},{"0":"1","1":"0","2":"2","3":"1","4":"1","5":"59","6":"140","7":"0","8":"0","9":"117","10":"1.0","11":"1","index":545},{"0":"1","1":"2","2":"0","3":"1","4":"1","5":"63","6":"133","7":"0","8":"0","9":"120","10":"1.0","11":"1","index":546},{"0":"1","1":"0","2":"2","3":"1","4":"1","5":"57","6":"128","7":"0","8":"1","9":"148","10":"1.0","11":"1","index":547},{"0":"1","1":"0","2":"2","3":"0","4":"1","5":"69","6":"130","7":"0","8":"1","9":"129","10":"1.0","11":"1","index":548},{"0":"1","1":"0","2":"2","3":"1","4":"1","5":"64","6":"144","7":"0","8":"0","9":"122","10":"1.0","11":"1","index":549},{"0":"1","1":"0","2":"0","3":"1","4":"1","5":"56","6":"130","7":"0","8":"0","9":"122","10":"1.0","11":"1","index":550},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"65","6":"115","7":"0","8":"0","9":"93","10":"0.0","11":"1","index":551},{"0":"1","1":"0","2":"1","3":"0","4":"1","5":"51","6":"110","7":"0","8":"1","9":"92","10":"0.0","11":"1","index":552},{"0":"1","1":"0","2":"1","3":"0","4":"1","5":"52","6":"130","7":"0","8":"1","9":"120","10":"0.0","11":"1","index":553},{"0":"1","1":"0","2":"1","3":"0","4":"1","5":"51","6":"120","7":"0","8":"1","9":"104","10":"0.0","11":"1","index":554},{"0":"1","1":"0","2":"1","3":"0","4":"1","5":"69","6":"135","7":"0","8":"0","9":"130","10":"0.0","11":"1","index":555},{"0":"1","1":"0","2":"1","3":"0","4":"1","5":"59","6":"120","7":"0","8":"0","9":"115","10":"0.0","11":"1","index":556},{"0":"1","1":"0","2":"1","3":"0","4":"1","5":"48","6":"115","7":"0","8":"1","9":"128","10":"0.0","11":"1","index":557},{"0":"1","1":"0","2":"1","3":"0","4":"1","5":"53","6":"120","7":"0","8":"1","9":"120","10":"0.0","11":"1","index":558},{"0":"1","1":"3","2":"0","3":"0","4":"1","5":"67","6":"145","7":"0","8":"0","9":"125","10":"0.0","11":"1","index":559},{"0":"1","1":"1","2":"1","3":"0","4":"1","5":"53","6":"120","7":"0","8":"0","9":"95","10":"0.0","11":"1","index":560},{"0":"1","1":"2","2":"1","3":"1","4":"1","5":"38","6":"115","7":"0","8":"0","9":"128","10":"0.0","11":"1","index":561},{"0":"1","1":"2","2":"1","3":"0","4":"1","5":"53","6":"105","7":"0","8":"0","9":"115","10":"0.0","11":"1","index":562},{"0":"1","1":"2","2":"1","3":"1","4":"1","5":"62","6":"160","7":"0","8":"0","9":"72","10":"0.0","11":"1","index":563},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"47","6":"160","7":"0","8":"0","9":"124","10":"0.0","11":"1","index":564},{"0":"1","1":"2","2":"2","3":"0","4":"1","5":"56","6":"155","7":"0","8":"0","9":"99","10":"0.0","11":"1","index":565},{"0":"1","1":"0","2":"2","3":"0","4":"1","5":"56","6":"120","7":"0","8":"0","9":"148","10":"0.0","11":"1","index":566},{"0":"1","1":"0","2":"1","3":"0","4":"1","5":"54","6":"120","7":"0","8":"0","9":"155","10":"0.0","11":"1","index":567},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"61","6":"150","7":"0","8":"0","9":"105","10":"0.0","11":"1","index":568},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"42","6":"145","7":"0","8":"0","9":"99","10":"0.0","11":"1","index":569},{"0":"1","1":"0","2":"1","3":"0","4":"1","5":"55","6":"140","7":"0","8":"0","9":"83","10":"0.0","11":"1","index":570},{"0":"1","1":"0","2":"1","3":"0","4":"1","5":"51","6":"140","7":"0","8":"0","9":"60","10":"0.0","11":"1","index":571},{"0":"1","1":"0","2":"2","3":"1","4":"1","5":"70","6":"115","7":"0","8":"0","9":"92","10":"0.0","11":"1","index":572},{"0":"1","1":"0","2":"0","3":"0","4":"1","5":"61","6":"130","7":"0","8":"0","9":"115","10":"0.0","11":"1","index":573},{"0":"1","1":"0","2":"1","3":"0","4":"1","5":"38","6":"135","7":"0","8":"1","9":"150","10":"0.0","11":"1","index":574},{"0":"1","1":"0","2":"2","3":"1","4":"1","5":"58","6":"170","7":"0","8":"1","9":"105","10":"0.0","11":"1","index":575},{"0":"1","1":"2","2":"2","3":"0","4":"1","5":"61","6":"200","7":"0","8":"1","9":"70","10":"0.0","11":"1","index":576},{"0":"1","1":"0","2":"2","3":"0","4":"1","5":"51","6":"130","7":"0","8":"1","9":"163","10":"0.0","11":"1","index":577},{"0":"1","1":"2","2":"1","3":"1","4":"1","5":"47","6":"110","7":"0","8":"1","9":"120","10":"0.0","11":"1","index":578},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"57","6":"140","7":"0","8":"1","9":"100","10":"0.0","11":"1","index":579},{"0":"1","1":"0","2":"1","3":"0","4":"1","5":"59","6":"110","7":"0","8":"1","9":"94","10":"0.0","11":"1","index":580},{"0":"1","1":"2","2":"0","3":"1","4":"1","5":"53","6":"160","7":"0","8":"1","9":"122","10":"0.0","11":"1","index":581},{"0":"1","1":"2","2":"2","3":"1","4":"1","5":"63","6":"130","7":"0","8":"0","9":"111","10":"0.0","11":"1","index":582},{"0":"1","1":"2","2":"1","3":"1","4":"1","5":"61","6":"120","7":"0","8":"0","9":"80","10":"0.0","11":"1","index":583},{"0":"1","1":"0","2":"1","3":"0","4":"1","5":"40","6":"125","7":"0","8":"1","9":"165","10":"0.0","11":"1","index":584},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"63","6":"136","7":"0","8":"0","9":"84","10":"0.0","11":"1","index":585},{"0":"1","1":"0","2":"1","3":"0","4":"1","5":"53","6":"126","7":"0","8":"0","9":"106","10":"0.0","11":"1","index":586},{"0":"1","1":"0","2":"0","3":"1","4":"1","5":"59","6":"178","7":"0","8":"1","9":"120","10":"0.0","11":"1","index":587},{"0":"0","1":"0","2":"1","3":"0","4":"1","5":"38","6":"110","7":"0","8":"0","9":"156","10":"0.0","11":"1","index":588},{"0":"0","1":"3","2":"1","3":"0","4":"1","5":"62","6":"140","7":"0","8":"1","9":"143","10":"0.0","11":"1","index":589},{"0":"0","1":"0","2":"1","3":"0","4":"1","5":"50","6":"160","7":"0","8":"1","9":"110","10":"0.0","11":"1","index":590},{"0":"0","1":"0","2":"1","3":"0","4":"1","5":"66","6":"155","7":"0","8":"1","9":"90","10":"0.0","11":"1","index":591},{"0":"1","1":"2","2":"1","3":"0","4":"1","5":"56","6":"120","7":"0","8":"0","9":"97","10":"0.0","11":"0","index":592},{"0":"1","1":"0","2":"1","3":"1","4":"0","5":"61","6":"125","7":"0","8":"0","9":"105","10":"0.0","11":"1","index":593},{"0":"1","1":"1","2":"1","3":"0","4":"0","5":"56","6":"120","7":"240","8":"0","9":"169","10":"0.0","11":"0","index":594},{"0":"1","1":"0","2":"1","3":"0","4":"1","5":"38","6":"110","7":"196","8":"0","9":"166","10":"0.0","11":"1","index":595},{"0":"1","1":"0","2":"1","3":"0","4":"1","5":"41","6":"110","7":"289","8":"0","9":"170","10":"0.0","11":"1","index":596},{"0":"1","1":"0","2":"1","3":"0","4":"1","5":"52","6":"120","7":"182","8":"0","9":"150","10":"0.0","11":"1","index":597},{"0":"1","1":"0","2":"1","3":"0","4":"1","5":"32","6":"118","7":"529","8":"0","9":"130","10":"0.0","11":"1","index":598},{"0":"1","1":"0","2":"1","3":"0","4":"1","5":"49","6":"130","7":"206","8":"0","9":"170","10":"0.0","11":"1","index":599},{"0":"1","1":"0","2":"1","3":"0","4":"1","5":"63","6":"150","7":"223","8":"0","9":"115","10":"0.0","11":"1","index":600},{"0":"1","1":"0","2":"1","3":"0","4":"1","5":"46","6":"118","7":"186","8":"0","9":"124","10":"0.0","11":"1","index":601},{"0":"1","1":"0","2":"1","3":"0","4":"1","5":"38","6":"120","7":"282","8":"0","9":"170","10":"0.0","11":"1","index":602},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"46","6":"110","7":"202","8":"0","9":"150","10":"0.0","11":"1","index":603},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"54","6":"140","7":"166","8":"0","9":"118","10":"0.0","11":"1","index":604},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"49","6":"128","7":"212","8":"0","9":"96","10":"0.0","11":"1","index":605},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"53","6":"120","7":"246","8":"0","9":"116","10":"0.0","11":"1","index":606},{"0":"1","1":"0","2":"1","3":"0","4":"1","5":"54","6":"125","7":"216","8":"0","9":"140","10":"0.0","11":"1","index":607},{"0":"1","1":"0","2":"1","3":"0","4":"1","5":"48","6":"106","7":"263","8":"1","9":"110","10":"0.0","11":"1","index":608},{"0":"1","1":"0","2":"1","3":"0","4":"1","5":"39","6":"110","7":"280","8":"0","9":"150","10":"0.0","11":"1","index":609},{"0":"1","1":"0","2":"1","3":"0","4":"1","5":"46","6":"130","7":"222","8":"0","9":"112","10":"0.0","11":"1","index":610},{"0":"1","1":"0","2":"1","3":"0","4":"1","5":"50","6":"145","7":"264","8":"0","9":"150","10":"0.0","11":"1","index":611},{"0":"1","1":"0","2":"1","3":"0","4":"1","5":"44","6":"135","7":"491","8":"0","9":"135","10":"0.0","11":"1","index":612},{"0":"1","1":"0","2":"1","3":"1","4":"1","5":"46","6":"120","7":"231","8":"0","9":"115","10":"0.0","11":"1","index":613},{"0":"1","1":"0","2":"1","3":"0","4":"1","5":"59","6":"130","7":"126","8":"0","9":"125","10":"0.0","11":"1","index":614},{"0":"1","1":"0","2":"1","3":"0","4":"1","5":"58","6":"110","7":"198","8":"0","9":"110","10":"0.0","11":"1","index":615},{"0":"1","1":"0","2":"1","3":"0","4":"1","5":"46","6":"134","7":"310","8":"0","9":"126","10":"0.0","11":"1","index":616},{"0":"0","1":"0","2":"1","3":"1","4":"1","5":"59","6":"174","7":"249","8":"0","9":"143","10":"0.0","11":"1","index":617},{"0":"0","1":"0","2":"1","3":"1","4":"1","5":"63","6":"124","7":"197","8":"0","9":"136","10":"0.0","11":"1","index":618},{"0":"1","1":"2","2":"1","3":"0","4":"1","5":"53","6":"145","7":"518","8":"0","9":"130","10":"0.0","11":"1","index":619},{"0":"1","1":"3","2":"1","3":"0","4":"1","5":"34","6":"140","7":"156","8":"0","9":"180","10":"0.0","11":"1","index":620},{"0":"0","1":"2","2":"1","3":"0","4":"1","5":"47","6":"135","7":"248","8":"1","9":"170","10":"0.0","11":"1","index":621},{"0":"1","1":"2","2":"1","3":"0","4":"1","5":"49","6":"115","7":"265","8":"0","9":"175","10":"0.0","11":"1","index":622},{"0":"1","1":"1","2":"1","3":"0","4":"1","5":"35","6":"110","7":"257","8":"0","9":"140","10":"0.0","11":"1","index":623},{"0":"0","1":"2","2":"1","3":"1","4":"1","5":"50","6":"140","7":"288","8":"0","9":"140","10":"0.0","11":"1","index":624},{"0":"1","1":"3","2":"1","3":"0","4":"1","5":"55","6":"140","7":"295","8":"0","9":"136","10":"0.0","11":"1","index":625},{"0":"1","1":"2","2":"1","3":"0","4":"1","5":"68","6":"150","7":"195","8":"1","9":"132","10":"0.0","11":"1","index":626},{"0":"1","1":"2","2":"1","3":"0","4":"1","5":"74","6":"140","7":"237","8":"1","9":"94","10":"0.0","11":"1","index":627},{"0":"1","1":"2","2":"1","3":"1","4":"1","5":"61","6":"120","7":"337","8":"0","9":"98","10":"0.0","11":"1","index":628},{"0":"1","1":"1","2":"1","3":"1","4":"1","5":"66","6":"160","7":"246","8":"0","9":"120","10":"0.0","11":"1","index":629},{"0":"0","1":"2","2":"1","3":"0","4":"1","5":"42","6":"120","7":"209","8":"0","9":"173","10":"0.0","11":"0","index":630},{"0":"0","1":"1","2":"1","3":"0","4":"1","5":"45","6":"112","7":"160","8":"0","9":"138","10":"0.0","11":"0","index":631},{"0":"0","1":"1","2":"1","3":"0","4":"1","5":"49","6":"134","7":"271","8":"0","9":"162","10":"0.0","11":"0","index":632},{"0":"1","1":"1","2":"1","3":"0","4":"1","5":"41","6":"135","7":"203","8":"0","9":"132","10":"0.0","11":"0","index":633},{"0":"0","1":"2","2":"1","3":"0","4":"1","5":"39","6":"138","7":"220","8":"0","9":"152","10":"0.0","11":"0","index":634},{"0":"0","1":"2","2":"2","3":"1","4":"1","5":"54","6":"130","7":"294","8":"0","9":"100","10":"0.0","11":"1","index":635},{"0":"1","1":"2","2":"2","3":"0","4":"1","5":"58","6":"130","7":"213","8":"0","9":"140","10":"0.0","11":"1","index":636},{"0":"1","1":"3","2":"2","3":"0","4":"1","5":"43","6":"120","7":"291","8":"0","9":"155","10":"0.0","11":"1","index":637},{"0":"1","1":"0","2":"0","3":"1","4":"1","5":"59","6":"140","7":"264","8":"1","9":"119","10":"0.0","11":"1","index":638},{"0":"1","1":"2","2":"2","3":"0","4":"1","5":"58","6":"160","7":"211","8":"1","9":"92","10":"0.0","11":"1","index":639},{"0":"1","1":"0","2":"2","3":"1","4":"1","5":"65","6":"150","7":"236","8":"1","9":"105","10":"0.0","11":"1","index":640},{"0":"1","1":"0","2":"2","3":"0","4":"1","5":"75","6":"170","7":"203","8":"1","9":"108","10":"0.0","11":"1","index":641},{"0":"1","1":"0","2":"2","3":"1","4":"1","5":"67","6":"160","7":"384","8":"1","9":"130","10":"0.0","11":"1","index":642},{"0":"1","1":"0","2":"2","3":"0","4":"1","5":"55","6":"116","7":"186","8":"1","9":"102","10":"0.0","11":"1","index":643},{"0":"1","1":"2","2":"2","3":"0","4":"1","5":"48","6":"132","7":"220","8":"1","9":"162","10":"0.0","11":"1","index":644},{"0":"1","1":"2","2":"2","3":"1","4":"1","5":"58","6":"150","7":"219","8":"0","9":"118","10":"0.0","11":"1","index":645},{"0":"1","1":"0","2":"2","3":"1","4":"1","5":"71","6":"130","7":"221","8":"0","9":"115","10":"0.0","11":"1","index":646},{"0":"1","1":"0","2":"0","3":"1","4":"1","5":"69","6":"122","7":"216","8":"1","9":"84","10":"0.0","11":"1","index":647},{"0":"1","1":"0","2":"0","3":"0","4":"1","5":"64","6":"130","7":"258","8":"1","9":"130","10":"0.0","11":"1","index":648},{"0":"1","1":"0","2":"0","3":"0","4":"1","5":"57","6":"122","7":"264","8":"0","9":"100","10":"0.0","11":"1","index":649},{"0":"1","1":"0","2":"2","3":"1","4":"1","5":"62","6":"158","7":"170","8":"0","9":"138","10":"0.0","11":"1","index":650},{"0":"0","1":"0","2":"2","3":"0","4":"1","5":"54","6":"127","7":"333","8":"1","9":"154","10":"0.0","11":"1","index":651},{"0":"1","1":"0","2":"2","3":"0","4":"1","5":"55","6":"122","7":"223","8":"1","9":"100","10":"0.0","11":"1","index":652},{"0":"1","1":"1","2":"0","3":"1","4":"1","5":"62","6":"120","7":"254","8":"0","9":"93","10":"0.0","11":"1","index":653},{"0":"0","1":"0","2":"0","3":"1","4":"1","5":"46","6":"138","7":"243","8":"0","9":"152","10":"0.0","11":"0","index":654},{"0":"1","1":"0","2":"0","3":"1","4":"1","5":"45","6":"142","7":"309","8":"0","9":"147","10":"0.0","11":"1","index":655},{"0":"1","1":"0","2":"0","3":"1","4":"1","5":"54","6":"110","7":"206","8":"0","9":"108","10":"0.0","11":"1","index":656},{"0":"1","1":"3","2":"0","3":"0","4":"1","5":"52","6":"118","7":"186","8":"0","9":"190","10":"0.0","11":"0","index":657},{"0":"0","1":"2","2":"0","3":"0","4":"1","5":"66","6":"146","7":"278","8":"0","9":"152","10":"0.0","11":"0","index":658},{"0":"0","1":"1","2":"0","3":"0","4":"1","5":"57","6":"130","7":"236","8":"0","9":"174","10":"0.0","11":"1","index":659},{"0":"0","1":"1","2":"2","3":"0","4":"2","5":"41","6":"110","7":"250","8":"0","9":"142","10":"0.0","11":"0","index":660},{"0":"0","1":"2","2":"2","3":"0","4":"2","5":"39","6":"110","7":"182","8":"0","9":"180","10":"0.0","11":"0","index":661},{"0":"1","1":"0","2":"2","3":"0","4":"2","5":"46","6":"110","7":"240","8":"0","9":"140","10":"0.0","11":"0","index":662},{"0":"0","1":"1","2":"2","3":"0","4":"2","5":"55","6":"110","7":"344","8":"0","9":"160","10":"0.0","11":"0","index":663},{"0":"1","1":"0","2":"0","3":"0","4":"2","5":"57","6":"110","7":"197","8":"0","9":"100","10":"0.0","11":"0","index":664},{"0":"0","1":"2","2":"0","3":"0","4":"2","5":"71","6":"110","7":"265","8":"1","9":"130","10":"0.0","11":"0","index":665},{"0":"1","1":"0","2":"0","3":"0","4":"2","5":"44","6":"110","7":"197","8":"0","9":"177","10":"0.0","11":"1","index":666},{"0":"0","1":"0","2":"0","3":"0","4":"2","5":"50","6":"110","7":"254","8":"0","9":"159","10":"0.0","11":"0","index":667},{"0":"1","1":"0","2":"0","3":"0","4":"2","5":"41","6":"110","7":"172","8":"0","9":"158","10":"0.0","11":"1","index":668},{"0":"0","1":"2","2":"2","3":"0","4":"2","5":"42","6":"115","7":"211","8":"0","9":"137","10":"0.0","11":"0","index":669},{"0":"1","1":"1","2":"2","3":"0","4":"2","5":"34","6":"150","7":"214","8":"0","9":"168","10":"0.0","11":"0","index":670},{"0":"1","1":"0","2":"2","3":"0","4":"2","5":"46","6":"180","7":"280","8":"0","9":"120","10":"0.0","11":"0","index":671},{"0":"1","1":"1","2":"2","3":"0","4":"2","5":"50","6":"170","7":"209","8":"0","9":"116","10":"0.0","11":"0","index":672},{"0":"0","1":"1","2":"2","3":"0","4":"2","5":"31","6":"100","7":"219","8":"0","9":"150","10":"0.0","11":"0","index":673},{"0":"0","1":"3","2":"2","3":"0","4":"2","5":"30","6":"170","7":"237","8":"0","9":"170","10":"0.0","11":"0","index":674},{"0":"1","1":"0","2":"2","3":"1","4":"2","5":"61","6":"125","7":"292","8":"0","9":"115","10":"0.0","11":"0","index":675},{"0":"1","1":"0","2":"2","3":"0","4":"2","5":"40","6":"95","7":"0","8":"1","9":"144","10":"0.0","11":"1","index":676},{"0":"1","1":"0","2":"2","3":"1","4":"2","5":"68","6":"135","7":"0","8":"0","9":"120","10":"0.0","11":"1","index":677},{"0":"0","1":"2","2":"2","3":"0","4":"2","5":"73","6":"160","7":"0","8":"0","9":"121","10":"0.0","11":"1","index":678},{"0":"1","1":"1","2":"2","3":"0","4":"2","5":"56","6":"126","7":"166","8":"0","9":"140","10":"0.0","11":"0","index":679},{"0":"1","1":"0","2":"2","3":"1","4":"2","5":"60","6":"152","7":"0","8":"0","9":"118","10":"0.0","11":"0","index":680},{"0":"1","1":"0","2":"2","3":"0","4":"2","5":"41","6":"104","7":"0","8":"0","9":"111","10":"0.0","11":"0","index":681},{"0":"1","1":"0","2":"2","3":"0","4":"2","5":"55","6":"150","7":"160","8":"0","9":"150","10":"0.0","11":"0","index":682},{"0":"1","1":"0","2":"2","3":"0","4":"2","5":"58","6":"100","7":"213","8":"0","9":"110","10":"0.0","11":"0","index":683},{"0":"1","1":"0","2":"0","3":"1","4":"2","5":"53","6":"142","7":"226","8":"0","9":"111","10":"0.0","11":"0","index":684},{"0":"0","1":"0","2":"0","3":"0","4":"2","5":"57","6":"128","7":"303","8":"0","9":"159","10":"0.0","11":"0","index":685},{"0":"0","1":"1","2":"0","3":"1","4":"2","5":"54","6":"132","7":"288","8":"1","9":"159","10":"0.0","11":"0","index":686},{"0":"1","1":"3","2":"0","3":"0","4":"2","5":"59","6":"160","7":"273","8":"0","9":"125","10":"0.0","11":"1","index":687},{"0":"1","1":"0","2":"0","3":"0","4":"2","5":"48","6":"122","7":"222","8":"0","9":"186","10":"0.0","11":"0","index":688},{"0":"0","1":"1","2":"0","3":"0","4":"2","5":"58","6":"136","7":"319","8":"1","9":"152","10":"0.0","11":"1","index":689},{"0":"1","1":"1","2":"0","3":"0","4":"2","5":"70","6":"156","7":"245","8":"0","9":"143","10":"0.0","11":"0","index":690},{"0":"1","1":"1","2":"0","3":"0","4":"2","5":"62","6":"128","7":"208","8":"1","9":"140","10":"0.0","11":"0","index":691},{"0":"0","1":"0","2":"0","3":"0","4":"2","5":"60","6":"158","7":"305","8":"0","9":"161","10":"0.0","11":"1","index":692},{"0":"1","1":"0","2":"0","3":"0","4":"2","5":"59","6":"138","7":"271","8":"0","9":"182","10":"0.0","11":"0","index":693},{"0":"1","1":"1","2":"0","3":"0","4":"2","5":"54","6":"192","7":"283","8":"0","9":"195","10":"0.0","11":"1","index":694},{"0":"0","1":"2","2":"0","3":"1","4":"2","5":"41","6":"112","7":"268","8":"0","9":"172","10":"0.0","11":"0","index":695},{"0":"0","1":"2","2":"0","3":"0","4":"2","5":"54","6":"108","7":"267","8":"0","9":"167","10":"0.0","11":"0","index":696},{"0":"1","1":"1","2":"0","3":"0","4":"2","5":"45","6":"128","7":"308","8":"0","9":"170","10":"0.0","11":"0","index":697},{"0":"1","1":"3","2":"0","3":"0","4":"2","5":"34","6":"118","7":"182","8":"0","9":"174","10":"0.0","11":"0","index":698},{"0":"1","1":"0","2":"0","3":"1","4":"2","5":"35","6":"126","7":"282","8":"0","9":"156","10":"0.0","11":"1","index":699},{"0":"1","1":"0","2":"0","3":"1","4":"2","5":"77","6":"125","7":"304","8":"0","9":"162","10":"0.0","11":"1","index":700},{"0":"1","1":"0","2":"0","3":"0","4":"2","5":"58","6":"125","7":"300","8":"0","9":"171","10":"0.0","11":"1","index":701},{"0":"0","1":"2","2":"0","3":"0","4":"2","5":"63","6":"135","7":"252","8":"0","9":"172","10":"0.0","11":"0","index":702},{"0":"1","1":"0","2":"0","3":"0","4":"2","5":"45","6":"115","7":"260","8":"0","9":"185","10":"0.0","11":"0","index":703},{"0":"0","1":"0","2":"0","3":"0","4":"2","5":"53","6":"138","7":"234","8":"0","9":"160","10":"0.0","11":"0","index":704},{"0":"1","1":"2","2":"0","3":"0","4":"2","5":"47","6":"138","7":"257","8":"0","9":"156","10":"0.0","11":"0","index":705},{"0":"1","1":"0","2":"0","3":"0","4":"2","5":"44","6":"112","7":"290","8":"0","9":"153","10":"0.0","11":"1","index":706},{"0":"0","1":"2","2":"0","3":"0","4":"2","5":"53","6":"128","7":"216","8":"0","9":"115","10":"0.0","11":"0","index":707},{"0":"1","1":"1","2":"0","3":"0","4":"2","5":"57","6":"154","7":"232","8":"0","9":"164","10":"0.0","11":"1","index":708},{"0":"0","1":"1","2":"1","3":"0","4":"2","5":"49","6":"124","7":"201","8":"0","9":"164","10":"0.0","11":"0","index":709},{"0":"0","1":"1","2":"1","3":"0","4":"2","5":"53","6":"113","7":"468","8":"0","9":"127","10":"0.0","11":"0","index":710},{"0":"1","1":"1","2":"1","3":"0","4":"2","5":"51","6":"125","7":"188","8":"0","9":"145","10":"0.0","11":"0","index":711},{"0":"1","1":"1","2":"1","3":"0","4":"2","5":"32","6":"125","7":"254","8":"0","9":"155","10":"0.0","11":"0","index":712},{"0":"1","1":"1","2":"1","3":"0","4":"2","5":"49","6":"100","7":"253","8":"0","9":"174","10":"0.0","11":"0","index":713},{"0":"1","1":"1","2":"1","3":"0","4":"2","5":"43","6":"142","7":"207","8":"0","9":"138","10":"0.0","11":"0","index":714},{"0":"1","1":"1","2":"1","3":"0","4":"2","5":"41","6":"125","7":"269","8":"0","9":"144","10":"0.0","11":"0","index":715},{"0":"1","1":"1","2":"1","3":"0","4":"2","5":"39","6":"190","7":"241","8":"0","9":"106","10":"0.0","11":"0","index":716},{"0":"1","1":"1","2":"1","3":"0","4":"2","5":"48","6":"100","7":"159","8":"0","9":"100","10":"0.0","11":"0","index":717},{"0":"0","1":"1","2":"1","3":"0","4":"2","5":"41","6":"125","7":"184","8":"0","9":"180","10":"0.0","11":"0","index":718},{"0":"1","1":"1","2":"1","3":"0","4":"2","5":"55","6":"145","7":"326","8":"0","9":"155","10":"0.0","11":"0","index":719},{"0":"0","1":"1","2":"1","3":"0","4":"2","5":"55","6":"122","7":"320","8":"0","9":"155","10":"0.0","11":"0","index":720},{"0":"1","1":"1","2":"1","3":"0","4":"2","5":"34","6":"98","7":"220","8":"0","9":"150","10":"0.0","11":"0","index":721},{"0":"0","1":"1","2":"1","3":"0","4":"2","5":"32","6":"105","7":"198","8":"0","9":"165","10":"0.0","11":"0","index":722},{"0":"0","1":"1","2":"1","3":"0","4":"2","5":"45","6":"180","7":"295","8":"0","9":"180","10":"0.0","11":"0","index":723},{"0":"0","1":"1","2":"1","3":"0","4":"2","5":"41","6":"105","7":"198","8":"0","9":"168","10":"0.0","11":"0","index":724},{"0":"0","1":"1","2":"1","3":"0","4":"2","5":"41","6":"126","7":"306","8":"0","9":"163","10":"0.0","11":"0","index":725},{"0":"0","1":"1","2":"1","3":"0","4":"2","5":"46","6":"105","7":"204","8":"0","9":"172","10":"0.0","11":"0","index":726},{"0":"1","1":"1","2":"1","3":"0","4":"2","5":"54","6":"108","7":"309","8":"0","9":"156","10":"0.0","11":"0","index":727},{"0":"1","1":"1","2":"1","3":"0","4":"2","5":"35","6":"122","7":"192","8":"0","9":"174","10":"0.0","11":"0","index":728},{"0":"0","1":"3","2":"1","3":"0","4":"2","5":"43","6":"100","7":"223","8":"0","9":"142","10":"0.0","11":"0","index":729},{"0":"0","1":"0","2":"1","3":"0","4":"2","5":"45","6":"132","7":"297","8":"0","9":"144","10":"0.0","11":"0","index":730},{"0":"0","1":"2","2":"1","3":"0","4":"2","5":"52","6":"125","7":"272","8":"0","9":"139","10":"0.0","11":"0","index":731},{"0":"1","1":"2","2":"1","3":"0","4":"2","5":"38","6":"145","7":"292","8":"0","9":"130","10":"0.0","11":"0","index":732},{"0":"1","1":"0","2":"1","3":"0","4":"2","5":"58","6":"135","7":"222","8":"0","9":"100","10":"0.0","11":"0","index":733},{"0":"1","1":"2","2":"1","3":"0","4":"2","5":"45","6":"135","7":"192","8":"0","9":"110","10":"0.0","11":"0","index":734},{"0":"1","1":"0","2":"1","3":"0","4":"2","5":"41","6":"112","7":"250","8":"0","9":"142","10":"0.0","11":"0","index":735},{"0":"1","1":"2","2":"1","3":"0","4":"2","5":"59","6":"180","7":"213","8":"0","9":"100","10":"0.0","11":"0","index":736},{"0":"1","1":"0","2":"1","3":"0","4":"2","5":"51","6":"128","7":"0","8":"0","9":"107","10":"0.0","11":"0","index":737},{"0":"1","1":"2","2":"1","3":"0","4":"2","5":"42","6":"134","7":"240","8":"0","9":"160","10":"0.0","11":"0","index":738},{"0":"1","1":"0","2":"1","3":"0","4":"2","5":"40","6":"152","7":"223","8":"0","9":"181","10":"0.0","11":"1","index":739},{"0":"0","1":"0","2":"1","3":"0","4":"2","5":"62","6":"124","7":"209","8":"0","9":"163","10":"0.0","11":"0","index":740},{"0":"1","1":"2","2":"1","3":"0","4":"2","5":"47","6":"108","7":"243","8":"0","9":"152","10":"0.0","11":"1","index":741},{"0":"0","1":"2","2":"1","3":"0","4":"2","5":"39","6":"94","7":"199","8":"0","9":"179","10":"0.0","11":"0","index":742},{"0":"0","1":"2","2":"1","3":"0","4":"2","5":"67","6":"152","7":"277","8":"0","9":"172","10":"0.0","11":"0","index":743},{"0":"1","1":"0","2":"1","3":"0","4":"2","5":"52","6":"112","7":"230","8":"0","9":"160","10":"0.0","11":"1","index":744},{"0":"1","1":"2","2":"1","3":"0","4":"2","5":"41","6":"112","7":"250","8":"0","9":"179","10":"0.0","11":"0","index":745},{"0":"1","1":"2","2":"1","3":"0","4":"2","5":"50","6":"129","7":"196","8":"0","9":"163","10":"0.0","11":"0","index":746},{"0":"0","1":"2","2":"1","3":"0","4":"2","5":"60","6":"102","7":"318","8":"0","9":"160","10":"0.0","11":"0","index":747},{"0":"1","1":"2","2":"1","3":"0","4":"2","5":"52","6":"138","7":"223","8":"0","9":"169","10":"0.0","11":"0","index":748},{"0":"1","1":"0","2":"1","3":"0","4":"2","5":"61","6":"148","7":"203","8":"0","9":"161","10":"0.0","11":"1","index":749},{"0":"1","1":"2","2":"1","3":"0","4":"2","5":"38","6":"138","7":"175","8":"0","9":"173","10":"0.0","11":"0","index":750},{"0":"1","1":"0","2":"1","3":"1","4":"2","5":"63","6":"185","7":"0","8":"0","9":"98","10":"0.0","11":"1","index":751},{"0":"1","1":"2","2":"1","3":"1","4":"2","5":"40","6":"106","7":"240","8":"0","9":"80","10":"0.0","11":"0","index":752},{"0":"1","1":"0","2":"1","3":"1","4":"2","5":"57","6":"132","7":"207","8":"0","9":"168","10":"0.0","11":"0","index":753},{"0":"0","1":"0","2":"1","3":"1","4":"2","5":"64","6":"180","7":"325","8":"0","9":"154","10":"0.0","11":"0","index":754},{"0":"1","1":"2","2":"1","3":"1","4":"2","5":"51","6":"94","7":"227","8":"0","9":"154","10":"0.0","11":"0","index":755},{"0":"1","1":"0","2":"1","3":"1","4":"2","5":"52","6":"128","7":"255","8":"0","9":"161","10":"0.0","11":"1","index":756},{"0":"1","1":"2","2":"1","3":"1","4":"2","5":"68","6":"134","7":"254","8":"1","9":"151","10":"0.0","11":"0","index":757},{"0":"1","1":"1","2":"1","3":"0","4":"2","5":"46","6":"101","7":"197","8":"1","9":"156","10":"0.0","11":"0","index":758},{"0":"1","1":"1","2":"1","3":"0","4":"2","5":"52","6":"128","7":"205","8":"1","9":"184","10":"0.0","11":"0","index":759},{"0":"0","1":"2","2":"1","3":"0","4":"2","5":"54","6":"135","7":"304","8":"1","9":"170","10":"0.0","11":"0","index":760},{"0":"1","1":"2","2":"1","3":"0","4":"2","5":"48","6":"124","7":"255","8":"1","9":"175","10":"0.0","11":"0","index":761},{"0":"0","1":"1","2":"1","3":"0","4":"2","5":"51","6":"160","7":"194","8":"0","9":"170","10":"0.0","11":"0","index":762},{"0":"1","1":"1","2":"1","3":"0","4":"2","5":"52","6":"160","7":"196","8":"0","9":"165","10":"0.0","11":"0","index":763},{"0":"1","1":"2","2":"1","3":"0","4":"2","5":"39","6":"160","7":"147","8":"1","9":"160","10":"0.0","11":"0","index":764},{"0":"1","1":"1","2":"1","3":"0","4":"2","5":"47","6":"160","7":"263","8":"0","9":"174","10":"0.0","11":"0","index":765},{"0":"0","1":"1","2":"1","3":"0","4":"2","5":"54","6":"160","7":"312","8":"0","9":"130","10":"0.0","11":"0","index":766},{"0":"0","1":"3","2":"1","3":"0","4":"2","5":"62","6":"160","7":"193","8":"0","9":"116","10":"0.0","11":"0","index":767},{"0":"1","1":"2","2":"1","3":"0","4":"2","5":"42","6":"160","7":"147","8":"0","9":"146","10":"0.0","11":"0","index":768},{"0":"1","1":"1","2":"1","3":"0","4":"2","5":"54","6":"160","7":"305","8":"0","9":"175","10":"0.0","11":"0","index":769},{"0":"0","1":"2","2":"1","3":"0","4":"2","5":"54","6":"160","7":"201","8":"0","9":"163","10":"0.0","11":"0","index":770},{"0":"1","1":"2","2":"1","3":"0","4":"2","5":"54","6":"150","7":"195","8":"0","9":"122","10":"0.0","11":"0","index":771},{"0":"0","1":"1","2":"1","3":"0","4":"2","5":"43","6":"150","7":"186","8":"0","9":"154","10":"0.0","11":"0","index":772},{"0":"0","1":"1","2":"1","3":"0","4":"2","5":"54","6":"150","7":"230","8":"0","9":"130","10":"0.0","11":"0","index":773},{"0":"1","1":"1","2":"1","3":"0","4":"2","5":"35","6":"150","7":"264","8":"0","9":"168","10":"0.0","11":"0","index":774},{"0":"0","1":"2","2":"1","3":"0","4":"2","5":"43","6":"150","7":"254","8":"0","9":"175","10":"0.0","11":"0","index":775},{"0":"1","1":"0","2":"1","3":"0","4":"2","5":"44","6":"150","7":"412","8":"0","9":"170","10":"0.0","11":"0","index":776},{"0":"1","1":"2","2":"1","3":"0","4":"2","5":"46","6":"150","7":"163","8":"0","9":"116","10":"0.0","11":"0","index":777},{"0":"1","1":"1","2":"1","3":"0","4":"2","5":"42","6":"150","7":"268","8":"0","9":"136","10":"0.0","11":"0","index":778},{"0":"1","1":"0","2":"1","3":"1","4":"2","5":"50","6":"150","7":"215","8":"0","9":"140","10":"0.0","11":"0","index":779},{"0":"1","1":"2","2":"1","3":"0","4":"2","5":"36","6":"150","7":"160","8":"0","9":"172","10":"0.0","11":"0","index":780},{"0":"1","1":"1","2":"1","3":"0","4":"2","5":"54","6":"110","7":"208","8":"0","9":"142","10":"0.0","11":"0","index":781},{"0":"0","1":"1","2":"1","3":"0","4":"2","5":"50","6":"110","7":"202","8":"0","9":"145","10":"0.0","11":"0","index":782},{"0":"1","1":"1","2":"1","3":"0","4":"2","5":"32","6":"110","7":"225","8":"0","9":"184","10":"0.0","11":"0","index":783},{"0":"1","1":"2","2":"1","3":"0","4":"2","5":"55","6":"110","7":"277","8":"0","9":"160","10":"0.0","11":"0","index":784},{"0":"0","1":"1","2":"1","3":"0","4":"2","5":"49","6":"110","7":"208","8":"0","9":"160","10":"0.0","11":"0","index":785},{"0":"1","1":"0","2":"1","3":"0","4":"2","5":"39","6":"110","7":"273","8":"0","9":"132","10":"0.0","11":"0","index":786},{"0":"1","1":"3","2":"1","3":"0","4":"2","5":"47","6":"110","7":"249","8":"0","9":"150","10":"0.0","11":"0","index":787},{"0":"0","1":"2","2":"1","3":"0","4":"2","5":"51","6":"110","7":"190","8":"0","9":"120","10":"0.0","11":"0","index":788},{"0":"1","1":"2","2":"1","3":"0","4":"2","5":"48","6":"110","7":"211","8":"0","9":"138","10":"0.0","11":"0","index":789},{"0":"1","1":"1","2":"1","3":"0","4":"2","5":"41","6":"110","7":"235","8":"0","9":"153","10":"0.0","11":"0","index":790},{"0":"1","1":"0","2":"1","3":"0","4":"2","5":"43","6":"110","7":"211","8":"0","9":"161","10":"0.0","11":"0","index":791},{"0":"1","1":"1","2":"1","3":"0","4":"2","5":"40","6":"140","7":"289","8":"0","9":"172","10":"0.0","11":"0","index":792},{"0":"1","1":"1","2":"1","3":"0","4":"2","5":"50","6":"140","7":"216","8":"0","9":"170","10":"0.0","11":"0","index":793},{"0":"1","1":"1","2":"1","3":"0","4":"2","5":"45","6":"140","7":"224","8":"1","9":"122","10":"0.0","11":"0","index":794},{"0":"1","1":"1","2":"1","3":"1","4":"2","5":"52","6":"140","7":"100","8":"0","9":"138","10":"0.0","11":"0","index":795},{"0":"1","1":"1","2":"1","3":"0","4":"2","5":"57","6":"140","7":"260","8":"1","9":"140","10":"0.0","11":"0","index":796},{"0":"1","1":"1","2":"1","3":"0","4":"2","5":"38","6":"140","7":"297","8":"0","9":"150","10":"0.0","11":"0","index":797},{"0":"0","1":"1","2":"1","3":"0","4":"2","5":"52","6":"140","7":"225","8":"0","9":"140","10":"0.0","11":"0","index":798},{"0":"1","1":"1","2":"1","3":"0","4":"2","5":"48","6":"140","7":"238","8":"0","9":"118","10":"0.0","11":"0","index":799},{"0":"1","1":"1","2":"1","3":"0","4":"2","5":"53","6":"140","7":"320","8":"0","9":"162","10":"0.0","11":"0","index":800},{"0":"1","1":"1","2":"1","3":"0","4":"2","5":"59","6":"140","7":"287","8":"0","9":"150","10":"0.0","11":"0","index":801},{"0":"1","1":"1","2":"1","3":"0","4":"2","5":"55","6":"140","7":"196","8":"0","9":"150","10":"0.0","11":"0","index":802},{"0":"1","1":"1","2":"1","3":"0","4":"2","5":"29","6":"140","7":"263","8":"0","9":"170","10":"0.0","11":"0","index":803},{"0":"1","1":"1","2":"1","3":"1","4":"2","5":"46","6":"140","7":"275","8":"0","9":"165","10":"0.0","11":"0","index":804},{"0":"0","1":"1","2":"1","3":"1","4":"2","5":"61","6":"140","7":"298","8":"1","9":"120","10":"0.0","11":"0","index":805},{"0":"0","1":"1","2":"1","3":"0","4":"2","5":"63","6":"140","7":"195","8":"0","9":"179","10":"0.0","11":"0","index":806},{"0":"1","1":"1","2":"1","3":"1","4":"2","5":"59","6":"140","7":"221","8":"0","9":"164","10":"0.0","11":"0","index":807},{"0":"1","1":"0","2":"1","3":"0","4":"2","5":"45","6":"140","7":"224","8":"0","9":"144","10":"0.0","11":"0","index":808},{"0":"0","1":"0","2":"1","3":"0","4":"2","5":"35","6":"140","7":"167","8":"0","9":"150","10":"0.0","11":"0","index":809},{"0":"1","1":"0","2":"1","3":"0","4":"2","5":"50","6":"140","7":"129","8":"0","9":"135","10":"0.0","11":"0","index":810},{"0":"1","1":"0","2":"1","3":"1","4":"2","5":"47","6":"140","7":"276","8":"1","9":"125","10":"0.0","11":"0","index":811},{"0":"1","1":"0","2":"1","3":"0","4":"2","5":"53","6":"140","7":"243","8":"0","9":"155","10":"0.0","11":"0","index":812},{"0":"1","1":"0","2":"1","3":"0","4":"2","5":"49","6":"140","7":"185","8":"0","9":"130","10":"0.0","11":"0","index":813},{"0":"1","1":"2","2":"1","3":"0","4":"2","5":"58","6":"140","7":"179","8":"0","9":"160","10":"0.0","11":"0","index":814},{"0":"1","1":"2","2":"1","3":"0","4":"2","5":"40","6":"140","7":"235","8":"0","9":"188","10":"0.0","11":"0","index":815},{"0":"1","1":"2","2":"1","3":"0","4":"2","5":"49","6":"140","7":"187","8":"0","9":"172","10":"0.0","11":"0","index":816},{"0":"1","1":"0","2":"1","3":"0","4":"2","5":"42","6":"140","7":"358","8":"0","9":"170","10":"0.0","11":"0","index":817},{"0":"1","1":"0","2":"1","3":"0","4":"2","5":"59","6":"140","7":"169","8":"0","9":"140","10":"0.0","11":"0","index":818},{"0":"1","1":"0","2":"1","3":"1","4":"2","5":"59","6":"140","7":"177","8":"0","9":"162","10":"0.0","11":"1","index":819},{"0":"1","1":"0","2":"1","3":"0","4":"2","5":"42","6":"140","7":"226","8":"0","9":"178","10":"0.0","11":"0","index":820},{"0":"1","1":"2","2":"1","3":"0","4":"2","5":"64","6":"140","7":"335","8":"0","9":"158","10":"0.0","11":"1","index":821},{"0":"1","1":"2","2":"2","3":"0","4":"2","5":"52","6":"140","7":"259","8":"0","9":"170","10":"0.0","11":"0","index":822},{"0":"0","1":"1","2":"2","3":"0","4":"2","5":"54","6":"140","7":"309","8":"0","9":"140","10":"0.0","11":"0","index":823},{"0":"1","1":"2","2":"0","3":"0","4":"2","5":"44","6":"140","7":"235","8":"0","9":"180","10":"0.0","11":"0","index":824},{"0":"1","1":"2","2":"0","3":"0","4":"2","5":"58","6":"140","7":"211","8":"1","9":"165","10":"0.0","11":"0","index":825},{"0":"1","1":"0","2":"0","3":"1","4":"2","5":"51","6":"140","7":"261","8":"0","9":"186","10":"0.0","11":"0","index":826},{"0":"1","1":"2","2":"0","3":"0","4":"2","5":"39","6":"140","7":"321","8":"0","9":"182","10":"0.0","11":"0","index":827},{"0":"0","1":"1","2":"1","3":"0","4":"2","5":"41","6":"130","7":"245","8":"0","9":"150","10":"0.0","11":"0","index":828},{"0":"1","1":"1","2":"1","3":"0","4":"2","5":"58","6":"130","7":"230","8":"0","9":"150","10":"0.0","11":"0","index":829},{"0":"1","1":"1","2":"1","3":"0","4":"2","5":"40","6":"130","7":"275","8":"0","9":"150","10":"0.0","11":"0","index":830},{"0":"1","1":"2","2":"1","3":"0","4":"2","5":"37","6":"130","7":"194","8":"0","9":"150","10":"0.0","11":"0","index":831},{"0":"1","1":"1","2":"1","3":"0","4":"2","5":"51","6":"130","7":"224","8":"0","9":"150","10":"0.0","11":"0","index":832},{"0":"0","1":"1","2":"0","3":"0","4":"2","5":"55","6":"130","7":"394","8":"0","9":"150","10":"0.0","11":"0","index":833},{"0":"1","1":"0","2":"0","3":"1","4":"2","5":"48","6":"130","7":"256","8":"1","9":"150","10":"0.0","11":"1","index":834},{"0":"1","1":"2","2":"1","3":"0","4":"2","5":"42","6":"130","7":"180","8":"0","9":"150","10":"0.0","11":"0","index":835},{"0":"0","1":"1","2":"1","3":"0","4":"2","5":"45","6":"130","7":"237","8":"0","9":"170","10":"0.0","11":"0","index":836},{"0":"0","1":"2","2":"1","3":"0","4":"2","5":"37","6":"130","7":"211","8":"0","9":"142","10":"0.0","11":"0","index":837},{"0":"1","1":"2","2":"1","3":"0","4":"2","5":"40","6":"130","7":"215","8":"0","9":"138","10":"0.0","11":"0","index":838},{"0":"1","1":"2","2":"1","3":"0","4":"2","5":"36","6":"130","7":"209","8":"0","9":"178","10":"0.0","11":"0","index":839},{"0":"1","1":"2","2":"1","3":"0","4":"2","5":"56","6":"130","7":"167","8":"0","9":"114","10":"0.0","11":"0","index":840},{"0":"1","1":"1","2":"1","3":"0","4":"2","5":"44","6":"130","7":"215","8":"0","9":"135","10":"0.0","11":"0","index":841},{"0":"1","1":"0","2":"1","3":"0","4":"2","5":"39","6":"130","7":"307","8":"0","9":"140","10":"0.0","11":"0","index":842},{"0":"1","1":"0","2":"1","3":"0","4":"2","5":"51","6":"130","7":"179","8":"0","9":"100","10":"0.0","11":"0","index":843},{"0":"0","1":"1","2":"1","3":"0","4":"2","5":"34","6":"130","7":"161","8":"0","9":"190","10":"0.0","11":"0","index":844},{"0":"1","1":"1","2":"1","3":"0","4":"2","5":"39","6":"130","7":"215","8":"0","9":"120","10":"0.0","11":"0","index":845},{"0":"0","1":"0","2":"1","3":"0","4":"2","5":"46","6":"130","7":"238","8":"0","9":"90","10":"0.0","11":"0","index":846},{"0":"1","1":"1","2":"1","3":"0","4":"2","5":"58","6":"130","7":"251","8":"0","9":"110","10":"0.0","11":"0","index":847},{"0":"1","1":"1","2":"1","3":"0","4":"2","5":"48","6":"130","7":"245","8":"0","9":"160","10":"0.0","11":"0","index":848},{"0":"1","1":"1","2":"1","3":"0","4":"2","5":"56","6":"130","7":"184","8":"0","9":"100","10":"0.0","11":"0","index":849},{"0":"1","1":"0","2":"1","3":"0","4":"2","5":"37","6":"130","7":"315","8":"0","9":"158","10":"0.0","11":"0","index":850},{"0":"1","1":"2","2":"1","3":"0","4":"2","5":"40","6":"130","7":"281","8":"0","9":"167","10":"0.0","11":"0","index":851},{"0":"1","1":"0","2":"1","3":"0","4":"2","5":"53","6":"130","7":"182","8":"0","9":"148","10":"0.0","11":"0","index":852},{"0":"0","1":"0","2":"1","3":"0","4":"2","5":"49","6":"130","7":"269","8":"0","9":"163","10":"0.0","11":"0","index":853},{"0":"1","1":"1","2":"1","3":"0","4":"2","5":"55","6":"130","7":"262","8":"0","9":"155","10":"0.0","11":"0","index":854},{"0":"1","1":"2","2":"1","3":"0","4":"2","5":"47","6":"130","7":"253","8":"0","9":"179","10":"0.0","11":"0","index":855},{"0":"1","1":"1","2":"2","3":"0","4":"2","5":"37","6":"130","7":"283","8":"0","9":"98","10":"0.0","11":"0","index":856},{"0":"0","1":"2","2":"2","3":"0","4":"2","5":"49","6":"130","7":"207","8":"0","9":"135","10":"0.0","11":"0","index":857},{"0":"1","1":"1","2":"0","3":"0","4":"2","5":"28","6":"130","7":"132","8":"0","9":"185","10":"0.0","11":"0","index":858},{"0":"0","1":"2","2":"2","3":"0","4":"2","5":"56","6":"130","7":"219","8":"0","9":"164","10":"0.0","11":"0","index":859},{"0":"0","1":"0","2":"2","3":"0","4":"2","5":"37","6":"130","7":"173","8":"0","9":"184","10":"0.0","11":"0","index":860},{"0":"0","1":"1","2":"2","3":"0","4":"2","5":"54","6":"130","7":"253","8":"0","9":"155","10":"0.0","11":"0","index":861},{"0":"1","1":"0","2":"2","3":"0","4":"2","5":"44","6":"130","7":"209","8":"0","9":"127","10":"0.0","11":"0","index":862},{"0":"0","1":"0","2":"0","3":"0","4":"2","5":"61","6":"130","7":"330","8":"0","9":"169","10":"0.0","11":"1","index":863},{"0":"1","1":"2","2":"0","3":"0","4":"2","5":"53","6":"130","7":"246","8":"1","9":"173","10":"0.0","11":"0","index":864},{"0":"1","1":"1","2":"0","3":"0","4":"2","5":"29","6":"130","7":"204","8":"0","9":"202","10":"0.0","11":"0","index":865},{"0":"1","1":"1","2":"0","3":"0","4":"2","5":"44","6":"130","7":"219","8":"0","9":"188","10":"0.0","11":"0","index":866},{"0":"1","1":"1","2":"0","3":"0","4":"2","5":"56","6":"130","7":"221","8":"0","9":"163","10":"0.0","11":"0","index":867},{"0":"0","1":"1","2":"2","3":"0","4":"2","5":"48","6":"120","7":"177","8":"1","9":"148","10":"0.0","11":"0","index":868},{"0":"0","1":"0","2":"2","3":"0","4":"2","5":"44","6":"120","7":"218","8":"0","9":"115","10":"0.0","11":"0","index":869},{"0":"0","1":"0","2":"2","3":"0","4":"2","5":"48","6":"120","7":"254","8":"0","9":"110","10":"0.0","11":"0","index":870},{"0":"0","1":"3","2":"2","3":"0","4":"2","5":"35","6":"120","7":"160","8":"0","9":"185","10":"0.0","11":"0","index":871},{"0":"0","1":"1","2":"2","3":"0","4":"2","5":"43","6":"120","7":"215","8":"0","9":"175","10":"0.0","11":"0","index":872},{"0":"0","1":"1","2":"2","3":"0","4":"2","5":"43","6":"120","7":"249","8":"0","9":"176","10":"0.0","11":"0","index":873},{"0":"1","1":"1","2":"2","3":"0","4":"2","5":"41","6":"120","7":"291","8":"0","9":"160","10":"0.0","11":"0","index":874},{"0":"1","1":"1","2":"0","3":"0","4":"2","5":"35","6":"120","7":"308","8":"0","9":"180","10":"0.0","11":"0","index":875},{"0":"1","1":"2","2":"0","3":"0","4":"2","5":"55","6":"120","7":"220","8":"0","9":"134","10":"0.0","11":"0","index":876},{"0":"1","1":"2","2":"0","3":"0","4":"2","5":"60","6":"120","7":"246","8":"0","9":"135","10":"0.0","11":"0","index":877},{"0":"1","1":"0","2":"2","3":"1","4":"2","5":"50","6":"120","7":"0","8":"0","9":"156","10":"0.0","11":"1","index":878},{"0":"1","1":"0","2":"2","3":"0","4":"2","5":"62","6":"120","7":"220","8":"0","9":"86","10":"0.0","11":"0","index":879},{"0":"1","1":"2","2":"0","3":"0","4":"2","5":"62","6":"120","7":"220","8":"0","9":"86","10":"0.0","11":"0","index":880},{"0":"1","1":"2","2":"1","3":"0","4":"2","5":"39","6":"120","7":"339","8":"0","9":"170","10":"0.0","11":"0","index":881},{"0":"1","1":"0","2":"1","3":"0","4":"2","5":"37","6":"120","7":"223","8":"0","9":"168","10":"0.0","11":"0","index":882},{"0":"1","1":"0","2":"1","3":"0","4":"2","5":"56","6":"120","7":"85","8":"0","9":"140","10":"0.0","11":"0","index":883},{"0":"1","1":"0","2":"1","3":"0","4":"2","5":"55","6":"120","7":"270","8":"0","9":"140","10":"0.0","11":"0","index":884},{"0":"1","1":"2","2":"1","3":"0","4":"2","5":"46","6":"120","7":"230","8":"0","9":"150","10":"0.0","11":"0","index":885},{"0":"1","1":"2","2":"1","3":"0","4":"2","5":"54","6":"120","7":"217","8":"0","9":"137","10":"0.0","11":"0","index":886},{"0":"0","1":"2","2":"1","3":"0","4":"2","5":"48","6":"120","7":"195","8":"0","9":"125","10":"0.0","11":"0","index":887},{"0":"1","1":"2","2":"1","3":"0","4":"2","5":"33","6":"120","7":"298","8":"0","9":"185","10":"0.0","11":"0","index":888},{"0":"1","1":"2","2":"1","3":"0","4":"2","5":"53","6":"120","7":"195","8":"0","9":"140","10":"0.0","11":"0","index":889},{"0":"0","1":"2","2":"1","3":"0","4":"2","5":"53","6":"120","7":"274","8":"0","9":"130","10":"0.0","11":"0","index":890},{"0":"1","1":"0","2":"1","3":"0","4":"2","5":"45","6":"120","7":"225","8":"0","9":"140","10":"0.0","11":"0","index":891},{"0":"0","1":"2","2":"1","3":"0","4":"2","5":"37","6":"120","7":"215","8":"0","9":"170","10":"0.0","11":"0","index":892},{"0":"0","1":"2","2":"1","3":"0","4":"2","5":"60","6":"120","7":"178","8":"1","9":"96","10":"0.0","11":"0","index":893},{"0":"1","1":"2","2":"1","3":"0","4":"2","5":"44","6":"120","7":"226","8":"0","9":"169","10":"0.0","11":"0","index":894},{"0":"0","1":"2","2":"1","3":"0","4":"2","5":"58","6":"120","7":"340","8":"0","9":"172","10":"0.0","11":"0","index":895},{"0":"0","1":"1","2":"1","3":"0","4":"2","5":"48","6":"120","7":"284","8":"0","9":"120","10":"0.0","11":"0","index":896},{"0":"1","1":"1","2":"1","3":"0","4":"2","5":"39","6":"120","7":"204","8":"0","9":"145","10":"0.0","11":"0","index":897},{"0":"0","1":"1","2":"1","3":"0","4":"2","5":"43","6":"120","7":"201","8":"0","9":"165","10":"0.0","11":"0","index":898},{"0":"1","1":"1","2":"1","3":"0","4":"2","5":"52","6":"120","7":"284","8":"0","9":"118","10":"0.0","11":"0","index":899},{"0":"0","1":"1","2":"1","3":"0","4":"2","5":"37","6":"120","7":"260","8":"0","9":"130","10":"0.0","11":"0","index":900},{"0":"1","1":"1","2":"1","3":"0","4":"2","5":"54","6":"120","7":"238","8":"0","9":"154","10":"0.0","11":"0","index":901},{"0":"0","1":"1","2":"1","3":"0","4":"2","5":"52","6":"120","7":"210","8":"0","9":"148","10":"0.0","11":"0","index":902},{"0":"1","1":"1","2":"1","3":"0","4":"2","5":"54","6":"120","7":"246","8":"0","9":"110","10":"0.0","11":"0","index":903},{"0":"0","1":"1","2":"1","3":"0","4":"2","5":"54","6":"120","7":"230","8":"1","9":"140","10":"0.0","11":"0","index":904},{"0":"1","1":"1","2":"1","3":"0","4":"2","5":"42","6":"120","7":"198","8":"0","9":"155","10":"0.0","11":"0","index":905},{"0":"1","1":"1","2":"1","3":"0","4":"2","5":"50","6":"120","7":"168","8":"0","9":"160","10":"0.0","11":"0","index":906},{"0":"1","1":"1","2":"1","3":"0","4":"2","5":"42","6":"120","7":"196","8":"0","9":"150","10":"0.0","11":"0","index":907},{"0":"1","1":"1","2":"1","3":"0","4":"2","5":"29","6":"120","7":"243","8":"0","9":"160","10":"0.0","11":"0","index":908},{"0":"1","1":"1","2":"1","3":"0","4":"2","5":"55","6":"120","7":"256","8":"1","9":"137","10":"0.0","11":"0","index":909},{"0":"1","1":"1","2":"1","3":"0","4":"2","5":"41","6":"120","7":"295","8":"0","9":"170","10":"0.0","11":"0","index":910},{"0":"0","1":"1","2":"1","3":"0","4":"2","5":"38","6":"120","7":"275","8":"0","9":"129","10":"0.0","11":"0","index":911},{"0":"0","1":"1","2":"1","3":"0","4":"2","5":"43","6":"120","7":"266","8":"0","9":"118","10":"0.0","11":"0","index":912},{"0":"1","1":"1","2":"1","3":"0","4":"2","5":"53","6":"120","7":"181","8":"0","9":"132","10":"0.0","11":"0","index":913},{"0":"1","1":"1","2":"1","3":"0","4":"2","5":"36","6":"120","7":"166","8":"0","9":"180","10":"0.0","11":"0","index":914},{"0":"1","1":"1","2":"1","3":"0","4":"2","5":"42","6":"120","7":"295","8":"0","9":"162","10":"0.0","11":"0","index":915},{"0":"1","1":"1","2":"1","3":"0","4":"2","5":"44","6":"120","7":"220","8":"0","9":"170","10":"0.0","11":"0","index":916},{"0":"1","1":"1","2":"1","3":"0","4":"2","5":"44","6":"120","7":"263","8":"0","9":"173","10":"0.0","11":"0","index":917},{"0":"1","1":"1","2":"1","3":"0","4":"2","5":"41","6":"120","7":"157","8":"0","9":"182","10":"0.0","11":"0","index":918}],"schema":[{"key":"0","name":"Sex","type":"bigint"},{"key":"1","name":"ChestPainType","type":"bigint"},{"key":"2","name":"RestingECG","type":"bigint"},{"key":"3","name":"ExerciseAngina","type":"bigint"},{"key":"4","name":"ST_Slope","type":"bigint"},{"key":"5","name":"Age","type":"int"},{"key":"6","name":"RestingBP","type":"int"},{"key":"7","name":"Cholesterol","type":"int"},{"key":"8","name":"FastingBS","type":"int"},{"key":"9","name":"MaxHR","type":"int"},{"key":"10","name":"Oldpeak","type":"double"},{"key":"11","name":"HeartDisease","type":"int"}],"truncated":false},"isSummary":false,"language":"scala"},"persist_state":{"view":{"type":"details","tableOptions":{},"chartOptions":{"chartType":"bar","categoryFieldKeys":["0"],"seriesFieldKeys":["0"],"aggregationType":"count","isStacked":false,"binsNumber":10,"wordFrequency":"-1"}}}}}},"save_output":true,"spark_compute":{"compute_id":"/trident/default","session_options":{"enableDebugMode":false,"conf":{}}},"dependencies":{"lakehouse":{"default_lakehouse":"87075977-c1b5-45fc-a88f-2a083d6b8023","default_lakehouse_name":"HeartFailureLakeHouse","default_lakehouse_workspace_id":"1852166c-bd3c-4dae-a90e-39c7373a88c8","known_lakehouses":[{"id":"87075977-c1b5-45fc-a88f-2a083d6b8023"}]}}},"nbformat":4,"nbformat_minor":5}
\ No newline at end of file
diff --git a/072-DataScienceInFabric/Student/Resources/Notebooks/04-Perform-HeartFailure-Batch-Predictions.ipynb b/072-DataScienceInFabric/Student/Resources/Notebooks/04-Perform-HeartFailure-Batch-Predictions.ipynb
new file mode 100644
index 0000000000..1ed7a026ac
--- /dev/null
+++ b/072-DataScienceInFabric/Student/Resources/Notebooks/04-Perform-HeartFailure-Batch-Predictions.ipynb
@@ -0,0 +1 @@
+{"cells":[{"cell_type":"markdown","source":["## Module 4 - Simulate Input data, perform Batch Predictions and save predictions to Lakehouse"],"metadata":{"nteract":{"transient":{"deleting":false}}},"id":"d0c8ef8e-c6e4-4600-ba71-5e9809ac8aa6"},{"cell_type":"markdown","source":["#### Install the required libraries and define the dataset schema"],"metadata":{"nteract":{"transient":{"deleting":false}}},"id":"91085c58-4af6-46d9-9dec-d0c1cf8cecc3"},{"cell_type":"markdown","source":["\n","You will now use the [Faker](https://faker.readthedocs.io/en/master/) Python package to simulate heart failure diagnostic data. Python Libraries can be added in the Workspace Settings or installed inline using _%pip install Faker_. Read more on the public docs - [Manage Apache Spark libraries](https://learn.microsoft.com/en-us/fabric/data-engineering/library-management)"],"metadata":{"nteract":{"transient":{"deleting":false}}},"id":"d6871701-3100-4625-ae77-0c70eb074410"},{"cell_type":"code","source":["#Install the required library\n","%pip install Faker==18.10.1"],"outputs":[{"output_type":"display_data","data":{"application/vnd.livy.statement-meta+json":{"spark_pool":null,"session_id":"90dfa8b5-242d-46b7-962e-e13f54ac5fe3","statement_id":12,"statement_ids":[8,9,10,11,12],"state":"finished","livy_statement_state":"available","queued_time":"2024-06-10T18:57:25.2794773Z","session_start_time":null,"execution_start_time":"2024-06-10T18:57:25.7980912Z","execution_finish_time":"2024-06-10T18:57:45.1978631Z","parent_msg_id":"0bb96cd7-dcd5-450a-a03b-3504f9d7ef07"},"text/plain":"StatementMeta(, 90dfa8b5-242d-46b7-962e-e13f54ac5fe3, 12, Finished, Available)"},"metadata":{}},{"output_type":"stream","name":"stdout","text":["Collecting Faker==18.10.1\n Downloading Faker-18.10.1-py3-none-any.whl (1.7 MB)\n\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m1.7/1.7 MB\u001b[0m \u001b[31m33.9 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0ma \u001b[36m0:00:01\u001b[0m\n\u001b[?25hRequirement already satisfied: python-dateutil>=2.4 in /home/trusted-service-user/cluster-env/trident_env/lib/python3.10/site-packages (from Faker==18.10.1) (2.8.2)\nRequirement already satisfied: six>=1.5 in /home/trusted-service-user/cluster-env/trident_env/lib/python3.10/site-packages (from python-dateutil>=2.4->Faker==18.10.1) (1.16.0)\nInstalling collected packages: Faker\nSuccessfully installed Faker-18.10.1\n\n\u001b[1m[\u001b[0m\u001b[34;49mnotice\u001b[0m\u001b[1;39;49m]\u001b[0m\u001b[39;49m A new release of pip is available: \u001b[0m\u001b[31;49m23.1.2\u001b[0m\u001b[39;49m -> \u001b[0m\u001b[32;49m24.0\u001b[0m\n\u001b[1m[\u001b[0m\u001b[34;49mnotice\u001b[0m\u001b[1;39;49m]\u001b[0m\u001b[39;49m To update, run: \u001b[0m\u001b[32;49mpython -m pip install --upgrade pip\u001b[0m\nNote: you may need to restart the kernel to use updated packages.\nWarning: PySpark kernel has been restarted to use updated packages.\n\n"]}],"execution_count":6,"metadata":{"jupyter":{"source_hidden":false,"outputs_hidden":false},"nteract":{"transient":{"deleting":false}},"microsoft":{"language":"python","language_group":"synapse_pyspark"}},"id":"6b26247a-4751-48b9-ab13-d4d255184265"},{"cell_type":"code","source":["#Import the required libraries\n","from pyspark.sql.types import StructType, StructField, IntegerType, DoubleType, StringType, LongType\n","from faker import Faker\n","import pandas\n","from synapse.ml.predict import MLFlowTransformer"],"outputs":[],"execution_count":null,"metadata":{"jupyter":{"source_hidden":false,"outputs_hidden":false},"nteract":{"transient":{"deleting":false}},"microsoft":{"language":"python","language_group":"synapse_pyspark"}},"id":"b8fa0bb4-f63f-432e-89da-5e31d9722a38"},{"cell_type":"code","source":["#Define the dataset schema\n","\n","heartFailureDataSchema = StructType(\n","[\n"," StructField('Age', IntegerType(), True),\n"," StructField('Sex', IntegerType(), True),\n"," StructField('ChestPainType', IntegerType(), True),\n"," StructField('RestingBP', IntegerType(), True),\n"," StructField('Cholesterol', IntegerType(), True),\n"," StructField('FastingBS', IntegerType(), True),\n"," StructField('RestingECG', IntegerType(), True),\n"," StructField('MaxHR', IntegerType(), True),\n"," StructField('ExerciseAngina', IntegerType(), True),\n"," StructField('Oldpeak', DoubleType(), True),\n"," StructField('ST_Slope', IntegerType(), True)\n","]\n",")"],"outputs":[{"output_type":"display_data","data":{"application/vnd.livy.statement-meta+json":{"spark_pool":null,"session_id":"90dfa8b5-242d-46b7-962e-e13f54ac5fe3","statement_id":14,"statement_ids":[14],"state":"finished","livy_statement_state":"available","queued_time":"2024-06-10T18:57:39.7509106Z","session_start_time":null,"execution_start_time":"2024-06-10T18:57:50.5493686Z","execution_finish_time":"2024-06-10T18:57:50.8581036Z","parent_msg_id":"c0fc1c14-55d0-4017-8534-84a68ee4f1f5"},"text/plain":"StatementMeta(, 90dfa8b5-242d-46b7-962e-e13f54ac5fe3, 14, Finished, Available)"},"metadata":{}}],"execution_count":7,"metadata":{"jupyter":{"source_hidden":false,"outputs_hidden":false},"nteract":{"transient":{"deleting":false}},"microsoft":{"language":"python","language_group":"synapse_pyspark"}},"id":"a9d0dbe0-4d7d-4854-9063-38a5ce632de6"},{"cell_type":"markdown","source":["#### Part 1 instructions\n","\n","Simulate input heart failure diagnostic data to be used for predictions"],"metadata":{"nteract":{"transient":{"deleting":false}},"microsoft":{"language":"python","language_group":"synapse_pyspark"}},"id":"47a943f9-25f5-4f30-bdac-fe50f83c92a6"},{"cell_type":"markdown","source":["First, set the simulated record count to 10 and set up a new empty list for the simulated data"],"metadata":{"nteract":{"transient":{"deleting":false}},"microsoft":{"language":"python","language_group":"synapse_pyspark"}},"id":"adba6f14-cb65-4326-8160-c8adb4a24a6b"},{"cell_type":"code","source":["faker = Faker()\n","simulateRecordCount = 10\n","simData = []"],"outputs":[],"execution_count":null,"metadata":{"jupyter":{"source_hidden":false,"outputs_hidden":false},"nteract":{"transient":{"deleting":false}},"collapsed":false,"microsoft":{"language":"python","language_group":"synapse_pyspark"}},"id":"8b77d29d-49b1-4787-b844-d33188ec1ec2"},{"cell_type":"markdown","source":["Now, you will loop through the 10 simulated elements to generate. For each element you need to generate a simulated value of each feature (age, bp, cholesterol...). \n","\n","Steps:\n","- Refer to the previously generated dataset schema to identify what kind of value (integer, float or categorical value) each feature is. \n","- Refer to the statistics of the data on notebook 2 to pick an adequate range of values for each feature.\n","- Pick one of the following faker functions according to the value type of each feature and set it to generate a value from the range you chose\n","\n","Faker functions:\n","\n","- For integers use [faker.randomint](https://faker.readthedocs.io/en/master/providers/baseprovider.html#faker.providers.BaseProvider.random_int)\n","- For categorical values use faker.randomint but make sure you are choosing the correct range\n","- For floats use [faker.pyfloat](https://faker.readthedocs.io/en/master/providers/faker.providers.python.html#faker.providers.python.Provider.pyfloat) making sure you are specifying the correct amount of decimals"],"metadata":{"nteract":{"transient":{"deleting":false}},"microsoft":{"language":"python","language_group":"synapse_pyspark"}},"id":"2d3046af-cbdf-4493-af0e-331271b9efcb"},{"cell_type":"code","source":["\n","for i in range(simulateRecordCount):\n"," age = \n"," RestingBP = \n"," Cholesterol = \n"," FastingBS= \n"," MaxHR = \n"," OldPeak = \n"," ChestPain = \n"," Sex = \n"," RestingECG = \n"," ExerciseAngina = \n"," StSlope= \n"," #Adding all simulalted variables to the list\n"," simData.append((age, Sex,ChestPain, RestingBP,Cholesterol,FastingBS,RestingECG , MaxHR,ExerciseAngina,OldPeak, StSlope))\n","\n"],"outputs":[],"execution_count":null,"metadata":{"jupyter":{"source_hidden":false,"outputs_hidden":false},"nteract":{"transient":{"deleting":false}},"microsoft":{"language":"python","language_group":"synapse_pyspark"}},"id":"ca6e2242-3dac-4f08-9a9f-5b729a719eff"},{"cell_type":"markdown","source":["To complete this section, create a dataframe with the data you have just simulated (simData) and the explicit schema you created previously (heartFailureDataSchema). [Documentation link](https://spark.apache.org/docs/latest/api/python/getting_started/quickstart_df.html#DataFrame-Creation)"],"metadata":{"nteract":{"transient":{"deleting":false}},"microsoft":{"language":"python","language_group":"synapse_pyspark"}},"id":"c9ace39e-9d85-4fd9-b8c0-8d5054b74ce7"},{"cell_type":"code","source":["df = \n","display(df)"],"outputs":[],"execution_count":null,"metadata":{"jupyter":{"source_hidden":false,"outputs_hidden":false},"nteract":{"transient":{"deleting":false}},"microsoft":{"language":"python","language_group":"synapse_pyspark"}},"id":"b19195ba-e2bc-4e2d-8f73-693bd4484fec"},{"cell_type":"markdown","source":["Now, convert the dataframe to pandas."],"metadata":{"nteract":{"transient":{"deleting":false}},"microsoft":{"language":"python","language_group":"synapse_pyspark"}},"id":"3d94e6e1-fedb-49fa-b471-2bc23c12853e"},{"cell_type":"code","source":["data_df = df.toPandas()"],"outputs":[{"output_type":"display_data","data":{"application/vnd.livy.statement-meta+json":{"spark_pool":null,"session_id":"90dfa8b5-242d-46b7-962e-e13f54ac5fe3","statement_id":25,"statement_ids":[25],"state":"finished","livy_statement_state":"available","queued_time":"2024-06-10T19:16:03.7141774Z","session_start_time":null,"execution_start_time":"2024-06-10T19:16:04.3586034Z","execution_finish_time":"2024-06-10T19:16:06.046793Z","parent_msg_id":"613c7204-a85a-4b16-b79e-9c473b026563"},"text/plain":"StatementMeta(, 90dfa8b5-242d-46b7-962e-e13f54ac5fe3, 25, Finished, Available)"},"metadata":{}}],"execution_count":18,"metadata":{"jupyter":{"source_hidden":false,"outputs_hidden":false},"nteract":{"transient":{"deleting":false}},"microsoft":{"language":"python","language_group":"synapse_pyspark"}},"id":"13c2bc19-8e92-46d9-9aa6-efed7a1733b8"},{"cell_type":"markdown","source":["#### Part 2 Instructions \n","Load the trained and registered model to generate predictions"],"metadata":{"nteract":{"transient":{"deleting":false}}},"id":"5c0b73c7-becb-4c1c-af17-bfed0c631b4a"},{"cell_type":"markdown","source":["Load the model (rfc1_sm, version 1). From the [documentation link](https://learn.microsoft.com/en-us/fabric/data-science/model-scoring-predict#call-predict-from-a-notebook) go to step 3 to learn how to use the MLFlowTransformer function."],"metadata":{"nteract":{"transient":{"deleting":false}},"microsoft":{"language":"python","language_group":"synapse_pyspark"}},"id":"9ba31d38-5d24-470d-9d13-06f84a479a5d"},{"cell_type":"code","source":["model = (\n","\n","\n","\n","\n",")"],"outputs":[{"output_type":"display_data","data":{"application/vnd.livy.statement-meta+json":{"spark_pool":null,"session_id":"90dfa8b5-242d-46b7-962e-e13f54ac5fe3","statement_id":26,"statement_ids":[26],"state":"finished","livy_statement_state":"available","queued_time":"2024-06-10T19:16:09.2760886Z","session_start_time":null,"execution_start_time":"2024-06-10T19:16:09.8941829Z","execution_finish_time":"2024-06-10T19:16:16.4018477Z","parent_msg_id":"021c8b5e-7411-483f-8164-61b83d11f42e"},"text/plain":"StatementMeta(, 90dfa8b5-242d-46b7-962e-e13f54ac5fe3, 26, Finished, Available)"},"metadata":{}},{"output_type":"display_data","data":{"text/plain":"Downloading artifacts: 0%| | 0/5 [00:00, ?it/s]","application/vnd.jupyter.widget-view+json":{"version_major":2,"version_minor":0,"model_id":"14763a4288e34c9aa23920d43ff5314c"}},"metadata":{}},{"output_type":"stream","name":"stderr","text":["/opt/spark/python/lib/pyspark.zip/pyspark/sql/pandas/functions.py:399: UserWarning: In Python 3.6+ and Spark 3.0+, it is preferred to specify type hints for pandas UDF instead of specifying pandas UDF type which will be deprecated in the future releases. See SPARK-28264 for more details.\n"]},{"output_type":"display_data","data":{"application/vnd.livy.statement-meta+json":{"spark_pool":null,"session_id":"90dfa8b5-242d-46b7-962e-e13f54ac5fe3","statement_id":27,"statement_ids":[27],"state":"finished","livy_statement_state":"available","queued_time":"2024-06-10T19:16:17.7967171Z","session_start_time":null,"execution_start_time":"2024-06-10T19:16:18.361971Z","execution_finish_time":"2024-06-10T19:16:18.7167402Z","parent_msg_id":"61f0fc18-eb1a-4fb0-890e-85b21d4199ec"},"text/plain":"StatementMeta(, 90dfa8b5-242d-46b7-962e-e13f54ac5fe3, 27, Finished, Available)"},"metadata":{}}],"execution_count":19,"metadata":{"jupyter":{"source_hidden":false,"outputs_hidden":false},"nteract":{"transient":{"deleting":false}},"microsoft":{"language":"python","language_group":"synapse_pyspark"}},"id":"101f9eab-8c31-46f3-8474-2fa1c1a1ca24"},{"cell_type":"markdown","source":["Now, generate predictions using the new transformer you just created. Display the predictions. [Documentation link](https://learn.microsoft.com/en-us/fabric/data-science/model-scoring-predict#predict-with-the-transformer-api)"],"metadata":{"nteract":{"transient":{"deleting":false}},"microsoft":{"language":"python","language_group":"synapse_pyspark"}},"id":"2929b596-ad5c-4cbb-81df-a5e0beefd7ba"},{"cell_type":"code","source":["predictions = \n","display(predictions)"],"outputs":[{"output_type":"display_data","data":{"application/vnd.livy.statement-meta+json":{"spark_pool":null,"session_id":"90dfa8b5-242d-46b7-962e-e13f54ac5fe3","statement_id":28,"statement_ids":[28],"state":"finished","livy_statement_state":"available","queued_time":"2024-06-10T19:16:22.2892165Z","session_start_time":null,"execution_start_time":"2024-06-10T19:16:22.8322587Z","execution_finish_time":"2024-06-10T19:16:41.5167102Z","parent_msg_id":"e932e667-1e22-4038-8163-5d682dc152ae"},"text/plain":"StatementMeta(, 90dfa8b5-242d-46b7-962e-e13f54ac5fe3, 28, Finished, Available)"},"metadata":{}},{"output_type":"display_data","data":{"application/vnd.synapse.widget-view+json":{"widget_id":"b0d0740a-32d9-4c71-b469-da24206009bd","widget_type":"Synapse.DataFrame"},"text/plain":"SynapseWidget(Synapse.DataFrame, b0d0740a-32d9-4c71-b469-da24206009bd)"},"metadata":{}}],"execution_count":20,"metadata":{"jupyter":{"source_hidden":false,"outputs_hidden":false},"nteract":{"transient":{"deleting":false}},"microsoft":{"language":"python","language_group":"synapse_pyspark"},"collapsed":false},"id":"7cbc7d1f-2dba-48d2-bc1c-addcd00cba81"},{"cell_type":"markdown","source":["#### Part 3 instructions\n","Format Predictions and save them as a Delta Table for consumption."],"metadata":{"nteract":{"transient":{"deleting":false}}},"id":"03f448d9-3a6c-4a33-b961-59f795bea359"},{"cell_type":"markdown","source":["First, set the correct spark configuration. Refer to notebook 1 for an in-depth explanation of the following code cell."],"metadata":{"nteract":{"transient":{"deleting":false}},"microsoft":{"language":"python","language_group":"synapse_pyspark"}},"id":"7f6dd3b4-a681-4429-b87f-076036f64ca3"},{"cell_type":"code","source":["# Optimize writes to Delta Table\n","spark.conf.set(\"sprk.sql.parquet.vorder.enabled\", \"true\") # Enable Verti-Parquet write\n","spark.conf.set(\"spark.microsoft.delta.optimizeWrite.enabled\", \"true\") # Enable automatic delta optimized write"],"outputs":[{"output_type":"display_data","data":{"application/vnd.livy.statement-meta+json":{"spark_pool":null,"session_id":"90dfa8b5-242d-46b7-962e-e13f54ac5fe3","statement_id":29,"statement_ids":[29],"state":"finished","livy_statement_state":"available","queued_time":"2024-06-10T19:17:51.3271312Z","session_start_time":null,"execution_start_time":"2024-06-10T19:17:51.9566495Z","execution_finish_time":"2024-06-10T19:17:52.2264127Z","parent_msg_id":"5727fe19-1cc6-4760-ab51-10594ea9d6d4"},"text/plain":"StatementMeta(, 90dfa8b5-242d-46b7-962e-e13f54ac5fe3, 29, Finished, Available)"},"metadata":{}}],"execution_count":21,"metadata":{"microsoft":{"language":"python","language_group":"synapse_pyspark"}},"id":"b56f54a2-79fd-4bfb-b3b4-afd9600ad1c3"},{"cell_type":"markdown","source":["Before writing the predictions, we need to add an id column to be able to identify \"patients\" who are predicted to be at risk for heart failure. Run the following code cell to add the id column. [monotonically_increasing_id](https://spark.apache.org/docs/latest/api/python/reference/pyspark.sql/api/pyspark.sql.functions.monotonically_increasing_id.html)"],"metadata":{"nteract":{"transient":{"deleting":false}},"microsoft":{"language":"python","language_group":"synapse_pyspark"}},"id":"5ec0c7cf-313e-4dba-bb5c-e8890a0261e4"},{"cell_type":"code","source":["from pyspark.sql import Window\n","from pyspark.sql.functions import row_number\n","from pyspark.sql.functions import monotonically_increasing_id\n","\n","# Add a new column \"row_number\" using row_number() over the specified window\n","predictions = predictions.withColumn(\"id\", row_number().over(Window.orderBy(monotonically_increasing_id())) - 1)\n","\n","display(predictions)"],"outputs":[],"execution_count":null,"metadata":{"jupyter":{"source_hidden":false,"outputs_hidden":false},"nteract":{"transient":{"deleting":false}},"microsoft":{"language":"python","language_group":"synapse_pyspark"}},"id":"3342e6e5-925d-40f7-80fd-1f59be92b833"},{"cell_type":"markdown","source":["Now, write the predictions you just generated to a delta table under the \"Tables/table_name\" directory. Refer to notebook 1 for information on how to write delta tables."],"metadata":{"nteract":{"transient":{"deleting":false}},"microsoft":{"language":"python","language_group":"synapse_pyspark"}},"id":"16f58775-e373-4491-841d-9579e9546a16"},{"cell_type":"code","source":["table_name = \"heartFailure_pred\"\n","#Enter a line of code to write the predictions to a delta table\n","predictions.\n","print(f\"Output Predictions saved to delta table: {table_name}\")"],"outputs":[{"output_type":"display_data","data":{"application/vnd.livy.statement-meta+json":{"spark_pool":null,"session_id":"90dfa8b5-242d-46b7-962e-e13f54ac5fe3","statement_id":31,"statement_ids":[31],"state":"finished","livy_statement_state":"available","queued_time":"2024-06-10T19:18:41.1049746Z","session_start_time":null,"execution_start_time":"2024-06-10T19:18:41.7456112Z","execution_finish_time":"2024-06-10T19:18:51.6925212Z","parent_msg_id":"bf78397e-c67b-4f21-accd-50ef644cdb33"},"text/plain":"StatementMeta(, 90dfa8b5-242d-46b7-962e-e13f54ac5fe3, 31, Finished, Available)"},"metadata":{}},{"output_type":"stream","name":"stdout","text":["Output Predictions saved to delta table: heartFailure_pred\n"]}],"execution_count":23,"metadata":{"jupyter":{"source_hidden":false,"outputs_hidden":false},"nteract":{"transient":{"deleting":false}},"microsoft":{"language":"python","language_group":"synapse_pyspark"}},"id":"4a8d6b76-5861-4b98-af6f-d2c401447480"},{"cell_type":"markdown","source":["On Fabric notebooks (and spark notebooks in general) you can use SparkSQL to read from delta tables using SQL commands. Preview the table you just loaded using SQL.\n","\n","- [Convert the next cell to SQL](https://learn.microsoft.com/en-us/fabric/data-engineering/author-execute-notebook#use-multiple-languages)\n","- [Select all (*) data from a table in SQL](https://www.w3schools.com/sql/sql_select.asp)"],"metadata":{"nteract":{"transient":{"deleting":false}},"microsoft":{"language":"python","language_group":"synapse_pyspark"}},"id":"3c41497f-9364-46c8-9d34-c76eeafeef5b"},{"cell_type":"code","source":["\n"],"outputs":[{"output_type":"display_data","data":{"application/vnd.livy.statement-meta+json":{"spark_pool":null,"session_id":"90dfa8b5-242d-46b7-962e-e13f54ac5fe3","statement_id":32,"statement_ids":[32],"state":"finished","livy_statement_state":"available","queued_time":"2024-06-10T19:18:49.844873Z","session_start_time":null,"execution_start_time":"2024-06-10T19:18:52.3182307Z","execution_finish_time":"2024-06-10T19:19:06.609269Z","parent_msg_id":"f1b939f3-771c-41e4-a6a7-80954617c516"},"text/plain":"StatementMeta(, 90dfa8b5-242d-46b7-962e-e13f54ac5fe3, 32, Finished, Available)"},"metadata":{}},{"output_type":"execute_result","execution_count":24,"data":{"application/vnd.synapse.sparksql-result+json":{"schema":{"type":"struct","fields":[{"name":"Age","type":"integer","nullable":true,"metadata":{}},{"name":"Sex","type":"integer","nullable":true,"metadata":{}},{"name":"ChestPainType","type":"long","nullable":true,"metadata":{}},{"name":"RestingBP","type":"integer","nullable":true,"metadata":{}},{"name":"Cholesterol","type":"integer","nullable":true,"metadata":{}},{"name":"FastingBS","type":"integer","nullable":true,"metadata":{}},{"name":"RestingECG","type":"integer","nullable":true,"metadata":{}},{"name":"MaxHR","type":"integer","nullable":true,"metadata":{}},{"name":"ExerciseAngina","type":"long","nullable":true,"metadata":{}},{"name":"Oldpeak","type":"double","nullable":true,"metadata":{}},{"name":"ST_Slope","type":"long","nullable":true,"metadata":{}},{"name":"predictions","type":"integer","nullable":true,"metadata":{}}]},"data":[[57,0,"0",117,172,1,2,138,"0",2.9,"1",1],[62,1,"1",86,256,0,2,180,"0",0.6,"0",0],[67,1,"1",158,202,0,0,106,"1",1,"1",0],[57,0,"0",87,200,1,2,167,"0",3.9,"1",1],[57,0,"0",95,166,1,1,167,"0",3.1,"0",1],[61,0,"0",70,228,0,2,126,"1",0.1,"0",1],[69,1,"1",78,246,0,0,159,"1",2.6,"1",0],[60,0,"2",138,233,1,1,135,"0",1.1,"0",0],[56,0,"0",74,243,1,2,198,"1",3.1,"0",1],[67,1,"2",78,125,0,0,171,"0",3.2,"0",0]]},"text/plain":"