diff --git a/public/ThinkAloud/config.json b/public/ThinkAloud/config.json deleted file mode 100644 index 4dc7d39e7..000000000 --- a/public/ThinkAloud/config.json +++ /dev/null @@ -1,940 +0,0 @@ -{ - "$schema": "https://raw.githubusercontent.com/reVISit-studies/study/main/src/parser/StudyConfigSchema.json", - "studyMetadata": { - "title": "Interactive Selections in Scatterplots", - "version": "pilot", - "authors": [ - "The reVISit Team" - ], - "date": "2023-11-03", - "description": "A study comparing different selection mechanisms on scatterplots.", - "organizations": [ - "University of Utah", - "WPI", - "University of Toronto" - ] - }, - "recordStudyAudio": true, - "tasksToNotRecordAudio": ["introduction", "consent", "end"], - "uiConfig": { - "contactEmail": "cnobre@cs.toronto.edu", - "helpTextPath": "ThinkAloud/titanicTutorial.md", - "logoPath": "assets/revisitLogoSquare.svg", - "withProgressBar": true, - "autoDownloadStudy": false, - "sidebar": true, - "studyEndMsg": "**Thank you for completing the study. You may click this link and return to Prolific**: [https://app.prolific.com/submissions/complete?cc=C1L3V5MY](https://app.prolific.com/submissions/complete?cc=C1L3V5MY)", - "urlParticipantIdParam": "PROLIFIC_PID" - }, - "baseComponents": { - "scatterPlot": { - "description": "A scatterplot and accompanying bar chart.", - "type": "react-component", - "path": "ThinkAloud/BrushPlot.tsx", - "nextButtonLocation": "sidebar", - "instructionLocation": "sidebar", - "response": [] - } - }, - "components": { - "introduction": { - "type": "markdown", - "path": "ThinkAloud/introduction.md", - "response": [ - { - "id": "prolificId", - "prompt": "Please enter your Prolific ID", - "required": true, - "location": "belowStimulus", - "type": "shortText", - "placeholder": "Prolific ID", - "paramCapture": "PROLIFIC_PID" - } - ] - }, - "consent": { - "type": "markdown", - "path": "ThinkAloud/consent.md", - "nextButtonText": "Agree", - "response": [ - { - "id": "accept", - "prompt": "Do you consent to the study and wish to continue?", - "required": true, - "requiredValue": "yes", - "location": "belowStimulus", - "type": "radio", - "options": [ - { - "label": "Decline", - "value": "no" - }, - { - "label": "Accept", - "value": "yes" - } - ] - } - ] - }, - "tutorial": { - "type": "markdown", - "path": "ThinkAloud/tutorial.md", - "nextButtonText": "", - "response": [] - }, - "titanicTutorial": { - "type": "markdown", - "path": "ThinkAloud/titanicTutorial.md", - "nextButtonText": "", - "response": [] - }, - "happinessTutorial": { - "type": "markdown", - "path": "ThinkAloud/tutorial.md", - "nextButtonText": "", - "response": [] - }, - "rectangleBrush_q1": { - "baseComponent": "scatterPlot", - "instruction": "How many cars from Japan have a Miles Per Gallon value greater than 35?", - "parameters": { - "dataset": "cars", - "x": "Miles per Gallon", - "y": "Weight (lbs)", - "category": "Origin", - "ids": "id", - "brushType": "Rectangular Selection" - }, - "response": [ - { - "correctAnswer": 17, - "id": "response", - "prompt": "Answer:", - "required": true, - "location": "sidebar", - "type": "numerical", - "max": 100, - "min": 0 - } - ] - }, - "audioTest": { - "description": "Audio test", - "type": "react-component", - "path": "ThinkAloud/AudioTest.tsx", - "nextButtonLocation": "sidebar", - "nextButtonText": "Continue", - "response": [{ - "id": "audioResponse", - "type": "radio", - "required": true, - "hidden": true, - "location": "sidebar", - "prompt": "Found Audio", - "options": [{"label": "Yes", "value": "Yes"}] - }] - }, - "rectangleBrush_q2": { - "baseComponent": "scatterPlot", - "instruction": "Consider only cars that have a miles per gallon value greater than 30 AND weigh more than 2000 pounds. Which country or region produces the most and the least of these cars?", - "parameters": { - "dataset": "cars", - "x": "Miles per Gallon", - "y": "Weight (lbs)", - "category": "Origin", - "ids": "id", - "brushType": "Rectangular Selection" - }, - "response": [ - { - "correctAnswer": "Japan", - "id": "max-response", - "prompt": "Most Cars:", - "required": true, - "location": "sidebar", - "type": "dropdown", - "options": [ - { - "label": "Europe", - "value": "Europe" - }, - { - "label": "Japan", - "value": "Japan" - }, - { - "label": "USA", - "value": "USA" - } - ] - }, - { - "correctAnswer": "Europe", - "id": "min-response", - "prompt": "Least Cars:", - "required": true, - "location": "sidebar", - "type": "dropdown", - "options": [ - { - "label": "Europe", - "value": "Europe" - }, - { - "label": "Japan", - "value": "Japan" - }, - { - "label": "USA", - "value": "USA" - } - ] - } - ] - }, - "axisBrush_q1": { - "baseComponent": "scatterPlot", - "instruction": "How many days from September to the end of the year is it sunny?", - "parameters": { - "dataType": "date", - "dataset": "weather", - "x": "Date", - "y": "Maximum Temperature", - "category": "Weather", - "ids": "id", - "brushType": "Axis Selection" - }, - "response": [ - { - "correctAnswer": 32, - "id": "response", - "prompt": "Answer:", - "required": true, - "location": "sidebar", - "type": "numerical", - "max": 100, - "min": 0 - } - ] - }, - "axisBrush_q2": { - "baseComponent": "scatterPlot", - "instruction": "Consider only days between June and October with temperatures above 20 degrees. What are the most and least common weather types during those days?", - "parameters": { - "dataType": "date", - "dataset": "weather", - "x": "Date", - "y": "Maximum Temperature", - "category": "Weather", - "ids": "id", - "brushType": "Axis Selection" - }, - "response": [ - { - "correctAnswer": "sun", - "id": "max-response", - "prompt": "Most common Weather:", - "required": true, - "location": "sidebar", - "type": "dropdown", - "options": [ - { - "label": "drizzle", - "value": "drizzle" - }, - { - "label": "fog", - "value": "fog" - }, - { - "label": "rain", - "value": "rain" - }, - { - "label": "sun", - "value": "sun" - } - ] - }, - { - "correctAnswer": "drizzle", - "id": "min-response", - "prompt": "Least common Weather:", - "required": true, - "location": "sidebar", - "type": "dropdown", - "options": [ - { - "label": "drizzle", - "value": "drizzle" - }, - { - "label": "fog", - "value": "fog" - }, - { - "label": "rain", - "value": "rain" - }, - { - "label": "sun", - "value": "sun" - } - ] - } - ] - }, - "sliderBrush_q1": { - "baseComponent": "scatterPlot", - "instruction": "How many Gentoo penguins weigh less than 4.5k grams (g)?", - "parameters": { - "dataset": "penguin", - "x": "Body Mass (g)", - "y": "Flipper Length (mm)", - "category": "Species", - "ids": "id", - "brushType": "Slider Selection" - }, - "response": [ - { - "correctAnswer": 15, - "id": "response", - "prompt": "Answer:", - "required": true, - "location": "sidebar", - "type": "numerical", - "max": 100, - "min": 0 - } - ] - }, - "paintBrush_q3": { - "baseComponent": "scatterPlot", - "instruction": "How many Gentoo penguins weigh less than 4.5k grams (g)?

While answering this question, please verbalize your thoughts, especially any insights you have or problems you run into. ", - "parameters": { - "dataset": "penguin", - "x": "Body Mass (g)", - "y": "Flipper Length (mm)", - "category": "Species", - "ids": "id", - "brushType": "Paintbrush Selection" - }, - "response": [ - { - "correctAnswer": 15, - "id": "response", - "prompt": "Answer:", - "required": true, - "location": "sidebar", - "type": "numerical", - "max": 100, - "min": 0 - } - ] - }, - "sliderBrush_q2": { - "baseComponent": "scatterPlot", - "instruction": "Consider only penguins that weigh between 4k and 5k grams (g) and have flipper lengths between 200 and 215mm. What is the most and least common type of penguin in this subset?", - "parameters": { - "dataset": "penguin", - "x": "Body Mass (g)", - "y": "Flipper Length (mm)", - "category": "Species", - "ids": "id", - "brushType": "Slider Selection" - }, - "response": [ - { - "correctAnswer": "Gentoo", - "id": "max-response", - "prompt": "Most common Penguin:", - "required": true, - "location": "sidebar", - "type": "dropdown", - "options": [ - { - "label": "Adelie", - "value": "Adelie" - }, - { - "label": "Chinstrap", - "value": "Chinstrap" - }, - { - "label": "Gentoo", - "value": "Gentoo" - } - ] - }, - { - "correctAnswer": "Adelie", - "id": "min-response", - "prompt": "Least common Penguin:", - "required": true, - "location": "sidebar", - "type": "dropdown", - "options": [ - { - "label": "Adelie", - "value": "Adelie" - }, - { - "label": "Chinstrap", - "value": "Chinstrap" - }, - { - "label": "Gentoo", - "value": "Gentoo" - } - ] - } - ] - }, - "paintBrush_q4": { - "baseComponent": "scatterPlot", - "instruction": "Consider only penguins that weigh between 4k and 5k grams (g) and have flipper lengths between 200 and 215mm. What is the most and least common type of penguin in this subset?

While answering this question, please verbalize your thoughts, especially any insights you have or problems you run into. ", - "parameters": { - "dataset": "penguin", - "x": "Body Mass (g)", - "y": "Flipper Length (mm)", - "category": "Species", - "ids": "id", - "brushType": "Paintbrush Selection" - }, - "response": [ - { - "correctAnswer": "Gentoo", - "id": "max-response", - "prompt": "Most common Penguin:", - "required": true, - "location": "sidebar", - "type": "dropdown", - "options": [ - { - "label": "Adelie", - "value": "Adelie" - }, - { - "label": "Chinstrap", - "value": "Chinstrap" - }, - { - "label": "Gentoo", - "value": "Gentoo" - } - ] - }, - { - "correctAnswer": "Adelie", - "id": "min-response", - "prompt": "Least common Penguin:", - "required": true, - "location": "sidebar", - "type": "dropdown", - "options": [ - { - "label": "Adelie", - "value": "Adelie" - }, - { - "label": "Chinstrap", - "value": "Chinstrap" - }, - { - "label": "Gentoo", - "value": "Gentoo" - } - ] - } - ] - }, - "paintBrush_q1": { - "baseComponent": "scatterPlot", - "instruction": "How many Adventure Movies have a production budget value greater than 100 million?

While answering this question, please verbalize your thoughts, especially any insights you have or problems you run into. ", - "parameters": { - "dataset": "movies", - "x": "Production Budget", - "y": "Gross Income", - "category": "Genre", - "ids": "id", - "brushType": "Paintbrush Selection" - }, - "response": [ - { - "correctAnswer": 28, - "id": "response", - "prompt": "Answer:", - "required": true, - "location": "sidebar", - "type": "numerical", - "max": 100, - "min": 0 - } - ] - }, - "paintBrush_q2": { - "baseComponent": "scatterPlot", - "instruction": "Consider only movies that had a production budget greater than 100 million and made less than 150 Million in Gross income. Which genres had the most and the least movies in this group of movies?

While answering this question, please verbalize your thoughts, especially any insights you have or problems you run into. ", - "parameters": { - "dataset": "movies", - "x": "Production Budget", - "y": "Gross Income", - "category": "Genre", - "ids": "id", - "brushType": "Paintbrush Selection" - }, - "response": [ - { - "correctAnswer": "Action", - "id": "max-response", - "prompt": "Most common Genre:", - "required": true, - "location": "sidebar", - "type": "dropdown", - "options": [ - { - "label": "Action", - "value": "Action" - }, - { - "label": "Adventure", - "value": "Adventure" - }, - { - "label": "Comedy", - "value": "Comedy" - }, - { - "label": "Drama", - "value": "Drama" - } - ] - }, - { - "correctAnswer": "Comedy", - "id": "min-response", - "prompt": "Least common Genre:", - "required": true, - "location": "sidebar", - "type": "dropdown", - "options": [ - { - "label": "Action", - "value": "Action" - }, - { - "label": "Adventure", - "value": "Adventure" - }, - { - "label": "Comedy", - "value": "Comedy" - }, - { - "label": "Drama", - "value": "Drama" - } - ] - } - ] - }, - "happinessSimple1": { - "baseComponent": "scatterPlot", - "instruction": "Which region seems to be the most happy?", - "parameters": { - "dataset": "happiness", - "x": "Freedom_To_Make_Life_Choices", - "y": "Life_Ladder", - "category": "Regional_Indicator", - "ids": "Country_Name", - "brushType": "Paintbrush Selection", - "year": 2020 - }, - "response": [] - }, - "happinessSimple2": { - "baseComponent": "scatterPlot", - "instruction": "Which region believes it has the most freedom to make life choices?", - "parameters": { - "dataset": "happiness", - "x": "Freedom_To_Make_Life_Choices", - "y": "Life_Ladder", - "category": "Regional_Indicator", - "ids": "Country_Name", - "brushType": "Paintbrush Selection", - "year": 2020 - }, - "response": [] - }, - "happinessSimple3": { - "baseComponent": "scatterPlot", - "instruction": "Of countries with a Log GDP Per Capita above 10, which one has the highest perception of corruption", - "parameters": { - "dataset": "happiness", - "x": "Freedom_To_Make_Life_Choices", - "y": "Life_Ladder", - "category": "Regional_Indicator", - "ids": "Country_Name", - "brushType": "Paintbrush Selection", - "year": 2020 - }, - "response": [] - }, - "happinessSimple4": { - "baseComponent": "scatterPlot", - "instruction": "Which columns in the dataset are the most correlated?", - "parameters": { - "dataset": "happiness", - "x": "Freedom_To_Make_Life_Choices", - "y": "Life_Ladder", - "category": "Regional_Indicator", - "ids": "Country_Name", - "brushType": "Paintbrush Selection", - "year": 2020 - }, - "response": [] - }, - "happinessComplex1Titanic": { - "baseComponent": "scatterPlot", - "instruction": "Analyze who was on the ship. For example, was it mostly families or individuals? How old were they?

Please answer the question out loud, as well as verbalize any insights, questions, or problems you have while exploring the data. ", - "parameters": { - "dataset": "titanic", - "x": "Fare", - "y": "Age", - "category": "Survived", - "ids": "Name", - "hideCat": true, - "brushType": "Paintbrush Selection", - "columns": ["Class", "Sex", "Age", "Siblings Or Spouse", "Parents Or Children", "Fare"], - "catColumns": ["Class", "Sex", "Siblings Or Spouse", "Parents Or Children"], - - "brushState": { - "0": { - "hasBrush": false, "x1": 0, "y1": 0, "x2": 0, "y2": 0, "xCol": "Age", "yCol": "Fare", "id": 0, "type": "scatter" - }, - "3": { - "hasBrush": false, "x1": 0, "y1": 0, "x2": 0, "y2": 0, "xCol": "Sex", "yCol": "Age", "id": 3, "type": "violin" - }, - "1": { - "hasBrush": false, "x1": 0, "y1": 0, "x2": 0, "y2": 0, "xCol": "Siblings Or Spouse", "yCol": "Siblings Or Spouse", "id": 1, "type": "histogram" - }, - "2": { - "hasBrush": false, "x1": 0, "y1": 0, "x2": 0, "y2": 0, "xCol": "Parents Or Children", "yCol": "Parents Or Children", "id": 2, "type": "histogram" - } - } - }, - "response": [ - { - "id": "completedResponse", - "prompt": "Have you verbalized your answer?", - "required": true, - "location": "sidebar", - "type": "radio", - "options": [ - { - "label": "Yes", - "value": "1" - } - ] - } - ] - }, - "happinessComplex2Titanic": { - "baseComponent": "scatterPlot", - "instruction": "Did women and children have a better survival rate than men?

Please answer the question out loud, as well as verbalize any insights, questions, or problems you have while exploring the data.", - "parameters": { - "dataset": "titanic", - "x": "Sex", - "y": "Age", - "category": "Survived", - "ids": "Name", - "brushType": "Paintbrush Selection", - "columns": ["Class", "Sex", "Age", "Siblings Or Spouse", "Parents Or Children", "Fare"], - "brushState": { - "0": { - "hasBrush": false, "x1": 0, "y1": 0, "x2": 0, "y2": 0, "xCol": "Age", "yCol": "Fare", "id": 0, "type": "scatter" - }, - "2": { - "hasBrush": false, "x1": 0, "y1": 0, "x2": 0, "y2": 0, "xCol": "Sex", "yCol": "Age", "id": 2, "type": "violin" - }, - "1": { - "hasBrush": false, "x1": 0, "y1": 0, "x2": 0, "y2": 0, "xCol": "Sex", "yCol": "Sex", "id": 1, "type": "histogram" - } - } - }, - "response": [ - { - "id": "completedResponse", - "prompt": "Have you verbalized your answer?", - "required": true, - "location": "sidebar", - "type": "radio", - "options": [ - { - "label": "Yes", - "value": "1" - } - ] - } - ] - }, - "happinessComplex3Titanic": { - "baseComponent": "scatterPlot", - "instruction": "Did a passengers socio-economic conditions affect their survival rate?

Please answer the question out loud, as well as verbalize any insights, questions, or problems you have while exploring the data. ", - "parameters": { - "dataset": "titanic", - "x": "Fare", - "y": "Age", - "category": "Survived", - "ids": "Name", - "brushType": "Paintbrush Selection", - "columns": ["Class", "Sex", "Age", "Siblings Or Spouse", "Parents Or Children", "Fare"], - "brushState": { - "0": { - "hasBrush": false, "x1": 0, "y1": 0, "x2": 0, "y2": 0, "xCol": "Age", "yCol": "Fare", "id": 0, "type": "scatter" - }, - "2": { - "hasBrush": false, "x1": 0, "y1": 0, "x2": 0, "y2": 0, "xCol": "Class", "yCol": "Age", "id": 2, "type": "violin" - }, - "1": { - "hasBrush": false, "x1": 0, "y1": 0, "x2": 0, "y2": 0, "xCol": "Class", "yCol": "Class", "id": 1, "type": "histogram" - } - } - }, - "response": [ - { - "id": "completedResponse", - "prompt": "Have you verbalized your answer?", - "required": true, - "location": "sidebar", - "type": "radio", - "options": [ - { - "label": "Yes", - "value": "1" - } - ] - } - ] - }, - "happinessComplex4Titanic": { - "baseComponent": "scatterPlot", - "instruction": "Explore the dataset for anything interesting to you. What insights do you gain from the data?

Please answer the question out loud, as well as verbalize any insights, questions, or problems you have while exploring the data. ", - "parameters": { - "dataset": "titanic", - "x": "Fare", - "y": "Age", - "category": "Survived", - "ids": "Name", - "brushType": "Paintbrush Selection", - "columns": ["Class", "Sex", "Age", "Siblings Or Spouse", "Parents Or Children", "Fare"], - "brushState": { - "0": { - "hasBrush": false, "x1": 0, "y1": 0, "x2": 0, "y2": 0, "xCol": "Age", "yCol": "Fare", "id": 0, "type": "scatter" - }, - "2": { - "hasBrush": false, "x1": 0, "y1": 0, "x2": 0, "y2": 0, "xCol": "Class", "yCol": "Age", "id": 2, "type": "violin" - }, - "3": { - "hasBrush": false, "x1": 0, "y1": 0, "x2": 0, "y2": 0, "xCol": "Class", "yCol": "Class", "id": 3, "type": "histogram" - }, - "1": { - "hasBrush": false, "x1": 0, "y1": 0, "x2": 0, "y2": 0, "xCol": "Sex", "yCol": "Age", "id": 1, "type": "violin" - }, - "8": { - "hasBrush": false, "x1": 0, "y1": 0, "x2": 0, "y2": 0, "xCol": "Sex", "yCol": "Sex", "id": 8, "type": "histogram" - }, - "5": { - "hasBrush": false, "x1": 0, "y1": 0, "x2": 0, "y2": 0, "xCol": "Siblings Or Spouse", "yCol": "Siblings Or Spouse", "id": 5, "type": "histogram" - }, - "6": { - "hasBrush": false, "x1": 0, "y1": 0, "x2": 0, "y2": 0, "xCol": "Parents Or Children", "yCol": "Parents Or Children", "id": 6, "type": "histogram" - } - } - }, - "response": [ - { - "id": "completedResponse", - "prompt": "Have you verbalized your answer?", - "required": true, - "location": "sidebar", - "type": "radio", - "options": [ - { - "label": "Yes", - "value": "1" - } - ] - } - ] - }, - "happinessComplex1": { - "baseComponent": "scatterPlot", - "instruction": "Find a country you’re knowledgable of or interested in, and explore the data for that country. Does anything standout or surprise you?", - "parameters": { - "dataset": "happiness", - "x": "Freedom_To_Make_Life_Choices", - "y": "Life_Ladder", - "category": "Regional_Indicator", - "ids": "Country_Name", - "brushType": "Paintbrush Selection", - "year": 2020 - }, - "response": [] - }, - "happinessComplex2": { - "baseComponent": "scatterPlot", - "instruction": "Explore the dataset for anything interesting to you. What insights do you gain from the data?", - "parameters": { - "dataset": "happiness", - "x": "Freedom_To_Make_Life_Choices", - "y": "Life_Ladder", - "category": "Regional_Indicator", - "ids": "Country_Name", - "brushType": "Paintbrush Selection", - "year": 2020 - }, - "response": [] - }, - "happinessComplex3": { - "baseComponent": "scatterPlot", - "instruction": "Does generosity impact other measures of happiness?", - "parameters": { - "dataset": "happiness", - "x": "Freedom_To_Make_Life_Choices", - "y": "Life_Ladder", - "category": "Regional_Indicator", - "ids": "Country_Name", - "brushType": "Paintbrush Selection", - "year": 2020 - }, - "response": [] - }, - "happinessComplex4": { - "baseComponent": "scatterPlot", - "instruction": "According to the dataset, how important does social support seem to be to other categories, such as Freedom to make life choices, Perceptions of corruption, and Life Ladder?", - "parameters": { - "dataset": "happiness", - "x": "Freedom_To_Make_Life_Choices", - "y": "Life_Ladder", - "category": "Regional_Indicator", - "ids": "Country_Name", - "brushType": "Paintbrush Selection", - "year": 2020 - }, - "response": [] - }, - "post-study-survey": { - "type": "questionnaire", - "response": [ - { - "id": "q1", - "prompt": "How comfortable were you answering questions out loud?", - "required": true, - "location": "aboveStimulus", - "type": "likert", - "preset": 7, - "rightLabel": "Very comfortable", - "leftLabel": "Not comfortable" - }, - { - "id": "q2", - "prompt": "How awkward was answering questions out loud?", - "required": true, - "location": "aboveStimulus", - "type": "likert", - "preset": 7, - "rightLabel": "Not awkward", - "leftLabel": "Very awkward" - }, - { - "id": "privacyQ", - "prompt": "Do you have any privacy concerns about having your audio recorded?", - "required": true, - "location": "aboveStimulus", - "type": "longText", - "placeholder": "Enter your comments here" - }, - { - "id": "q3", - "prompt": "Have you done online studies before which asked you to speak?", - "required": true, - "location": "aboveStimulus", - "type": "radio", - "options": [ - { - "label": "No", - "value": "no" - }, - { - "label": "Yes", - "value": "yes" - } - ] - }, - { - "id": "q5", - "prompt": "Please provide any comments about the process of answering questions out loud.", - "required": false, - "location": "aboveStimulus", - "type": "longText", - "placeholder": "Enter your comments here" - }, - { - "id": "surveyExperience", - "prompt": "Did you experience any problems with our tool?", - "required": true, - "location": "belowStimulus", - "type": "longText", - "placeholder": "Enter your answer here." - }, - { - "id": "surveyRenderIssues", - "prompt": "Did anything not render or display properly?", - "required": true, - "location": "belowStimulus", - "type": "longText", - "placeholder": "Enter your answer here" - }, - { - "id": "surveyOtherIssues", - "prompt": "Any other issues or anything you would like to tell us?", - "required": true, - "location": "belowStimulus", - "type": "longText", - "placeholder": "Enter your answer here" - } - ] - } - }, - "sequence": { - "order": "fixed", - "components": [ - "introduction", - "consent", - "audioTest", - "tutorial", - { - "order": "random", - "components": [ - "paintBrush_q1", - "paintBrush_q2", - "paintBrush_q3", - "paintBrush_q4" - ] - }, - "titanicTutorial", - { - "order": "fixed", - "components": [ - "happinessComplex1Titanic", - "happinessComplex2Titanic", - "happinessComplex3Titanic", - "happinessComplex4Titanic" - ] - }, - "post-study-survey" - ] - } -} diff --git a/public/ThinkAloud/consent.md b/public/ThinkAloud/consent.md deleted file mode 100644 index 04ac4d54e..000000000 --- a/public/ThinkAloud/consent.md +++ /dev/null @@ -1,111 +0,0 @@ -# IRB Consent Form - - **Investigator: Zach Cutler** - - **Contact Information: zach.t.cutler@gmail.com; 208-890-0869** - -## Title of Research Study: Interactive brush selections in scatterplots. -## Introduction -You are being asked to participate in a research study. Before you - agree, however, you must be fully informed about the purpose of - the study, the procedures to be followed, and any benefits, risks - or discomfort that you may experience as a result of your - participation. This form presents information about the study so - that you may make a fully informed decision regarding your - participation. - -## Purpose of the Study -Visual representations of data (visualizations) are increasingly -common in everyday life. The purpose of this study is to learn -more about how people read and understand visualizations. - -## Tasks -The test contains 8 questions about 4 data -visualizations. -It will take approximately 20-30 minutes to finish this -test. -For each question, you will be given an interactive data -visualization (right) and a problem to solve (left). -We suggest maximizing your browser window as some charts can be on the larger side. - -## Risks to study participants -Each participant in this study is assigned a random ID for analyses. As such, -your participation will remain anonymous and your responses will -not be used to identify you. - -## Benefits to research participants and others: -The possible benefits include exposure to interesting data -visualization, along with helping inform the -development of future experiment reporting techniques. - -## Record keeping and confidentiality -Records of your participation in this study will be held -confidential so far as permitted by law. However, the study -investigators, the sponsor or its designee and, under certain -circumstances, the University of Utah Institutional -Review Board (U of U IRB) will be able to inspect and have access to -this data. Any publication or presentation of the data will not -identify you. - -## Audio Recording - -As part of this study, we will record your audio, and ask you to verbalize your thought process as you go through the study. All audio will be recorded, saved, and transcribed for later use. - -## Cost/Payment -Please check the Prolific description. - -## Contact -For more information about this research or about the rights of -research participants, or in case of research-related injury, -contact: Zach Cutler (contact info at the top of this page). Contact the Institutional Review Board (IRB) -if you have questions regarding your rights as a research participant. -Also, contact the IRB if you have questions, complaints or concerns which you do not feel you can discuss with the investigator. -The University of Utah IRB may be reached by phone at (801) 581-3655 or by e-mail at irb@hsc.utah.edu. -You may also contact the Research Participant Advocate (RPA) by phone at (801) 581-3803 or by email at participant.advocate@hsc.utah.edu. - -Your participation in this research is voluntary -Your refusal to participate will not result in any penalty to you -or any loss of benefits to which you may otherwise be entitled. -You may decide to stop participating in the research at any time -without penalty or loss of other benefits. The project -investigators retain the right to cancel or postpone the -experimental procedures at any time they see fit. - - -## Data banking - -## Future Use of Private Information - -As part of this study, we would like to keep information collected in during this project so that researchers may use it in the future in other research projects. When we use the term “data repository”, it refers to the storage of the information that is collected. - -## What will be kept? - -We would like to keep recorded audio while you take this study, as well as interaction log data. - -## What will my information be used for? - -Information collected about you may be used for future research about data visualization to help us learn more. - -## Who will keep my information? - -Your information will be kept by Dr. Alexander Lex who manages the data repository at the University of Utah. - -## Do I have to allow my information to be saved for future research? - -If you do not want your information to be saved for future research, you should not participate in this study. - -## Will my information be personally identifiable? - -That information kept from you will not have your name or other personal information linked to it. Your de-identified information may be shared with researchers at the University of Utah and at other institutions without additional informed consent from you or your legally authorized representative. The only information we will keep is information like your age. - -## What if I want to withdraw my information from the data repository? - -Because we will not keep your name or other identifying information when we store your data, you will not be able to have your information removed from the data repository later. - -## Will my information be used for commercial profit? - -Information obtained from you in this research may help in the development of a commercial product by University of Utah or its research partners. There are no plans to provide financial compensation to you should this occur. - -## Will future results or findings be given to me? - -Because your information cannot be linked back to you, we will not share the results from future studies with you. diff --git a/public/ThinkAloud/data/happiness.csv b/public/ThinkAloud/data/happiness.csv deleted file mode 100644 index 9044cbb92..000000000 --- a/public/ThinkAloud/data/happiness.csv +++ /dev/null @@ -1,2200 +0,0 @@ -Country_Name,Regional_Indicator,Year,Life_Ladder,Log_GDP_Per_Capita,Social_Support,Healthy_Life_Expectancy_At_Birth,Freedom_To_Make_Life_Choices,Generosity,Perceptions_Of_Corruption,Positive_Affect,Negative_Affect,Confidence_In_National_Government -Afghanistan,South Asia,2008,3.723589897,7.350416183,0.450662315,50.5,0.718114316,0.167652458,0.88168633,0.414297044,0.25819549,0.61207211 -Afghanistan,South Asia,2009,4.401778221,7.508646011,0.55230844,50.79999924,0.678896368,0.190808803,0.850035429,0.481421441,0.23709242,0.611545205 -Afghanistan,South Asia,2010,4.75838089,7.613899708,0.539075196,51.09999847,0.60012722,0.121316046,0.706766069,0.516906679,0.275323808,0.299357414 -Afghanistan,South Asia,2011,3.83171916,7.581258774,0.521103561,51.40000153,0.495901406,0.163571492,0.731108546,0.479834676,0.267174691,0.307385713 -Afghanistan,South Asia,2012,3.782937527,7.660505772,0.520636737,51.70000076,0.530935049,0.237587586,0.775619805,0.613512814,0.267919123,0.435440153 -Afghanistan,South Asia,2013,3.572100401,7.680333138,0.48355186,52,0.577955365,0.062666222,0.8232041,0.547416985,0.273328096,0.482847273 -Afghanistan,South Asia,2014,3.130895615,7.670638084,0.525568426,52.29999924,0.508514047,0.105754882,0.871241987,0.491641015,0.374860734,0.409047514 -Afghanistan,South Asia,2015,3.982854605,7.653833389,0.528597236,52.59999847,0.388927579,0.081652276,0.880638301,0.491409957,0.339276046,0.260557145 -Afghanistan,South Asia,2016,4.220168591,7.650369644,0.559071779,52.92499924,0.522566199,0.043916017,0.793245554,0.501408756,0.348332286,0.324989557 -Afghanistan,South Asia,2017,2.66171813,7.647830486,0.490880072,53.25,0.427010864,-0.11941047,0.954392552,0.435269952,0.371326178,0.261178523 -Afghanistan,South Asia,2018,2.694303274,7.630800724,0.507515848,53.57500076,0.373535544,-0.091105983,0.927605689,0.384561479,0.404904395,0.364666402 -Afghanistan,South Asia,2019,2.375091791,7.640085697,0.419972867,53.90000153,0.393656164,-0.10601645,0.923849106,0.324107826,0.502473712,0.341482222 -Afghanistan,South Asia,2021,2.436034441,7.324032307,0.454174697,54.54999924,0.394305944,-0.081011124,0.946299374,0.178885803,0.60671258,0.255620003 -Afghanistan,South Asia,2022,1.2812711,,0.228217229,54.875,0.368377149,,0.733197868,0.205867782,0.575511873, -Albania,Europe,2007,4.634251595,9.121704102,0.821371615,66.76000214,0.528604746,-0.010428508,0.874699533,0.488818616,0.24633503,0.300680578 -Albania,Europe,2009,5.485469818,9.241429329,0.833046615,67.31999969,0.525223255,-0.159258857,0.863665402,0.564474463,0.279256523, -Albania,Europe,2010,5.268936634,9.282793045,0.73315227,67.59999847,0.568958402,-0.173675284,0.726261675,0.576076567,0.300060242, -Albania,Europe,2011,5.867421627,9.310619354,0.759433806,67.87999725,0.487496257,-0.206186071,0.877002597,0.565758884,0.256576508, -Albania,Europe,2012,5.510124207,9.326343536,0.784501791,68.16000366,0.601512134,-0.170467481,0.847675204,0.553473175,0.271393239,0.364893705 -Albania,Europe,2013,4.550647736,9.33814621,0.759476721,68.44000244,0.631830275,-0.128825098,0.862904966,0.54075098,0.338378578,0.338094711 -Albania,Europe,2014,4.813763142,9.357805252,0.625586927,68.72000122,0.734648407,-0.026297539,0.882704437,0.572945058,0.334542662,0.49878639 -Albania,Europe,2015,4.606650829,9.382661819,0.639356136,69,0.703850687,-0.082491614,0.884793043,0.579071701,0.350426674,0.506978393 -Albania,Europe,2016,4.511100769,9.416872978,0.638411462,69.02500153,0.72981894,-0.018664083,0.901070774,0.567079723,0.321705997,0.400909811 -Albania,Europe,2017,4.639548302,9.455109596,0.637698293,69.05000305,0.74961102,-0.030505668,0.876134634,0.547240436,0.33388412,0.457737535 -Albania,Europe,2018,5.004402637,9.496984482,0.683591664,69.07499695,0.824212313,0.007197479,0.899129391,0.592044652,0.318996727,0.435337961 -Albania,Europe,2019,4.995317936,9.521909714,0.686364889,69.09999847,0.777351439,-0.10090977,0.914284289,0.548189282,0.273827374,0.336627871 -Albania,Europe,2020,5.364909649,9.492215157,0.710115016,69.125,0.75367105,0.004123116,0.891358972,0.563486159,0.265066117,0.373402834 -Albania,Europe,2021,5.25548172,9.58320713,0.70188278,69.15000153,0.827452719,0.041377552,0.896126628,0.553830087,0.25365448,0.472924024 -Albania,Europe,2022,5.212213039,9.626482964,0.724089622,69.17500305,0.802249789,-0.065987259,0.845501959,0.547125936,0.254825532, -Algeria,Middle East and North Africa,2010,5.46356678,9.306354523,,65.5,0.592695832,-0.209752977,0.618037879,,, -Algeria,Middle East and North Africa,2011,5.317194462,9.315958023,0.810234487,65.59999847,0.529561281,-0.185084403,0.637981653,0.50273627,0.254896641, -Algeria,Middle East and North Africa,2012,5.604595661,9.329961777,0.839396894,65.69999695,0.586663485,-0.17657119,0.690116346,0.540058553,0.22971566, -Algeria,Middle East and North Africa,2014,6.354898453,9.355415344,0.818189442,65.90000153,,,,0.558359206,0.176866099, -Algeria,Middle East and North Africa,2016,5.340853691,9.383312225,0.748588264,66.09999847,,,,0.565025926,0.377111971, -Algeria,Middle East and North Africa,2017,5.248912334,9.37665844,0.806753874,66.19999695,0.436670482,-0.171470523,0.699774206,0.554528713,0.288710028, -Algeria,Middle East and North Africa,2018,5.043086052,9.369553566,0.798651338,66.30000305,0.58338058,-0.150559127,0.758704126,0.533724844,0.292945564, -Algeria,Middle East and North Africa,2019,4.744627476,9.361109734,0.803258657,66.40000153,0.385083437,0.000268438,0.740609348,0.544427812,0.215197757, -Algeria,Middle East and North Africa,2020,5.437755108,9.291438103,0.8676489,66.5,0.573890686,-0.121147625,0.724263668,0.524169207,0.310629755, -Algeria,Middle East and North Africa,2021,5.217017651,9.309262276,0.840710282,66.59999847,0.558486938,-0.113483414,0.711900055,0.498022288,0.257779151, -Angola,,2011,5.589000702,8.944346428,0.723094344,51.22000122,0.583701789,0.052619062,0.911320329,0.666832566,0.361063153,0.23238717 -Angola,,2012,4.360249996,8.988708496,0.752592862,51.84000015,0.456028581,-0.138629556,0.906300485,0.590808213,0.304890066,0.237090692 -Angola,,2013,3.937106848,8.999667168,0.721590757,52.45999908,0.409554869,-0.105991952,0.816375494,0.650046706,0.370875001,0.547732353 -Angola,,2014,3.794837952,9.009897232,0.754615486,53.08000183,0.374541551,-0.170030981,0.83407563,0.595249414,0.367864132,0.572345674 -Argentina,South America,2006,6.312925339,9.936885834,0.938462794,65.81999969,0.733003676,-0.159916088,0.851799488,0.748283088,0.328230023,0.517504096 -Argentina,South America,2007,6.073158264,10.01307106,0.862205565,65.94000244,0.652832627,-0.144076824,0.881057739,0.749825895,0.279007971,0.405823737 -Argentina,South America,2008,5.961034298,10.04291821,0.89219451,66.05999756,0.678222179,-0.134857848,0.864996254,0.719996989,0.318222284,0.286370575 -Argentina,South America,2009,6.424133301,9.971766472,0.918693185,66.18000031,0.63664645,-0.132990152,0.8847422,0.761589587,0.236901477,0.273821533 -Argentina,South America,2010,6.441067219,10.06566048,0.926798582,66.30000305,0.730258167,-0.129371077,0.854695439,0.765480459,0.210975498,0.351856142 -Argentina,South America,2011,6.775805473,10.11243629,0.889073491,66.41999817,0.815802038,-0.177721888,0.754645705,0.768942535,0.231855154,0.607537687 -Argentina,South America,2012,6.468387127,10.09074974,0.901776373,66.54000092,0.747498393,-0.151319563,0.816546202,0.744064212,0.272219121,0.418255478 -Argentina,South America,2013,6.582260132,10.1033268,0.909874201,66.66000366,0.737250388,-0.133838773,0.822900295,0.766156793,0.25420472,0.433749259 -Argentina,South America,2014,6.671114445,10.06688499,0.917870402,66.77999878,0.745057762,-0.167843536,0.854191601,0.769468009,0.237912863,0.408961415 -Argentina,South America,2015,6.69713068,10.08305073,0.926492274,66.90000153,0.881223679,-0.17755191,0.850906193,0.767845273,0.305354923,0.378169239 -Argentina,South America,2016,6.427221298,10.05145645,0.882819116,66.94999695,0.847702205,-0.195432812,0.850924492,0.73173517,0.311646461,0.419561833 -Argentina,South America,2017,6.039330006,10.06888008,0.906699121,67,0.831966162,-0.189600646,0.841052473,0.715182364,0.291717261,0.305430293 -Argentina,South America,2018,5.792796612,10.03219891,0.899911582,67.05000305,0.845894694,-0.214172736,0.855255246,0.73206991,0.320502073,0.261352271 -Argentina,South America,2019,6.085560799,10.00205326,0.89637053,67.09999847,0.817052603,-0.214476675,0.830459774,0.734905839,0.319054842,0.273853004 -Argentina,South America,2020,5.900567055,9.887622833,0.897103846,67.15000153,0.823391616,-0.128546417,0.815780461,0.679316759,0.342496932,0.430758089 -Argentina,South America,2021,5.908278942,9.977072716,0.882304549,67.19999695,0.819479346,-0.012197027,0.816256702,0.684860051,0.345131576,0.326574117 -Argentina,South America,2022,6.260993481,10.01140499,0.893329561,67.25,0.825188935,-0.127506226,0.810037434,0.724068344,0.284279197, -Armenia,Asia,2006,4.289310932,9.020847321,0.681876779,63.84000015,0.520197809,-0.232203081,0.849513113,0.45341751,0.469418824,0.344337493 -Armenia,Asia,2007,4.881515503,9.156567574,0.75964433,64.08000183,0.605410755,-0.252352089,0.817444861,0.453751594,0.411717415,0.387620211 -Armenia,Asia,2008,4.651972294,9.230296135,0.709485531,64.31999969,0.462156564,-0.216459826,0.876099229,0.486230165,0.384891808,0.464447111 -Armenia,Asia,2009,4.177581787,9.084740639,0.680006921,64.55999756,0.441412747,-0.215106979,0.881887496,0.479002982,0.411279917,0.37395224 -Armenia,Asia,2010,4.367811203,9.112593651,0.660342336,64.80000305,0.459256709,-0.177337021,0.890629232,0.4367477,0.42649585,0.355544627 -Armenia,Asia,2011,4.260491371,9.164417267,0.705108464,65.04000092,0.464524716,-0.227116942,0.874601007,0.410856694,0.45907408,0.335884422 -Armenia,Asia,2012,4.319711685,9.23892498,0.676446438,65.27999878,0.501863778,-0.217446491,0.892544389,0.469874054,0.463855445,0.285362303 -Armenia,Asia,2013,4.277191162,9.275876045,0.723260045,65.51999664,0.504081845,-0.198420092,0.899796784,0.502904475,0.449949831,0.260400474 -Armenia,Asia,2014,4.453083038,9.315198898,0.738763511,65.76000214,0.506487131,-0.222088203,0.920390487,0.510197997,0.403984338,0.214914635 -Armenia,Asia,2015,4.34831953,9.350626945,0.722551048,66,0.551026642,-0.206866056,0.901462197,0.526852846,0.43794772,0.170927867 -Armenia,Asia,2016,4.325471878,9.357068062,0.709218323,66.27500153,0.610986948,-0.175243273,0.921421051,0.515989423,0.437227815,0.184713036 -Armenia,Asia,2017,4.287736416,9.434254646,0.697924912,66.55000305,0.613697052,-0.15228498,0.86468333,0.552406728,0.43714875,0.246900991 -Armenia,Asia,2018,5.062448502,9.490350723,0.814449012,66.82499695,0.807643652,-0.168632939,0.676826358,0.535402834,0.454840273,0.670827627 -Armenia,Asia,2019,5.4880867,9.569241524,0.781603873,67.09999847,0.844324112,-0.179026783,0.583472729,0.536562622,0.430463403,0.648066342 -Armenia,Asia,2021,5.300568581,9.560512543,0.762044132,67.65000153,0.795169771,-0.156325892,0.705333829,0.565781593,0.477539957,0.297145844 -Armenia,Asia,2022,5.381942749,9.667765617,0.811169267,67.92500305,0.789598525,-0.154325441,0.704730451,0.530931175,0.549468338, -Australia,Oceania,2005,7.340688229,10.66205788,0.96789217,69.80000305,0.9349733,,0.390415937,0.769770324,0.23801209,0.532063305 -Australia,Oceania,2007,7.285390854,10.69443417,0.965276182,69.95999908,0.890681982,0.343434006,0.512578487,0.762303889,0.215350643,0.526932836 -Australia,Oceania,2008,7.253757477,10.70945644,0.946635187,70.04000092,0.915733337,0.301721752,0.430810511,0.728992283,0.218427315,0.644675434 -Australia,Oceania,2010,7.450047016,10.7136488,0.95451957,70.19999695,0.932058573,0.313120931,0.366127402,0.761715531,0.220073208,0.609752893 -Australia,Oceania,2011,7.405616283,10.72338581,0.967029214,70.27999878,0.944586456,0.365758806,0.381771743,0.724132299,0.195323676,0.530786693 -Australia,Oceania,2012,7.195585728,10.74420547,0.944599032,70.36000061,0.935146272,0.270047575,0.368251741,0.728092372,0.214396909,0.420419186 -Australia,Oceania,2013,7.364169121,10.75245476,0.928205192,70.44000244,0.933379173,0.265193403,0.431539029,0.770147145,0.177142262,0.455871463 -Australia,Oceania,2014,7.288550377,10.7630024,0.92379874,70.51999664,0.922932267,0.314924538,0.44202137,0.739815295,0.245304301,0.464676231 -Australia,Oceania,2015,7.309060574,10.76990891,0.95186156,70.59999847,0.921871006,0.328289151,0.356554389,0.749503672,0.209636971,0.478556842 -Australia,Oceania,2016,7.250080109,10.78122902,0.942334235,70.67500305,0.922315717,0.23496674,0.398545116,0.735895514,0.236085787,0.452731758 -Australia,Oceania,2017,7.25703764,10.78726006,0.949957848,70.75,0.910550177,0.313770741,0.411346525,0.728149831,0.225360975,0.45340696 -Australia,Oceania,2018,7.17699337,10.8006525,0.940137267,70.82499695,0.916028142,0.142901212,0.404647499,0.705982745,0.187456369,0.468836874 -Australia,Oceania,2019,7.233994961,10.80728245,0.942774355,70.90000153,0.917536914,0.11690785,0.430208653,0.726976216,0.202190071,0.468700022 -Australia,Oceania,2020,7.137367725,10.79441643,0.936517,70.97499847,0.905282974,0.203258112,0.491094828,0.725688934,0.205077678,0.446422249 -Australia,Oceania,2021,7.111598969,10.81525517,0.91975528,71.05000305,0.912402213,0.236002743,0.453676045,0.739800155,0.235314175,0.519226372 -Australia,Oceania,2022,7.034696102,10.85352898,0.941673338,71.125,0.853776991,0.15346466,0.545216978,0.710771859,0.243919715, -Austria,Europe,2006,7.122211456,10.83645248,0.936350405,69.5,0.941382349,0.298436075,0.490111172,0.746153116,0.173811689,0.497037798 -Austria,Europe,2008,7.180953979,10.88117504,0.934592783,69.69999695,0.879069269,0.28732118,0.613625228,0.716296494,0.173194528,0.257242203 -Austria,Europe,2010,7.302678585,10.85598373,0.914193332,69.90000153,0.895979762,0.126924306,0.546144843,0.710301936,0.155792549,0.486446619 -Austria,Europe,2011,7.470512867,10.88142204,0.944156826,70,0.939355612,0.127589643,0.702721,0.672192097,0.14523755,0.406920105 -Austria,Europe,2012,7.400688648,10.8836441,0.945142388,70.09999847,0.919703901,0.113813803,0.770585775,0.712149978,0.156674996,0.376573861 -Austria,Europe,2013,7.498802662,10.87800503,0.949809194,70.19999695,0.921734452,0.164262667,0.678936899,0.725053191,0.162603319,0.417099237 -Austria,Europe,2014,6.949999809,10.87678051,0.898920476,70.30000305,0.885026872,0.113623381,0.566931307,0.720965326,0.17014955,0.407695413 -Austria,Europe,2015,7.07644701,10.87566471,0.928110301,70.40000153,0.900305152,0.094909608,0.55747962,0.747707725,0.164469033,0.454789877 -Austria,Europe,2016,7.048071861,10.88454914,0.926318586,70.52500153,0.888513982,0.075823404,0.52364099,0.713450849,0.197423846,0.432638228 -Austria,Europe,2017,7.293727875,10.89993763,0.906217813,70.65000153,0.890030563,0.129277334,0.518303812,0.698889375,0.18026872,0.43590793 -Austria,Europe,2018,7.396001816,10.91903114,0.911668122,70.77500153,0.904111981,0.049663041,0.52306056,0.694627702,0.226058796,0.488678724 -Austria,Europe,2019,7.195361137,10.92964458,0.964488804,70.90000153,0.90342766,0.055960763,0.457088888,0.727341115,0.205169737,0.512338281 -Austria,Europe,2020,7.213489056,10.85877609,0.924831212,71.02500153,0.911909878,0.006124678,0.463830173,0.716352284,0.206499651,0.626177847 -Austria,Europe,2021,7.079640865,10.89898014,0.862975955,71.15000153,0.794845939,0.159445032,0.500808597,0.721865237,0.259080172,0.61045897 -Austria,Europe,2022,6.998997211,10.93891716,0.876287401,71.27500153,0.855502605,0.139042094,0.524212122,0.717616439,0.226394817, -Azerbaijan,Asia,2006,4.727870941,9.154187202,0.85441488,60.58000183,0.771528184,-0.236623272,0.774117172,0.468755603,0.275695145,0.754706621 -Azerbaijan,Asia,2007,4.56815958,9.365991592,0.753246784,60.86000061,0.522046328,-0.208600223,0.870909989,0.474291265,0.284357488,0.708405495 -Azerbaijan,Asia,2008,4.817189217,9.447179794,0.684267223,61.13999939,0.601043284,-0.031347606,0.715124726,0.560817659,0.22679542,0.792291224 -Azerbaijan,Asia,2009,4.573725224,9.515311241,0.735970318,61.41999817,0.498138398,-0.088785194,0.753849745,0.522001684,0.233942479,0.77425164 -Azerbaijan,Asia,2010,4.218610764,9.552669525,0.68700099,61.70000076,0.501071095,-0.125314713,0.858346641,0.516271651,0.271873325,0.697391331 -Azerbaijan,Asia,2011,4.680469513,9.540638924,0.725193918,61.97999954,0.537484288,-0.107818343,0.795119047,0.521693528,0.258117318,0.741815805 -Azerbaijan,Asia,2012,4.910771847,9.548772812,0.761873245,62.25999832,0.598859072,-0.143209159,0.763154805,0.523312867,0.266093403,0.707989275 -Azerbaijan,Asia,2013,5.481178284,9.592310905,0.769690156,62.54000092,0.671956956,-0.171053559,0.698819578,0.516089082,0.242455453,0.748923719 -Azerbaijan,Asia,2014,5.25153017,9.606963158,0.799433351,62.81999969,0.732772946,-0.211433947,0.65384531,0.502086222,0.219982117,0.778209925 -Azerbaijan,Asia,2015,5.146774769,9.605931282,0.785702765,63.09999847,0.764289498,-0.201021776,0.615552545,0.520429969,0.206114277,0.788487196 -Azerbaijan,Asia,2016,5.303894997,9.563261986,0.777271032,63.22499847,0.712573171,-0.20739381,0.606770813,0.508836508,0.191117197,0.734052122 -Azerbaijan,Asia,2017,5.152279377,9.555447578,0.787039399,63.34999847,0.731030464,-0.228387043,0.652539015,0.511526883,0.19831866,0.766583443 -Azerbaijan,Asia,2018,5.167995453,9.561672211,0.781229913,63.47499847,0.772449255,-0.234876037,0.561206281,0.527072668,0.191391662,0.834371924 -Azerbaijan,Asia,2019,5.173389435,9.577898979,0.88675642,63.59999847,0.854248524,-0.217628807,0.457260668,0.576897144,0.163920254,0.857845366 -Bahrain,Middle East and North Africa,2009,5.700523376,10.71381187,0.904143453,64.76000214,0.895931423,0.032867864,0.506103933,0.707422376,0.421889484, -Bahrain,Middle East and North Africa,2010,5.936869144,10.72766399,0.877115071,65,0.862002909,-0.006393173,0.714620173,0.641039014,0.422670722, -Bahrain,Middle East and North Africa,2011,4.82397604,10.7485981,0.90786773,65.23999786,0.869870365,-0.059402969,0.582522452,0.505992472,0.513719201, -Bahrain,Middle East and North Africa,2012,5.027186871,10.77464581,0.911349595,65.48000336,0.681822896,,0.437915266,0.559415758,0.380814761, -Bahrain,Middle East and North Africa,2013,6.689711094,10.79785061,0.883780539,65.72000122,0.809205949,,0.524703264,0.711107612,0.306209415, -Bahrain,Middle East and North Africa,2014,6.165133953,10.80198097,,65.95999908,,,,,, -Bahrain,Middle East and North Africa,2015,6.00737524,10.78836441,0.852550745,66.19999695,0.84952116,0.107499674,,0.65334475,0.302972108, -Bahrain,Middle East and North Africa,2016,6.169673443,10.78903675,0.862700105,66.125,0.888691068,0.083301701,,0.736219883,0.283466339, -Bahrain,Middle East and North Africa,2017,6.227320671,10.7981348,0.875747144,66.05000305,0.905858517,0.130105913,,0.754333019,0.289759517, -Bahrain,Middle East and North Africa,2019,7.098012447,10.8151474,0.877929449,65.90000153,0.906535506,0.036391091,,0.711386263,0.317106396, -Bahrain,Middle East and North Africa,2020,6.173175812,10.77578163,0.847745061,65.82499695,0.94523257,0.117025144,,0.729510307,0.296835452, -Bangladesh,South Asia,2006,4.318909168,7.939726353,0.672002196,59.11999893,0.611664236,0.055184368,0.785916209,0.458654761,0.320792794,0.613737047 -Bangladesh,South Asia,2007,4.607322216,7.997421265,0.514170706,59.63999939,0.604538321,0.027072242,0.806116879,0.484255552,0.313138157,0.732760131 -Bangladesh,South Asia,2008,5.052278519,8.046941757,0.466553479,60.15999985,0.606012166,-0.05712276,0.801819921,0.544638395,0.231860757,0.761932433 -Bangladesh,South Asia,2009,5.08285141,8.087361336,0.527813554,60.68000031,0.630931079,-0.088206336,0.776003957,0.505846858,0.223253846,0.829859614 -Bangladesh,South Asia,2010,4.858481407,8.130166054,0.549398482,61.20000076,0.659005642,-0.029911591,0.773530483,0.495740086,0.292425215,0.646872878 -Bangladesh,South Asia,2011,4.985649109,8.180617332,0.606459022,61.72000122,0.83799535,-0.083039746,0.757002652,0.501307309,0.234981537,0.786452591 -Bangladesh,South Asia,2012,4.724443913,8.231357574,0.581765294,62.24000168,0.66768229,-0.048033539,0.764894426,0.537134707,0.183245391,0.705811918 -Bangladesh,South Asia,2013,4.660161018,8.277083397,0.530139685,62.75999832,0.741518021,-0.029183861,0.742774189,0.491930902,0.246052667,0.736026943 -Bangladesh,South Asia,2014,4.635564804,8.323469162,0.577065051,63.27999878,0.735512853,-0.111779079,0.789374709,,0.230678365,0.719101429 -Bangladesh,South Asia,2015,4.633473873,8.375026703,0.601468265,63.79999924,0.814796269,-0.082050033,0.720600903,0.543083906,0.225753754,0.760611534 -Bangladesh,South Asia,2016,4.5561409,8.431437492,0.649116933,63.92499924,0.874700487,-0.102280565,0.687853634,0.436627895,0.235022455,0.845429063 -Bangladesh,South Asia,2017,4.309771061,8.482762337,0.712552786,64.05000305,0.896217167,-0.001381878,0.635014474,0.436497033,0.21350576,0.876646459 -Bangladesh,South Asia,2018,4.499217033,8.541788101,0.705556035,64.17500305,0.90147084,-0.055945847,0.701421201,0.432964891,0.361237794,0.831693113 -Bangladesh,South Asia,2019,5.114216805,8.606523514,0.673172176,64.30000305,0.90193665,-0.063901789,0.656004608,0.432665378,0.36947155,0.887990832 -Bangladesh,South Asia,2020,5.279986858,8.628980637,0.739337921,64.42500305,0.777467191,-0.022515791,0.741659164,0.484559894,0.331708789,0.740008593 -Bangladesh,South Asia,2021,4.123318672,8.68457222,0.484740287,64.55000305,0.893013358,0.091825157,0.746206582,0.503551364,0.448261052, -Bangladesh,South Asia,2022,3.407532215,8.743256569,0.403707534,64.67500305,0.86457628,-0.054776076,0.61687237,0.393517077,0.448060185, -Belarus,Asia,2006,5.657649994,9.489098549,0.917898655,60.06000137,0.707080483,-0.249204546,0.708274722,0.535119176,0.269400358,0.593287706 -Belarus,Asia,2007,5.616976261,9.576188087,0.857527673,60.61999893,0.667299509,-0.228082791,0.694849432,0.502456009,0.234981403,0.543614388 -Belarus,Asia,2008,5.463332176,9.676768303,0.903700352,61.18000031,0.639923871,-0.223394796,0.69649595,,0.245659292,0.533608973 -Belarus,Asia,2009,5.56413126,9.681225777,0.907777846,61.74000168,0.679292619,-0.206374764,0.67554307,0.544300735,0.223291501,0.548332989 -Belarus,Asia,2010,5.525923252,9.758502007,0.918000162,62.29999924,0.700064421,-0.166045815,0.70612061,0.531847715,0.208272159,0.589527249 -Belarus,Asia,2011,5.225307941,9.813235283,0.909887791,62.86000061,0.656010866,-0.171495944,0.671938658,0.493381172,0.249455392, -Belarus,Asia,2012,5.749043465,9.831532478,0.901961505,63.41999817,0.64524883,-0.220894024,0.657430232,0.515112579,0.180764526, -Belarus,Asia,2013,5.876466274,9.841900826,0.922505975,63.97999954,0.723431289,-0.181126356,0.653039157,0.545432627,0.206219658,0.507824779 -Belarus,Asia,2014,5.812400818,9.858455658,0.880258858,64.54000092,0.647184551,-0.051936623,0.68150872,0.575067043,0.208535567,0.507746696 -Belarus,Asia,2015,5.718907833,9.818078995,0.924072623,65.09999847,0.622753441,-0.095032595,0.668678164,0.545734644,0.184309959,0.520024061 -Belarus,Asia,2016,5.177899361,9.791612625,0.926551104,65.32499695,0.658228815,-0.129186898,0.664055169,0.502697408,0.182106122,0.452669024 -Belarus,Asia,2017,5.552915096,9.817717552,0.900255799,65.55000305,0.620979249,-0.125324965,0.654113412,0.501735687,0.232768074,0.447916299 -Belarus,Asia,2018,5.233769894,9.850861549,0.904569268,65.77500153,0.643602371,-0.178330481,0.718455493,0.408883572,0.235728621,0.421278685 -Belarus,Asia,2019,5.821453094,9.866782188,0.916740477,66,0.656933606,-0.189935863,0.545904756,0.558989465,0.189821407,0.460812598 -Belgium,Europe,2005,7.262290478,10.74380779,0.934874713,68.40000153,0.923843026,,0.597554445,0.676885664,0.26037994,0.551705003 -Belgium,Europe,2007,7.218839645,10.79118156,0.921602786,68.72000122,0.900870383,0.065253459,0.721093476,0.743583977,0.217604309,0.602238297 -Belgium,Europe,2008,7.116590977,10.78774071,0.92297703,68.87999725,0.887026727,0.002729206,0.651800513,0.709397256,0.241797924,0.46313706 -Belgium,Europe,2010,6.853514194,10.77838421,0.930570185,69.19999695,0.806930244,0.018059388,0.697365582,0.793344319,0.240364328,0.33651647 -Belgium,Europe,2011,7.111363888,10.78217793,0.936955452,69.36000061,0.880153596,-0.018392406,0.711043894,0.752021194,0.225056365,0.289129466 -Belgium,Europe,2012,6.935122013,10.78334141,0.92711705,69.51999664,0.855266631,-0.054311134,0.757572532,0.718186975,0.238276809,0.44011718 -Belgium,Europe,2013,7.10366106,10.7832098,0.909186184,69.68000031,0.890711069,0.012450119,0.573664308,0.738157332,0.217138946,0.554124534 -Belgium,Europe,2014,6.855329037,10.79443264,0.943549156,69.83999634,0.86095351,-0.002903926,0.511975765,0.743678153,0.251557052,0.469111621 -Belgium,Europe,2015,6.904219151,10.80884647,0.885208845,70,0.869474947,0.057947557,0.46878463,0.747103333,0.239958704,0.459024221 -Belgium,Europe,2016,6.948936462,10.81637096,0.928964078,70.15000153,0.865759015,-0.059950788,0.4966591,0.701093376,0.259653389,0.419177502 -Belgium,Europe,2017,6.928347588,10.82858467,0.921639085,70.30000305,0.856801987,0.05037817,0.543046057,0.713402271,0.233597696,0.449731916 -Belgium,Europe,2018,6.89217186,10.84180355,0.929815531,70.44999695,0.808386624,-0.128761545,0.630411804,0.681712568,0.250297338,0.44194454 -Belgium,Europe,2019,6.772138119,10.85856056,0.884230494,70.59999847,0.776203632,-0.176252663,0.672497511,0.699042499,0.243630841,0.327901155 -Belgium,Europe,2020,6.838760853,10.7991457,0.903558671,70.75,0.766917825,-0.170136407,0.633626759,0.619125485,0.260188788,0.294799596 -Belgium,Europe,2021,6.881756306,10.8539772,0.914856791,70.90000153,0.82250309,0.079182751,0.523367822,0.686583519,0.260030925, -Belgium,Europe,2022,6.856874466,10.87826824,0.922732711,71.05000305,0.889889002,0.096943997,0.48338443,0.718479693,0.234773248, -Belize,,2007,6.450644493,9.191672325,0.87226665,64.30000305,0.705305934,0.00844966,0.768984437,0.731540143,0.250595719,0.255463123 -Belize,,2014,5.955646515,9.135219574,0.756932497,65,0.873569071,0.001100461,0.782105386,0.735027134,0.281604409,0.384267181 -Benin,Africa,2006,3.329801559,7.843532562,0.444781214,51.95999908,0.580069304,-0.011397413,0.789862454,0.520846486,0.30910027,0.54099381 -Benin,Africa,2008,3.66713953,7.891244411,0.382373512,52.47999954,0.709476948,-0.004467106,0.825245738,0.5739097,0.302546173,0.602834523 -Benin,Africa,2011,3.870279551,7.876235485,0.477494389,53.25999832,0.772918761,-0.142096624,0.849472225,0.57443893,0.21867846,0.777150393 -Benin,Africa,2012,3.193468809,7.894076347,0.523027301,53.52000046,0.768971086,-0.111103691,0.805977643,0.563014567,0.230664536,0.582080483 -Benin,Africa,2013,3.479412794,7.934523106,0.576823056,53.77999878,0.783240497,-0.084523983,0.855955541,0.645733833,0.216339186,0.546921372 -Benin,Africa,2014,3.347419262,7.966898441,0.506091297,54.04000092,0.775545776,-0.095376253,0.854826927,0.558378994,0.273385257,0.574232161 -Benin,Africa,2015,3.624664307,7.955011368,0.434388518,54.29999924,0.733383596,-0.02617301,0.850098193,0.554649472,0.373396546,0.514306188 -Benin,Africa,2016,4.007357597,7.95836401,0.492815852,54.59999847,0.779795229,-0.064475536,0.837715745,0.578206301,0.455767602,0.63744539 -Benin,Africa,2017,4.853180885,7.984066486,0.435878992,54.90000153,0.72680825,-0.064271487,0.767234623,0.59782958,0.457920343,0.615089297 -Benin,Africa,2018,5.81982708,8.019667625,0.503544033,55.20000076,0.713264048,0.002967168,0.746510744,0.625308931,0.467871815,0.639219761 -Benin,Africa,2019,4.976360798,8.057199478,0.442153931,55.5,0.770359993,-0.015219427,0.698346972,0.638348281,0.44139877,0.690226018 -Benin,Africa,2020,4.407745838,8.066671371,0.506636083,55.79999924,0.783114672,-0.082944684,0.531883657,0.556501985,0.304512441,0.806810319 -Benin,Africa,2021,4.493431091,8.108187675,0.435524195,56.09999847,0.724061847,-0.013133102,0.6125471,0.596800864,0.434594899,0.762415886 -Benin,Africa,2022,4.217325687,8.136793137,0.365682811,56.40000153,0.714036763,-0.029674673,0.579618931,0.570917666,0.443851084, -Bhutan,,2013,5.569091797,9.097064972,0.818948984,62.24000168,0.810201466,0.351611137,0.802428126,0.663675606,0.217349902,0.979500771 -Bhutan,,2014,4.938578129,9.143029213,0.880341947,62.41999817,0.834222496,0.266661018,0.650338471,0.77463913,0.324097872,0.958492339 -Bhutan,,2015,5.082128525,9.197989464,0.847574413,62.59999847,0.83010155,0.275951028,0.633955777,0.723232627,0.311589301,0.946393013 -Bolivia,South America,2006,5.373986244,8.670664787,0.834279954,60.90000153,0.770134747,-0.045580111,0.794484198,0.708094001,0.431944966,0.536309421 -Bolivia,South America,2007,5.628419399,8.697794914,0.796136498,61.09999847,0.779935241,-0.000725256,0.816993952,0.74573493,0.387786239,0.506285906 -Bolivia,South America,2008,5.297872543,8.74016571,0.785262346,61.29999924,0.725619733,-0.09311457,0.801420391,0.723477721,0.392079622,0.441821098 -Bolivia,South America,2009,6.085579395,8.756053925,0.831319928,61.5,0.778938591,-0.037486225,0.762604535,0.742098808,0.372369289,0.468150496 -Bolivia,South America,2010,5.780620098,8.779529572,0.80718559,61.70000076,0.703341067,-0.069839746,0.781342506,0.720217526,0.349597335,0.376929045 -Bolivia,South America,2011,5.778874397,8.813483238,0.816782832,61.90000153,0.781673729,-0.040564455,0.824854314,0.688715518,0.361485541,0.334731668 -Bolivia,South America,2012,6.018894672,8.84689045,0.780819416,62.09999847,0.86237967,-0.016209956,0.839701414,0.699352384,0.408880144,0.435292631 -Bolivia,South America,2013,5.767428875,8.896345139,0.80273807,62.29999924,0.845931649,-0.068189763,0.811856568,0.721060872,0.410301536,0.433674455 -Bolivia,South America,2014,5.864798546,8.933479309,0.821344614,62.5,0.881058872,0.016501993,0.831854463,0.76901108,0.398219466,0.468561232 -Bolivia,South America,2015,5.834329128,8.965176582,0.828705788,62.70000076,0.88362509,-0.030841332,0.862373948,0.748659253,0.392902851,0.487208784 -Bolivia,South America,2016,5.769723415,8.991458893,0.795958757,62.84999847,0.881748736,-0.048049994,0.852592945,0.735729158,0.376412243,0.40174228 -Bolivia,South America,2017,5.65055275,9.017354012,0.778661788,63,0.883904934,-0.121653102,0.819261968,0.655216575,0.43394354,0.427632958 -Bolivia,South America,2018,5.915734291,9.043848038,0.827159464,63.15000153,0.863246858,-0.094124205,0.786044598,0.705477774,0.387468874,0.399588227 -Bolivia,South America,2019,5.67427063,9.051198006,0.7843014,63.29999924,0.88131094,-0.086886063,0.857220411,0.700826466,0.419328213,0.300631315 -Bolivia,South America,2020,5.559258938,8.94636631,0.804810882,63.45000076,0.877031922,-0.052821815,0.868208289,0.728823423,0.381791174,0.168832317 -Bolivia,South America,2021,5.56862402,8.99369812,0.797810495,63.59999847,0.861731231,-0.055375014,0.812174439,0.721001804,0.403487325,0.385875583 -Bolivia,South America,2022,5.928882122,9.014473915,0.823510289,63.75,0.86501044,-0.080244467,0.84024471,0.738011003,0.425688803, -Bosnia and Herzegovina,Europe,2007,4.899806976,9.19063282,0.76560384,67,0.341565669,0.00848286,0.92612499,0.570178032,0.296465814,0.403552294 -Bosnia and Herzegovina,Europe,2009,4.963477135,9.246142387,0.735232174,67,0.257533818,-0.024913777,0.958739877,0.506855667,0.390204102, -Bosnia and Herzegovina,Europe,2010,4.66851759,9.272101402,0.772753716,67,0.364966899,-0.127961382,0.933030069,0.46450606,0.409213185, -Bosnia and Herzegovina,Europe,2011,4.994670868,9.299640656,0.725242853,67,0.333312094,-0.035210427,0.924784362,0.551055074,0.325734705, -Bosnia and Herzegovina,Europe,2012,4.773144722,9.309930801,0.778859854,67,0.419789314,-0.013350217,0.95342195,0.468601346,0.338240683,0.194952324 -Bosnia and Herzegovina,Europe,2013,5.123664379,9.348740578,0.766827762,67,0.39034158,0.041170698,0.969836235,0.489300579,0.314516038,0.1134464 -Bosnia and Herzegovina,Europe,2014,5.248954296,9.373147964,0.787651718,67,0.411937386,0.231438369,0.976339638,0.490834683,0.262175202,0.095099099 -Bosnia and Herzegovina,Europe,2015,5.117177963,9.416748047,0.655723631,67,0.630698025,-0.054861378,0.959853649,0.485843688,0.28623414,0.194221586 -Bosnia and Herzegovina,Europe,2016,5.180865288,9.460133553,0.807705104,67.05000305,0.633453727,0.133556396,0.957311988,0.565980375,0.304080278,0.212188497 -Bosnia and Herzegovina,Europe,2017,5.089902401,9.503191948,0.775295258,67.09999847,0.563798666,0.090596311,0.923343062,0.52663964,0.270745516,0.126379713 -Bosnia and Herzegovina,Europe,2018,5.887401104,9.551575661,0.835889578,67.15000153,0.658846438,0.121776573,0.912857771,0.567694068,0.277365059,0.254097164 -Bosnia and Herzegovina,Europe,2019,6.01552248,9.591153145,0.873141944,67.19999695,0.72156322,0.077330939,0.96290803,0.544666409,0.238068551,0.167970508 -Bosnia and Herzegovina,Europe,2020,5.515816212,9.572131157,0.898518682,67.25,0.740250826,0.135482535,0.916052163,0.601870954,0.325412303,0.244549632 -Bosnia and Herzegovina,Europe,2021,5.748823166,9.659282684,0.859953582,67.30000305,0.758979201,0.277147263,0.920913935,0.604092598,0.305352151,0.225852832 -Botswana,Africa,2006,4.739367008,9.494558334,0.883035779,48.84000015,0.823774636,-0.198090717,0.723239183,0.642786026,0.225759342,0.808195293 -Botswana,Africa,2008,5.451147079,9.542919159,0.831905305,49.72000122,0.857776403,-0.164285123,0.806226492,0.676590025,0.217885971,0.880429506 -Botswana,Africa,2010,3.553020239,9.445678711,0.865624785,50.59999847,0.82621938,-0.138165608,0.813985407,0.616944194,0.172184274,0.741012573 -Botswana,Africa,2011,3.519921064,9.491771698,0.860028088,51.04000092,0.812514067,-0.245455414,0.816158473,0.647245646,0.159782797,0.791794062 -Botswana,Africa,2012,4.835938931,9.470852852,0.836743116,51.47999954,0.799410224,-0.194503754,0.814422846,0.694941163,0.171257362,0.662237763 -Botswana,Africa,2013,4.128298759,9.557082176,0.855570793,51.91999817,0.767357409,-0.145215124,0.748847783,0.670878947,0.243771017,0.654667675 -Botswana,Africa,2014,4.031197071,9.593237877,0.859477818,52.36000061,0.791371226,-0.09653639,0.743073821,0.626258194,0.245051414,0.707628131 -Botswana,Africa,2015,3.761964798,9.523887634,0.815656066,52.79999924,0.857168913,-0.105200648,0.860292971,0.675721586,0.261428148,0.81921792 -Botswana,Africa,2016,3.498936653,9.573143005,0.768302798,53.07500076,0.851694882,-0.243528172,0.729171813,0.657055497,0.251836598,0.803130805 -Botswana,Africa,2017,3.504881144,9.592658043,0.768258631,53.34999847,0.817308009,-0.239540175,0.731441498,0.612189233,0.276252508,0.770821095 -Botswana,Africa,2018,3.4613657,9.613274574,0.794936001,53.625,0.817621112,-0.245726705,0.806945443,0.687993288,0.267083704,0.718788147 -Botswana,Africa,2019,3.471084833,9.623641014,0.773667216,53.90000153,0.832542658,-0.230794713,0.792079508,0.665049851,0.272721767,0.690069556 -Botswana,Africa,2022,3.435275078,9.629345894,0.750399292,54.72499847,0.739403069,-0.21462056,0.830940306,0.623351395,0.286919117, -Brazil,South America,2005,6.636771202,9.4351511,0.882922947,63.09999847,0.882186115,,0.744994044,0.769921243,0.301779836,0.34062475 -Brazil,South America,2007,6.320672989,9.511839867,0.886402428,63.41999817,0.776644826,-0.019236436,0.72803849,0.77485615,0.299222767,0.383459598 -Brazil,South America,2008,6.691424847,9.551653862,0.878107548,63.58000183,0.781931102,-0.080701195,0.688272774,0.717656076,0.265485525,0.511010051 -Brazil,South America,2009,7.000831604,9.540863991,0.912818074,63.74000168,0.766716063,-0.058288984,0.722514987,0.743982553,0.274103165,0.427178532 -Brazil,South America,2010,6.837331295,9.604052544,0.905528128,63.90000153,0.805949271,-0.057057992,0.656036079,0.725931287,0.249881223,0.511266649 -Brazil,South America,2011,7.037816525,9.633741379,0.916252911,64.05999756,0.833655775,-0.075442813,0.662166715,0.698406935,0.267524213,0.502891362 -Brazil,South America,2012,6.660003662,9.643767357,0.890314102,64.22000122,0.848606348,,0.622543156,0.685310841,0.349758685,0.458935678 -Brazil,South America,2013,7.140282631,9.664690018,0.910421729,64.37999725,0.784814954,-0.09781301,0.706954181,0.724736154,0.275667757,0.393331289 -Brazil,South America,2014,6.980998993,9.661138535,0.898316443,64.54000092,0.713814318,-0.118297406,0.710303426,0.717960238,0.273540527,0.355228692 -Brazil,South America,2015,6.546896935,9.616577148,0.906693101,64.69999695,0.798935294,-0.018644908,0.771339059,0.687063634,0.324699104,0.198534787 -Brazil,South America,2016,6.374817371,9.575156212,0.912455142,64.875,0.806571543,-0.103373155,0.781092763,0.711286247,0.30208382,0.264140248 -Brazil,South America,2017,6.332929134,9.580375671,0.904694259,65.05000305,0.764792562,-0.178200513,0.794457376,0.669117153,0.307716906,0.16549027 -Brazil,South America,2018,6.190921783,9.590117455,0.881505251,65.22499847,0.75060904,-0.120403156,0.763251305,0.676684558,0.349656254,0.16818665 -Brazil,South America,2019,6.451148987,9.594590187,0.899175048,65.40000153,0.830206037,-0.065427221,0.761840582,0.701250315,0.337051332,0.340850085 -Brazil,South America,2020,6.109717846,9.548379898,0.830832124,65.57499695,0.786235094,-0.057944715,0.728772223,0.65329963,0.38913855,0.362292409 -Brazil,South America,2021,6.009953499,9.588253021,0.814328671,65.75,0.791507721,0.089277193,0.738571405,0.661550403,0.407182962,0.327099293 -Brazil,South America,2022,6.257079601,9.610548019,0.865809739,65.92500305,0.82977134,-0.060690548,0.741963506,0.680912554,0.340775043, -Bulgaria,Europe,2007,3.843797922,9.746398926,0.831507623,64.77999878,0.5657866,-0.143415853,0.976061046,0.500228405,0.226256058,0.275431663 -Bulgaria,Europe,2010,3.912276268,9.807189941,0.84327203,65.19999695,0.544536412,-0.150703251,0.940970004,0.51338315,0.237594187,0.365285963 -Bulgaria,Europe,2011,3.875382423,9.834396362,0.860272288,65.33999634,0.663527906,-0.23412855,0.947978675,0.489642143,0.270931035,0.265244752 -Bulgaria,Europe,2012,4.222297192,9.847709656,0.837966621,65.48000336,0.641256452,-0.178530246,0.938208699,0.50955528,0.236632824,0.342922807 -Bulgaria,Europe,2013,3.993020535,9.847685814,0.829132318,65.62000275,0.60321337,-0.196904853,0.9620471,0.536720932,0.278313011,0.170892313 -Bulgaria,Europe,2014,4.438439846,9.862991333,0.885949194,65.76000214,0.575595915,-0.060133282,0.954636931,0.542282879,0.235593721,0.140402734 -Bulgaria,Europe,2015,4.865401268,9.903078079,0.907517016,65.90000153,0.636817813,-0.20479691,0.941279948,0.555951655,0.214223832,0.249677315 -Bulgaria,Europe,2016,4.837560654,9.940037727,0.92603606,66,0.700265527,-0.174660623,0.935988188,0.544566214,0.171699852,0.221241772 -Bulgaria,Europe,2017,5.096901894,9.974589348,0.94175458,66.09999847,0.689047039,-0.158122122,0.910799742,0.541951478,0.188637346,0.326087952 -Bulgaria,Europe,2018,5.098813534,10.00830364,0.923853278,66.19999695,0.724335909,-0.179910451,0.952014446,0.553910315,0.189090982,0.218995899 -Bulgaria,Europe,2019,5.108438015,10.05492973,0.948204398,66.30000305,0.821929872,-0.112818673,0.942806482,0.576582789,0.199888319,0.268381834 -Bulgaria,Europe,2020,5.597723007,10.02054119,0.916242361,66.40000153,0.818224788,-0.010106544,0.900632977,0.642387509,0.221351057,0.273983628 -Bulgaria,Europe,2021,5.421693325,10.10226154,0.883621037,66.5,0.841188073,-0.015801253,0.891248465,0.646759868,0.252776712,0.224526197 -Bulgaria,Europe,2022,5.378348827,10.13758183,0.952761054,66.59999847,0.741359413,-0.145212695,0.941625774,0.581908226,0.165301874, -Burkina Faso,Africa,2006,3.801490784,7.327224731,0.796405017,49.43999863,0.588338017,0.029684732,0.797700584,0.677514315,0.265572011,0.350875854 -Burkina Faso,Africa,2007,4.017130375,7.337188244,0.770785034,49.88000107,0.582292378,-0.058656864,0.832764924,0.609042525,0.280694842,0.423376143 -Burkina Faso,Africa,2008,3.846438885,7.364132404,0.726650596,50.31999969,0.612064183,-0.099447191,0.88712436,0.538071811,0.303892225,0.462704718 -Burkina Faso,Africa,2010,4.035560608,7.415699959,0.773103535,51.20000076,0.586580753,-0.034935594,0.767335117,0.564608276,0.216673478,0.546770215 -Burkina Faso,Africa,2011,4.785367489,7.450127602,0.709528148,51.63999939,0.724568486,-0.10341572,0.706798375,0.578328431,0.204735845,0.632864714 -Burkina Faso,Africa,2012,3.95500803,7.482338905,0.743765771,52.08000183,0.621848702,-0.068447262,0.726286888,0.486566842,0.29972294,0.617090106 -Burkina Faso,Africa,2013,3.325949669,7.508564949,0.745216608,52.52000046,0.741257429,-0.014702946,0.764721453,0.592102945,0.286765754,0.633678317 -Burkina Faso,Africa,2014,3.481347799,7.521125793,0.742262065,52.95999908,0.709964514,-0.002550175,0.800757825,0.603991866,0.255644113,0.54308641 -Burkina Faso,Africa,2015,4.418930054,7.529865265,0.705393493,53.40000153,0.659102738,0.004729509,0.692723989,0.554707587,0.359287649,0.668077111 -Burkina Faso,Africa,2016,4.205634594,7.558389664,0.764401138,53.77500153,0.644681513,0.000605892,0.720542431,0.590086639,0.337300181,0.663711369 -Burkina Faso,Africa,2017,4.646891117,7.589920044,0.784761369,54.15000153,0.613774717,-0.062158566,0.727451324,0.579846919,0.353821069,0.540656149 -Burkina Faso,Africa,2018,4.92723608,7.626189232,0.664859474,54.52500153,0.720743477,-0.012058471,0.757398605,0.656122029,0.342865527,0.622255087 -Burkina Faso,Africa,2019,4.740892887,7.654472828,0.683102369,54.90000153,0.677546859,-0.0030976,0.729396582,0.65623343,0.364775389,0.703626156 -Burkina Faso,Africa,2020,4.639639854,7.646704197,0.667708993,55.27500153,0.750226498,0.123012692,0.808745325,0.604512036,0.388477534,0.703824639 -Burkina Faso,Africa,2021,4.635508537,7.686983585,0.6575436,55.65000153,0.64410162,0.067367151,0.736158907,0.619715929,0.363105804,0.620851576 -Burundi,Africa,2008,3.563227654,6.700229168,0.290933818,49.65999985,0.260069311,-0.018413601,0.859813631,0.415189862,0.252771467,0.569353163 -Burundi,Africa,2009,3.791680813,6.686863422,0.325692534,50.27999878,0.427355915,-0.017507695,0.718203425,0.60685575,0.163642839,0.754806817 -Burundi,Africa,2011,3.705894232,6.69414711,0.422240019,51.52000046,0.489863038,-0.059414733,0.677107692,0.571715295,0.190344945,0.851199687 -Burundi,Africa,2014,2.904535055,6.722984791,0.564678133,53.38000107,0.431384981,-0.055093486,0.807618856,0.621641695,0.251094639, -Burundi,Africa,2018,3.775283098,6.607255936,0.484715223,55.20000076,0.646398604,-0.022636671,0.598607659,0.635593653,0.362766594, -Cambodia,Asia,2006,3.568744659,7.746443272,0.793081462,57.63999939,,0.253480405,0.829181135,,0.341023296,0.736355066 -Cambodia,Asia,2007,4.15597105,7.826251507,0.675132096,57.97999954,0.818699539,0.113903776,0.878507555,,0.320335418,0.638394773 -Cambodia,Asia,2008,4.462163925,7.874457359,0.619264305,58.31999969,0.914172947,0.043923236,0.888392031,0.599989057,0.335324019,0.737532258 -Cambodia,Asia,2009,4.110625744,7.860245228,0.818258047,58.65999985,0.937233329,0.15098305,0.96477896,0.691364467,0.187686995,0.902666688 -Cambodia,Asia,2010,4.141072273,7.903593063,0.69716382,59,0.940131187,0.348259807,0.895714462,0.66197139,0.421966344,0.895580769 -Cambodia,Asia,2011,4.161225319,7.957363129,0.715518951,59.34000015,0.927462399,0.416752011,0.775355637,0.637012541,0.307868689,0.901219606 -Cambodia,Asia,2012,3.898706913,8.013453484,0.605528593,59.68000031,0.955595791,0.244801208,0.890136123,0.713434279,0.351858586,0.82517308 -Cambodia,Asia,2013,3.674466848,8.070134163,0.650589585,60.02000046,0.940592945,0.161719352,0.811991632,0.669755757,0.44031167,0.775055826 -Cambodia,Asia,2014,3.88330555,8.125146866,0.693434179,60.36000061,0.937544584,0.237051517,0.842555106,0.681957722,0.481934011,0.696742117 -Cambodia,Asia,2015,4.162164688,8.178988457,0.728610277,60.70000076,0.956319809,0.207556576,0.825130224,0.731492698,0.399102688,0.732658446 -Cambodia,Asia,2016,4.461259365,8.232682228,0.745901227,60.90000153,0.957821488,0.073389076,0.840416849,0.71258837,0.398200303,0.739886224 -Cambodia,Asia,2017,4.585842133,8.287207603,0.765094936,61.09999847,0.963774681,0.084982984,0.821022928,0.668839991,0.40828383,0.752442479 -Cambodia,Asia,2018,5.121837616,8.347026825,0.794605374,61.29999924,0.958304822,0.032342847,,0.723344207,0.414345801, -Cambodia,Asia,2019,4.998284817,8.403866768,0.759175479,61.5,0.956799209,0.009721675,0.828444481,0.703703225,0.3895863, -Cambodia,Asia,2020,4.376985073,8.360816002,0.724422634,61.70000076,0.963075459,0.05026247,0.863053977,0.770770192,0.38985163, -Cambodia,Asia,2021,4.555141449,8.378979683,0.712757587,61.90000153,0.965093315,0.015026662,0.84435308,0.759146988,0.391309649, -Cambodia,Asia,2022,4.250280857,8.414617538,0.78360188,62.09999847,0.946244061,0.154094294,0.859684169,0.755761087,0.387783885, -Cameroon,Africa,2006,3.851072073,8.089927673,0.689600766,47.84000015,0.653422654,-0.017281633,0.907067657,0.588019311,0.270873696,0.432124376 -Cameroon,Africa,2007,4.349939346,8.104486465,0.717394173,48.27999878,0.643883944,-0.03891449,0.910349727,0.629790902,0.248631328,0.408499986 -Cameroon,Africa,2008,4.291800499,8.104195595,0.696715772,48.72000122,0.580257237,-0.076011591,0.945002794,0.612912178,0.31248498,0.314642787 -Cameroon,Africa,2009,4.741408348,8.101195335,0.728693902,49.15999985,0.698030412,-0.023992591,0.925447285,0.59187758,0.249821514,0.366200924 -Cameroon,Africa,2010,4.554256916,8.101261139,0.758640707,49.59999847,0.792220175,-0.00447563,0.874718666,0.593696296,0.273786336,0.513922989 -Cameroon,Africa,2011,4.433885098,8.106182098,0.737992823,50.04000092,0.816693783,-0.0350875,0.869615674,0.607725799,0.271676332,0.645140469 -Cameroon,Africa,2012,4.244634151,8.123253822,0.74283731,50.47999954,0.766064227,-0.038270786,0.898028791,0.616639733,0.284447879,0.533314586 -Cameroon,Africa,2013,4.271038055,8.143866539,0.760194361,50.91999817,0.794075966,-0.036168404,0.867257416,0.639725685,0.268199235,0.607353866 -Cameroon,Africa,2014,4.240441322,8.169133186,0.777777076,51.36000061,0.794645548,-0.076876611,0.855849743,0.604288578,0.216039628,0.609312952 -Cameroon,Africa,2015,5.037964821,8.192779541,0.646312475,51.79999924,0.791428566,0.04406023,0.868049026,0.623713493,0.346430004,0.613636553 -Cameroon,Africa,2016,4.816232204,8.207217216,0.659299791,52.47499847,0.71250701,-0.008439968,0.87945056,0.634631455,0.367093384,0.621221066 -Cameroon,Africa,2017,5.07405138,8.21367836,0.69459641,53.15000153,0.766945004,-0.033227805,0.84358561,0.632240534,0.377498746,0.578775525 -Cameroon,Africa,2018,5.250737667,8.224833488,0.676825225,53.82500076,0.816304982,0.030961027,0.884441614,0.629664183,0.355642408,0.6452263 -Cameroon,Africa,2019,4.936737537,8.231245041,0.710964739,54.5,0.711500287,-0.011995641,0.817170262,0.606392264,0.326395005,0.546259165 -Cameroon,Africa,2020,5.2410779,8.206723213,0.720046639,55.17499924,0.674509168,0.044859,0.836517215,0.626284778,0.386478961,0.498690844 -Cameroon,Africa,2021,4.962747574,8.216213226,0.694936395,55.84999847,0.715301752,-0.026043305,0.848717153,0.612028599,0.346513718,0.563208461 -Cameroon,Africa,2022,4.712408066,8.227441788,0.629108608,56.52500153,0.674506366,0.025319204,0.849325359,0.58575964,0.362230659, -Canada,North America,2005,7.418048382,10.70729923,0.961552441,70.5,0.957306266,0.248032972,0.502681196,0.78329885,0.233278155,0.442817539 -Canada,North America,2007,7.481752872,10.73396969,,70.62000275,0.930341303,0.245596439,0.405608416,0.811577201,0.256810069,0.63782382 -Canada,North America,2008,7.485603809,10.73316574,0.938707411,70.68000031,0.92631495,0.257702559,0.369587809,0.802223682,0.202174947,0.590370953 -Canada,North America,2009,7.48782444,10.69202709,0.94284451,70.73999786,0.915057838,0.242369667,0.412622124,0.793210924,0.247633159,0.608264029 -Canada,North America,2010,7.650346279,10.71133614,0.953765452,70.80000305,0.933948815,0.226587087,0.412659585,0.791042447,0.233112857,0.551076472 -Canada,North America,2011,7.426053524,10.7325325,0.921669245,70.86000061,0.950925291,0.249269426,0.432991534,0.802899837,0.247728661,0.553290546 -Canada,North America,2012,7.415144444,10.73914337,0.948128343,70.91999817,0.917961121,0.286125481,0.465601832,0.775568783,0.229332089,0.523448169 -Canada,North America,2013,7.593793869,10.75160122,0.936239362,70.98000336,0.916013896,0.311748415,0.406236142,0.800634027,0.262850314,0.505976021 -Canada,North America,2014,7.30425787,10.76984406,0.917836308,71.04000092,0.93889761,0.26594463,0.441735327,0.790682673,0.258602411,0.516953588 -Canada,North America,2015,7.412772655,10.76895142,0.939067066,71.09999847,0.931468964,0.248908401,0.427152246,0.791708946,0.286280215,0.644104123 -Canada,North America,2016,7.244845867,10.76759148,0.924392521,71.15000153,0.912423909,0.207250759,0.385090441,0.767764688,0.237422869,0.618195295 -Canada,North America,2017,7.414868355,10.78554249,0.93374896,71.19999695,0.945145011,0.159077913,0.362034321,0.799357772,0.21798116,0.652735949 -Canada,North America,2018,7.175496578,10.79881001,0.922718763,71.25,0.9457829,0.101732664,0.371740848,0.772559404,0.259397656,0.610466897 -Canada,North America,2019,7.1090765,10.80307007,0.925303996,71.30000305,0.911525607,0.107073732,0.436434418,0.780721545,0.284833759,0.549280941 -Canada,North America,2020,7.024904728,10.73779297,0.930610716,71.34999847,0.8868922,0.044787828,0.434012353,0.738485336,0.306673735,0.600424111 -Canada,North America,2021,6.939435482,10.77672386,0.926076412,71.40000153,0.898229182,0.191067189,0.383990496,0.762826681,0.276232809,0.610411167 -Canada,North America,2022,6.917935371,10.80336666,0.929101527,71.44999695,0.838263929,0.221541926,0.44200018,0.71948266,0.286747754, -Central African Republic,,2007,4.160129547,6.945773602,0.532296896,41.47999954,0.662871003,0.082949884,0.782130718,0.566929102,0.329995304,0.623565912 -Central African Republic,,2010,3.567892551,7.030765533,0.483333886,42.5,0.689950883,-0.032762062,0.845376968,0.477915257,0.256705284,0.752208948 -Central African Republic,,2011,3.677826405,7.05653286,0.387390912,42.84000015,0.780017793,-0.012097322,0.834498882,0.501872838,0.277179927,0.78385824 -Central African Republic,,2016,2.693061113,6.707346439,0.29018417,44.75,0.624056518,0.03731833,0.859073043,0.550785124,0.49426806,0.748754561 -Central African Republic,,2017,3.475862026,6.732925415,0.319589138,45.29999924,0.645252347,0.077882506,0.889566004,0.602205455,0.599335492,0.650284886 -Chad,Africa,2006,3.434800625,7.369199753,0.724308193,47.08000183,0.306131899,0.025769988,0.961073756,0.571167529,0.262727261,0.161062598 -Chad,Africa,2007,4.141326904,7.367519379,0.478950858,47.45999908,0.294611782,-0.013499532,0.873609602,0.597516537,0.245208368,0.228144914 -Chad,Africa,2008,4.632468224,7.363130569,0.570834816,47.84000015,0.526610374,0.060693197,0.943553567,0.569265902,0.225483745,0.348725855 -Chad,Africa,2009,3.639445066,7.369256973,0.645713627,48.22000122,0.401370287,0.019625386,0.931180775,0.601492822,0.221047014,0.253101557 -Chad,Africa,2010,3.742871046,7.462245941,0.733713627,48.59999847,0.504612565,0.0230776,0.857664049,0.56018573,0.287240535,0.319014966 -Chad,Africa,2011,4.393482208,7.428129673,0.81884402,48.97999954,0.540267944,0.02889158,0.876383662,0.578596532,0.289146483,0.394194484 -Chad,Africa,2012,4.03297472,7.4783535,0.672866464,49.36000061,0.562908113,-0.035707418,0.884475827,0.498229086,0.315747142,0.30277133 -Chad,Africa,2013,3.507663012,7.49821806,0.714144647,49.74000168,0.48821035,-0.046995569,0.881972373,0.437320441,0.314174235,0.309654564 -Chad,Africa,2014,3.460182905,7.529241562,0.733066797,50.11999893,0.566795349,-0.07123179,0.880934,0.523712218,0.328528851,0.366833448 -Chad,Africa,2015,4.322675228,7.524701118,0.751252234,50.5,0.474360883,-0.030051373,0.88863939,0.592612624,0.358437926,0.445897698 -Chad,Africa,2016,4.029350281,7.428617477,0.616204858,50.875,0.525222123,0.0507451,0.819788873,0.563527167,0.467566758,0.513021767 -Chad,Africa,2017,4.558937073,7.365028381,0.660615563,51.25,0.614849687,0.006798261,0.792389929,0.584315419,0.53824544,0.473544389 -Chad,Africa,2018,4.486325264,7.354710102,0.57725358,51.625,0.650354564,0.023422049,0.762879312,0.532490015,0.543836236,0.57743603 -Chad,Africa,2019,4.250799179,7.353720188,0.640452087,52,0.537245691,0.054406818,0.832283497,0.556210697,0.460061282,0.571986496 -Chad,Africa,2022,4.396646023,7.261128902,0.719671786,53.125,0.679479539,0.221161678,0.805424452,0.588191628,0.499192148, -Chile,South America,2006,6.062851906,9.869904518,0.835543633,67.77999878,0.744291902,0.163423926,0.633629858,0.75241518,0.347656876,0.581012249 -Chile,South America,2007,5.697929859,9.910489082,0.814620972,67.95999908,0.66190511,0.238680527,0.722670555,0.708403945,0.34226191,0.42642054 -Chile,South America,2008,5.789438725,9.937674522,0.803758562,68.13999939,0.640201688,0.078363486,0.740667343,0.706395447,0.329703212,0.405252457 -Chile,South America,2009,6.493686199,9.916161537,0.831581831,68.31999969,0.746614039,0.143404946,0.734211445,0.755948484,0.299891174,0.575284302 -Chile,South America,2010,6.63565588,9.962940216,0.85695523,68.5,0.786367476,0.101961553,0.701824725,0.759538412,0.300116688,0.478705615 -Chile,South America,2011,6.526334763,10.01340485,0.819078863,68.68000031,0.700734138,0.105664022,0.752755523,0.757600784,0.316876173,0.322867334 -Chile,South America,2012,6.599128723,10.06339169,0.855235577,68.86000061,0.733610928,0.188598543,0.782117426,0.736138999,0.287592113,0.343267798 -Chile,South America,2013,6.74015379,10.08629227,0.862404704,69.04000092,0.736887336,0.078716107,0.741154909,0.790639281,0.285453886,0.3072685 -Chile,South America,2014,6.844238281,10.09399128,0.861552179,69.22000122,0.733326375,0.211057454,0.758497715,0.799998224,0.276103258,0.399530023 -Chile,South America,2015,6.532749653,10.1049881,0.827141881,69.40000153,0.76888144,0.034404624,0.811511338,0.752153039,0.332746744,0.300492525 -Chile,South America,2016,6.579056263,10.11047649,0.841388166,69.55000305,0.652289748,0.096122019,0.858124971,0.791725159,0.283042103,0.203538865 -Chile,South America,2017,6.320119381,10.10834122,0.879840791,69.69999695,0.790116489,-0.026383875,0.835987508,0.764839888,0.291042089,0.268283308 -Chile,South America,2018,6.436220646,10.12950611,0.890084922,69.84999847,0.78853035,-0.065820776,0.816297412,0.75546813,0.275820225,0.334744155 -Chile,South America,2019,5.942250252,10.11926842,0.869121909,70,0.659176767,-0.108219646,0.860491574,0.740561962,0.337243795,0.152523443 -Chile,South America,2020,6.150642872,10.04401875,0.888412297,70.15000153,0.781383574,0.027615355,0.811818838,0.752884626,0.336028606,0.171463788 -Chile,South America,2021,6.435630798,10.14443684,0.891460538,70.30000305,0.80341506,-0.049678605,0.858552754,0.735079885,0.220878571,0.232144803 -Chile,South America,2022,6.415198803,10.15356255,0.886761963,70.44999695,0.793485582,-0.010977617,0.796396375,0.775208235,0.252545208, -China,Asia,2006,4.560495377,8.696139336,0.747011304,65.66000366,,,,0.657658756,0.169580385, -China,Asia,2007,4.86286211,8.823967934,0.810852408,65.91999817,,-0.178882852,,0.663977444,0.158613518, -China,Asia,2008,4.84629488,8.910973549,0.74828732,66.18000031,0.853072047,-0.095183767,,0.705133259,0.146963045, -China,Asia,2009,4.454360962,8.995828629,0.79803437,66.44000244,0.771143258,-0.163263753,,0.669665992,0.16165024, -China,Asia,2010,4.652736664,9.092073441,0.767752588,66.69999695,0.804793596,-0.136181667,,0.658100963,0.158099651, -China,Asia,2011,5.037207603,9.177826881,0.787171185,66.95999908,0.824162364,-0.189271152,,0.710054815,0.133503452, -China,Asia,2012,5.094917297,9.246742249,0.787818193,67.22000122,0.808255136,-0.187488616,,0.689159811,0.158702999, -China,Asia,2013,5.241090298,9.314874649,0.777895868,67.48000336,0.804723918,-0.160522923,,0.717135847,0.14221105, -China,Asia,2014,5.195619106,9.38020134,0.820366025,67.73999786,,-0.219485104,,0.70976311,0.111517705, -China,Asia,2015,5.303877831,9.44243145,0.793733716,68,,-0.247148633,,0.666827261,0.171314985, -China,Asia,2016,5.32495594,9.5029459,0.741703033,68.125,,-0.230263636,,0.683255911,0.145625159, -China,Asia,2017,5.099061489,9.564058304,0.772033215,68.25,0.877617598,-0.177593157,,0.681665182,0.214004755, -China,Asia,2018,5.131433964,9.624698639,0.787605345,68.375,0.895377696,-0.161313266,,0.721578658,0.189639792, -China,Asia,2019,5.144120216,9.678953171,0.821935892,68.5,0.927356243,-0.175780177,,0.7602669,0.146511838, -China,Asia,2020,5.771064758,9.698722839,0.80833447,68.625,0.891122997,-0.106377028,,0.662961006,0.244918227, -China,Asia,2021,5.862864494,9.775807381,0.85600698,68.75,0.874755502,0.022141412,,0.697809815,0.239618436, -Colombia,South America,2006,6.024942875,9.277318954,0.910293102,66.31999969,0.80466181,-0.017999403,0.807830036,0.775695443,0.325588256,0.480881035 -Colombia,South America,2007,6.138411522,9.33012867,0.893706799,66.54000092,0.785865963,-0.043440264,0.85976088,0.774423897,0.287090033,0.512472034 -Colombia,South America,2008,6.168395042,9.350756645,0.880066812,66.76000214,0.795083821,-0.044883195,0.763223946,0.767762363,0.307162195,0.635107458 -Colombia,South America,2009,6.271604538,9.350772858,0.885926604,66.98000336,0.757100701,-0.057831209,0.837143481,0.786378622,0.27313149,0.440458208 -Colombia,South America,2010,6.40811348,9.383470535,0.892992675,67.19999695,0.816121101,-0.052573938,0.814524472,0.791580796,0.264659166,0.551749408 -Colombia,South America,2011,6.463952541,9.439705849,0.904147327,67.41999817,0.810907423,-0.076487079,0.847268522,0.784792185,0.285958856,0.445631891 -Colombia,South America,2012,6.374879837,9.467689514,0.914372623,67.63999939,0.827868104,-0.012348481,0.868371546,0.828550577,0.293702394,0.357382864 -Colombia,South America,2013,6.606550694,9.507854462,0.900777876,67.86000061,0.841173172,-0.073762171,0.898202121,0.814823985,0.278113931,0.292708308 -Colombia,South America,2014,6.44878912,9.542390823,0.907402635,68.08000183,0.801191449,-0.093298174,0.886645734,0.824772537,0.278056443,0.298372507 -Colombia,South America,2015,6.387571812,9.562101364,0.889900029,68.30000305,0.790897965,-0.103279702,0.842899323,0.803392112,0.291769385,0.271786749 -Colombia,South America,2016,6.233715057,9.572073936,0.88190037,68.47499847,0.834966123,-0.103711762,0.897553861,0.770469427,0.294222772,0.261251181 -Colombia,South America,2017,6.157341957,9.570453644,0.909249961,68.65000153,0.837554634,-0.160499662,0.87501812,0.790257096,0.299308956,0.221882597 -Colombia,South America,2018,5.983512402,9.576817513,0.870970428,68.82499695,0.850765765,-0.151604235,0.854820907,0.774537921,0.300624102,0.274869502 -Colombia,South America,2019,6.350297928,9.589880943,0.872578919,69,0.821500719,-0.174859732,0.853646159,0.790579498,0.321806282,0.327981085 -Colombia,South America,2020,5.70917511,9.502091408,0.797035217,69.17500305,0.840186119,-0.088326029,0.807964027,0.758542895,0.340158582,0.373634368 -Colombia,South America,2021,5.289958477,9.59209919,0.792830646,69.34999847,0.774668455,-0.062906832,0.831330955,0.75165838,0.348332316,0.289148897 -Colombia,South America,2022,5.891712189,9.659547806,0.87694943,69.52500153,0.799183786,-0.161807224,0.862641215,0.76174444,0.305503905, -Comoros,Africa,2009,3.47602725,7.998597145,0.629426777,56.75999832,0.507845283,-0.078846201,0.838115692,0.626087248,0.167317495,0.318495363 -Comoros,Africa,2010,3.81219101,8.014837265,0.721342921,57,0.528675258,-0.000196382,0.741181731,0.664167643,0.177948058,0.404844582 -Comoros,Africa,2011,3.838485956,8.034251213,0.721832752,57.24000168,0.499673873,-0.080622531,0.731508493,0.622124016,0.173323005,0.441241771 -Comoros,Africa,2012,3.955640316,8.044060707,0.719217896,57.47999954,0.534040928,-0.126743242,0.651009262,0.616151214,0.211843818,0.464862645 -Comoros,Africa,2018,3.972819567,8.100110054,0.621302962,58.72499847,0.560182333,0.078678392,0.793758333,0.688426197,0.337493658,0.317273706 -Comoros,Africa,2019,4.608616352,8.098840714,0.632012963,58.90000153,0.538261533,0.070537798,0.762232482,0.665162265,0.336162895,0.313734859 -Comoros,Africa,2022,3.545203686,8.074591637,0.471820921,59.42499924,0.480553567,-0.014281231,0.732310832,0.602503002,0.351545244, -Congo (Brazzaville),Africa,2008,3.819792271,8.389738083,0.5547719,52.24000168,0.525746763,-0.122323379,,0.602977395,0.297789842,0.318315178 -Congo (Brazzaville),Africa,2011,4.509824276,8.502156258,0.637117505,53.38000107,0.744807184,-0.13448514,0.832713723,0.601302743,0.28787604,0.468380183 -Congo (Brazzaville),Africa,2012,3.919341803,8.569225311,0.622330368,53.75999832,0.772510767,-0.141010031,0.799653709,0.546509743,0.32258296,0.541932642 -Congo (Brazzaville),Africa,2013,3.954950571,8.53800869,0.67993468,54.13999939,0.725815654,-0.104294524,0.751723707,0.598945916,0.291401565,0.555940092 -Congo (Brazzaville),Africa,2014,4.05601263,8.579113007,0.685934663,54.52000046,0.661638141,-0.136911437,0.808412731,0.557721436,0.400229424,0.483726323 -Congo (Brazzaville),Africa,2015,4.690830231,8.519078255,0.642136157,54.90000153,0.85017246,-0.125980258,0.841359496,0.555227578,0.260670513,0.49927032 -Congo (Brazzaville),Africa,2016,4.119493484,8.381088257,0.615449011,55.22499847,0.785906553,-0.087658733,0.790385723,0.586020231,0.303666711,0.483075261 -Congo (Brazzaville),Africa,2017,4.883991241,8.312362671,0.655440509,55.54999924,0.777783453,-0.14461866,0.76278311,0.573506653,0.381640553,0.469826549 -Congo (Brazzaville),Africa,2018,5.490214348,8.239173889,0.620622933,55.875,0.69870007,-0.101779334,0.738020182,0.571407259,0.447646171,0.473673612 -Congo (Brazzaville),Africa,2019,5.212622643,8.214752197,0.624768078,56.20000076,0.686451972,-0.056287225,0.74058944,0.594482303,0.40504083,0.541197777 -Congo (Brazzaville),Africa,2020,5.079139233,8.127007484,0.596515119,56.52500153,0.760727525,-0.021083379,0.727796018,0.572090924,0.434675574,0.580636084 -Congo (Brazzaville),Africa,2021,4.920531273,8.081596375,0.567651093,56.84999847,0.737661481,-0.019420257,0.732729912,0.567556679,0.420455933,0.522122145 -Congo (Brazzaville),Africa,2022,5.804918766,8.077151299,0.646345079,57.17499924,0.69769448,0.027624207,0.759754062,0.582619011,0.47688362, -Congo (Kinshasa),,2009,3.983848572,6.699410915,0.733060241,49.40000153,0.55648756,-0.020793589,0.824010491,0.487423629,0.282622427,0.536580622 -Congo (Kinshasa),,2011,4.516963959,6.768578053,0.743946671,50.40000153,0.631108582,-0.024183685,0.856494904,0.564573765,0.208352298,0.350868344 -Congo (Kinshasa),,2012,4.63922739,6.803482056,0.769545972,50.90000153,0.557286203,-0.033435527,0.807406604,0.626130402,0.229651377,0.437570214 -Congo (Kinshasa),,2013,4.497477055,6.850804329,0.829852045,51.40000153,0.480394155,0.013277864,0.912991524,0.555594087,0.187094659,0.202409595 -Congo (Kinshasa),,2014,4.414299965,6.906826973,0.822286069,51.90000153,0.556099296,0.010331606,0.813676,0.519370258,0.304635078,0.31167382 -Congo (Kinshasa),,2015,3.902741671,6.939807892,0.767235577,52.40000153,0.573763788,-0.046406858,0.866378009,0.537650287,0.301049381,0.274324 -Congo (Kinshasa),,2016,4.521935463,6.92885828,0.864154518,52.82500076,0.637366712,-0.02307719,0.874999642,0.610230744,0.222411484,0.281824946 -Congo (Kinshasa),,2017,4.311033249,6.931022167,0.669688404,53.25,0.704239547,0.069826052,0.809181869,0.540647209,0.404262066,0.4784123 -Congo (Kinshasa),,2022,3.207196712,7.006671429,0.654081404,55.375,0.664101124,0.085997902,0.835640848,0.563382447,0.461423427, -Costa Rica,South America,2006,7.082465172,9.606750488,0.936938047,68.55999756,0.882419884,0.054026622,0.797522187,0.815273166,0.235549212,0.378860384 -Costa Rica,South America,2007,7.432132244,9.671673775,0.917678237,68.72000122,0.922735691,0.091504224,0.819655001,0.825872421,0.240080148,0.445800394 -Costa Rica,South America,2008,6.850679874,9.70412159,0.915759027,68.87999725,0.912005961,0.089306071,0.815712631,0.838356972,0.23294723,0.360780925 -Costa Rica,South America,2009,7.614928722,9.681844711,0.899781644,69.04000092,0.886061072,0.05889079,0.786559105,0.839989483,0.217024222,0.521350086 -Costa Rica,South America,2010,7.271053791,9.721186638,0.915141284,69.19999695,0.881029606,0.04077404,0.762587249,0.826531351,0.221241251,0.532538593 -Costa Rica,South America,2011,7.228888512,9.751876831,0.89204818,69.36000061,0.926105797,-0.039756496,0.836583257,0.793523431,0.26922521,0.322533011 -Costa Rica,South America,2012,7.272250175,9.787511826,0.902206898,69.51999664,0.92891407,0.03902087,0.794301391,0.836753607,0.263027132,0.280074805 -Costa Rica,South America,2013,7.158000469,9.800621033,0.902069271,69.68000031,0.897879303,0.011099298,0.812863111,0.808915198,0.278147429,0.26219371 -Costa Rica,South America,2014,7.247086048,9.824480057,0.914211214,69.83999634,0.926707387,0.002585921,0.788037479,0.797013283,0.289528906,0.40445292 -Costa Rica,South America,2015,6.854004383,9.849885941,0.878272951,70,0.906925678,-0.066175848,0.761419415,0.810668409,0.286440313,0.261169255 -Costa Rica,South America,2016,7.135617733,9.880914688,0.900701284,70,0.872971952,-0.039575003,0.780562043,0.830013096,0.281422287,0.279027581 -Costa Rica,South America,2017,7.22518158,9.911863327,0.92169714,70,0.93561846,-0.083621278,0.742350757,0.790628314,0.275440067,0.407448441 -Costa Rica,South America,2018,7.141074657,9.928339958,0.875872433,70,0.941888332,-0.114396922,0.781301796,0.801593184,0.32586664,0.479977787 -Costa Rica,South America,2019,6.997618675,9.943575859,0.906077445,70,0.926830113,-0.153729483,0.835628331,0.791270852,0.303327233,0.283023864 -Costa Rica,South America,2020,6.338472366,9.894665718,0.834199548,70,0.889399767,-0.136444375,0.772164285,0.758924901,0.349548459,0.298230559 -Costa Rica,South America,2021,6.408448219,9.961722374,0.87605232,70,0.886652231,-0.02657732,0.781826913,0.774057925,0.317840338,0.315308332 -Costa Rica,South America,2022,7.076658249,9.997837067,0.901608407,70,0.910026312,-0.047002032,0.750560999,0.793032348,0.271905601, -Croatia,Europe,2007,5.820907593,10.17382431,0.909822166,66.94000244,0.662205756,-0.09655869,0.934273541,0.549708128,0.33708486,0.385139734 -Croatia,Europe,2009,5.433319569,10.12016106,0.860663235,67.18000031,0.549258351,-0.275568962,0.958130538,0.557369649,0.272170246, -Croatia,Europe,2010,5.595575333,10.110116,0.796391606,67.30000305,0.564372659,-0.242169827,0.972738981,0.553552032,0.258886874, -Croatia,Europe,2011,5.385372639,10.11270237,0.789738715,67.41999817,0.516932428,-0.202886671,0.976777494,0.55185771,0.272979707, -Croatia,Europe,2012,6.027634621,10.09216595,0.775817871,67.54000092,0.541909754,-0.24748528,0.923860013,0.571653247,0.271040529,0.311118603 -Croatia,Europe,2013,5.885462761,10.09096527,0.751262069,67.66000366,0.626699686,-0.209175289,0.936059833,0.554081142,0.284729958,0.257140577 -Croatia,Europe,2014,5.380692482,10.09073544,0.645697773,67.77999878,0.518878043,0.127034962,0.917735159,0.544727087,0.285895109,0.15500845 -Croatia,Europe,2015,5.205438137,10.12388706,0.768363416,67.90000153,0.693523049,-0.101610668,0.848545551,0.570057213,0.294019341,0.364868402 -Croatia,Europe,2016,5.416875362,10.16584587,0.798332155,68.07499695,0.671970546,-0.0698319,0.884059787,0.568961382,0.336541265,0.30339098 -Croatia,Europe,2017,5.343165874,10.21140671,0.770309687,68.25,0.715822279,-0.109791107,0.89155972,0.61825645,0.316488236,0.211000666 -Croatia,Europe,2018,5.536271095,10.24796391,0.909806848,68.42500305,0.690855622,-0.156301752,0.925408304,0.512389958,0.290375978,0.248180911 -Croatia,Europe,2019,5.625743866,10.28714275,0.935988724,68.59999847,0.739300609,-0.143352598,0.931614637,0.503806353,0.269154519,0.286501437 -Croatia,Europe,2020,6.507992268,10.20176506,0.922913492,68.77500153,0.836657643,-0.069338493,0.960939288,0.681406796,0.285609752,0.208485767 -Croatia,Europe,2021,6.286790371,10.36204529,0.917741537,68.94999695,0.841837883,0.003264118,0.933650374,0.640148699,0.274197161,0.251287937 -Croatia,Europe,2022,5.578691483,10.4582634,0.90998435,69.125,0.593485951,-0.212666839,0.87508148,0.573152721,0.266854137, -Cuba,,2006,5.417868614,,0.969595134,68,0.281457931,,,0.596187174,0.276601523,0.513175547 -Cyprus,Europe,2006,6.237958431,10.56758976,0.878201067,70.16000366,0.836101174,0.013915932,0.712468922,0.704202533,0.253212214,0.664813399 -Cyprus,Europe,2009,6.833477497,10.5595274,0.811736107,70.63999939,0.774590671,0.050066553,0.801423609,0.668310106,0.329307944,0.563541174 -Cyprus,Europe,2010,6.386546135,10.55595398,0.822123706,70.80000305,0.755362809,0.0680959,0.833427012,0.699333131,0.295705855,0.452459902 -Cyprus,Europe,2011,6.689608574,10.5345974,0.843654513,70.95999908,0.745468855,0.175204977,0.840676486,0.682390809,0.272299588,0.399997503 -Cyprus,Europe,2012,6.180507183,10.48427868,0.767177105,71.12000275,0.724629581,0.093665473,0.870691717,0.687085271,0.368632913,0.3364124 -Cyprus,Europe,2013,5.438952446,10.41845894,0.744032085,71.27999878,0.656267941,0.097615138,0.867310464,0.656831086,0.420258701,0.274080217 -Cyprus,Europe,2014,5.627123833,10.4115448,0.770175993,71.44000244,0.715065658,0.055447984,0.868237555,0.661480188,0.397172987,0.244740322 -Cyprus,Europe,2015,5.439161301,10.45085621,0.769556105,71.59999847,0.62803483,0.109373726,0.892795146,0.659941733,0.383106411,0.203454718 -Cyprus,Europe,2016,5.794618607,10.50993538,0.786438465,71.80000305,0.756220996,-0.034594569,0.897639513,0.631048799,0.336344689,0.333909512 -Cyprus,Europe,2017,6.062051296,10.55638504,0.818671048,72,0.811670661,0.037891109,0.851206422,0.669735432,0.300516605,0.312653422 -Cyprus,Europe,2018,6.276443005,10.59912777,0.825573206,72.19999695,0.794215024,-0.028720433,0.848337233,0.662988305,0.298021138,0.352440447 -Cyprus,Europe,2019,6.136832714,10.63938046,0.776078045,72.40000153,0.740058005,-0.015705705,0.865294218,0.663419962,0.290225208,0.327287793 -Cyprus,Europe,2020,6.259810448,10.58333588,0.805559397,72.59999847,0.762782335,-0.084321655,0.816231728,0.670835674,0.283522457,0.414389879 -Cyprus,Europe,2021,6.269202232,10.63829708,0.85535723,72.80000305,0.717639267,-0.036411244,0.876456022,0.64112097,0.274683625,0.321940005 -Cyprus,Europe,2022,5.864756584,,0.819547474,73,0.698407114,,0.887328267,0.659326255,0.29699868, -Czechia,,2005,6.439256668,10.32168579,0.918759465,67.09999847,0.865234971,,0.900732756,0.638764262,0.257948965,0.282911479 -Czechia,,2007,6.500194073,10.43282795,0.899779022,67.33999634,0.798949361,-0.067165785,0.927871466,0.659939229,0.276907444,0.268838406 -Czechia,,2010,6.249617577,10.41879749,0.934161127,67.69999695,0.77911222,-0.045746949,0.925964117,0.647838593,0.244084343,0.334044516 -Czechia,,2011,6.331490993,10.43418026,0.91351074,67.81999969,0.787180007,-0.110400707,0.949787855,0.623200595,0.252808869,0.206286699 -Czechia,,2012,6.334149361,10.42490005,0.91242677,67.94000244,0.739808738,-0.157697842,0.956799686,0.634971499,0.256508142,0.169811338 -Czechia,,2013,6.697655678,10.42410946,0.888043344,68.05999756,0.725945652,-0.159976125,0.91589886,0.656264901,0.252652615,0.242542624 -Czechia,,2014,6.483729839,10.44542503,0.877915204,68.18000031,0.800421,-0.171905741,0.896880686,0.637772083,0.235220566,0.339732826 -Czechia,,2015,6.608017445,10.49594116,0.911362588,68.30000305,0.808484197,-0.149913684,0.886467457,0.689354122,0.206080526,0.435425878 -Czechia,,2016,6.735627174,10.5190773,0.930592895,68.42500305,0.850328267,-0.201611593,0.900430739,0.710227489,0.201041639,0.415120721 -Czechia,,2017,6.789567947,10.56681633,0.900968969,68.55000305,0.8317855,-0.18125312,0.866524994,0.672272861,0.226649791,0.343870819 -Czechia,,2018,7.034165382,10.59516621,0.929163933,68.67500305,0.790132403,-0.296867758,0.851382256,0.674413085,0.178068101,0.420783311 -Czechia,,2020,6.897091389,10.56204319,0.96405369,68.92500305,0.906422019,-0.133409292,0.883699596,0.748342454,0.290441692,0.318858981 -Czechia,,2021,6.942496777,10.61499023,0.950226784,69.05000305,0.890521467,0.159110054,0.8625741,0.716166556,0.239848629,0.284475416 -Czechia,,2022,6.695077419,10.65630722,0.943601012,69.17500305,0.90783453,0.093917415,0.831001461,0.742506981,0.245990261, -Denmark,Europe,2005,8.01893425,10.84901237,0.972371519,68.30000305,0.97113502,,0.236521706,0.776689112,0.15367195,0.66868329 -Denmark,Europe,2007,7.834233284,10.88872623,0.954201102,68.73999786,0.932086229,0.235808134,0.206005678,0.777935743,0.194323689,0.592505932 -Denmark,Europe,2008,7.970891953,10.87771797,0.953911722,68.95999908,0.969788373,0.26788044,0.247505307,0.759462297,0.163090929,0.665933907 -Denmark,Europe,2009,7.683358669,10.82205677,0.93889159,69.18000031,0.949335575,0.259391248,0.205769762,0.781798959,0.233584777,0.626578152 -Denmark,Europe,2010,7.770515442,10.83615208,0.974977076,69.40000153,0.943630815,0.238271326,0.174896091,0.796208739,0.154562935,0.586689413 -Denmark,Europe,2011,7.78823185,10.84531403,0.961736143,69.62000275,0.934760153,0.293352216,0.220043078,0.777891874,0.174883381,0.471823335 -Denmark,Europe,2012,7.519909382,10.84381294,0.951437175,69.83999634,0.932627916,0.134583235,0.187407613,0.782715559,0.208569512,0.534252763 -Denmark,Europe,2013,7.588606834,10.84893417,0.964707971,70.05999756,0.920254648,0.210610688,0.170042172,0.825601161,0.194673792,0.391405106 -Denmark,Europe,2014,7.507559299,10.85992813,0.956344306,70.27999878,0.941572249,0.11384625,0.237218335,0.779867768,0.232612774,0.457836896 -Denmark,Europe,2015,7.514424801,10.87601948,0.9597013,70.5,0.94143641,0.217878878,0.191016391,0.801432848,0.217577577,0.579888642 -Denmark,Europe,2016,7.55778265,10.90015984,0.954451501,70.625,0.948230565,0.133582085,0.209893376,0.786007643,0.207583427,0.467660695 -Denmark,Europe,2017,7.593702316,10.92155266,0.952100098,70.75,0.955416322,0.150644541,0.18114756,0.778525174,0.205775306,0.572353303 -Denmark,Europe,2018,7.648785591,10.93629456,0.958218873,70.875,0.935437799,0.013477051,0.150607437,0.773032844,0.20605281,0.632478476 -Denmark,Europe,2019,7.693003178,10.94753742,0.957706392,71,0.963318408,0.016351758,0.174150586,0.796859503,0.181070626,0.632999003 -Denmark,Europe,2020,7.514631271,10.92447376,0.947371364,71.125,0.937931836,0.046843562,0.213841751,0.752573669,0.227101892,0.715797603 -Denmark,Europe,2021,7.698747158,10.96755409,0.944926739,71.25,0.933439255,0.131484345,0.172680944,0.7918908,0.20642221,0.651709735 -Denmark,Europe,2022,7.54496479,10.99429893,0.970306337,71.375,0.929547489,0.224115312,0.203140497,0.786820412,0.205441043, -Djibouti,,2008,5.009330273,8.115298271,0.690439582,53.63999939,0.773456693,0.126387715,0.576097667,0.740247607,0.120192163,0.668003559 -Djibouti,,2009,4.905925274,8.014382362,0.900565028,54.11999893,0.649316013,-0.003540013,0.634222806,0.630110741,0.232132807,0.604356289 -Djibouti,,2010,5.005810738,7.934187412,,54.59999847,0.763730347,-0.068953022,0.596910238,,,0.692277551 -Djibouti,,2011,4.369193554,8.15037632,0.632973254,55.08000183,0.746439457,-0.078678817,0.518930137,0.542736053,0.180592626,0.678491235 -Dominican Republic,South America,2006,5.087967873,9.306493759,0.91889888,65.36000061,0.858241439,0.035150796,0.754729331,0.732519329,0.274338454,0.637337983 -Dominican Republic,South America,2007,5.081305981,9.365398407,0.847544849,65.12000275,0.886246681,-0.010273828,0.771574259,0.72255975,0.260098964,0.484912902 -Dominican Republic,South America,2008,4.84230566,9.384228706,0.850137472,64.87999725,0.848116636,-0.047724124,0.72759831,0.653890312,0.329416394,0.538045287 -Dominican Republic,South America,2009,5.431613922,9.3805933,0.87816149,64.63999939,0.862979472,-0.055421017,0.805910408,0.708645999,0.279788464,0.409594834 -Dominican Republic,South America,2010,4.735021114,9.447546005,0.859969318,64.40000153,0.823902845,-0.07742469,0.779742122,0.706625521,0.281694859,0.450313658 -Dominican Republic,South America,2011,5.396535397,9.465392113,0.872086227,64.16000366,0.847975314,0.011426569,0.788254738,0.738086641,0.299839288,0.410130858 -Dominican Republic,South America,2012,4.753311157,9.479447365,0.879158199,63.91999817,0.840129375,-0.064213857,0.727300286,0.724792302,0.297043145,0.43158412 -Dominican Republic,South America,2013,5.015515327,9.514548302,0.878449142,63.68000031,0.888566077,0.018202571,0.751750827,0.766323686,0.295131445,0.570757329 -Dominican Republic,South America,2014,5.387331963,9.570441246,0.890588045,63.43999863,0.904574394,-0.022874393,0.760023475,0.772476375,0.300099194,0.556982398 -Dominican Republic,South America,2015,5.061862469,9.62545681,0.893197775,63.20000076,0.856025338,-0.06784711,0.755288184,0.695385098,0.295253098,0.447033852 -Dominican Republic,South America,2016,5.238698483,9.678292274,0.894753456,63.40000153,0.872712433,-0.082611203,0.737182975,0.725231349,0.278095126,0.549424827 -Dominican Republic,South America,2017,5.605202675,9.712601662,0.894368112,63.59999847,0.855359018,-0.123945944,0.760489643,0.710005045,0.274745524,0.459901333 -Dominican Republic,South America,2018,5.433215618,9.769048691,0.861986339,63.79999924,0.866641581,-0.152807519,0.76227355,0.719369948,0.291403025,0.42177102 -Dominican Republic,South America,2019,6.004237175,9.807585716,0.884089887,64,0.87740624,-0.12519978,0.745615363,0.747007906,0.26405412,0.408698589 -Dominican Republic,South America,2020,5.168409824,9.72725296,0.806117654,64.19999695,0.834642947,-0.125870407,0.636116564,0.723668039,0.313928306,0.633733928 -Dominican Republic,South America,2021,6.030537128,9.832318306,0.857106984,64.40000153,0.859358311,-0.086154111,0.677408218,0.73365891,0.275468111,0.574958026 -Dominican Republic,South America,2022,5.518415928,9.873703003,0.820422471,64.59999847,0.853301883,-0.083819024,0.655976236,0.723231792,0.30581516, -Ecuador,South America,2006,5.02419138,9.189364433,0.910188437,64.44000244,0.671074986,-0.09399841,0.900686622,0.785477042,0.356847465,0.121483915 -Ecuador,South America,2007,4.995875359,9.193846703,0.838859499,64.77999878,0.669843376,-0.066260122,0.829651475,0.803224921,0.286144197,0.47462526 -Ecuador,South America,2008,5.296513081,9.238437653,0.829394639,65.12000275,0.640317261,-0.097517602,0.801256657,0.811301053,0.283164144,0.514704168 -Ecuador,South America,2009,6.021803379,9.227261543,0.779397964,65.45999908,0.736880839,-0.111215539,0.774304509,0.795992076,0.255967915,0.535495281 -Ecuador,South America,2010,5.838051319,9.245304108,0.839279711,65.80000305,0.723079085,-0.066326551,0.80563885,0.770916045,0.220013708,0.410000592 -Ecuador,South America,2011,5.795088291,9.304624557,0.818051338,66.13999939,0.7883057,-0.158127472,0.701595664,0.805906117,0.27068767,0.593581021 -Ecuador,South America,2012,5.960716248,9.343484879,0.785201013,66.48000336,0.825275123,-0.086801782,0.729978859,0.766601086,0.333309054,0.637234926 -Ecuador,South America,2013,6.019206047,9.376441002,0.801250935,66.81999969,0.78679812,-0.193585962,0.645848632,0.823896587,0.266504049,0.6208269 -Ecuador,South America,2014,5.945851803,9.398794174,0.830963194,67.16000366,0.719104826,-0.170307815,0.660934925,0.840573668,0.305792958,0.648474455 -Ecuador,South America,2015,5.964075089,9.384984016,0.855889201,67.5,0.800870478,-0.117104702,0.665827513,0.816486955,0.322946101,0.522347212 -Ecuador,South America,2016,6.115437508,9.357709885,0.842352092,67.75,0.846336305,-0.018545445,0.774084151,0.806851923,0.365246594,0.474427789 -Ecuador,South America,2017,5.839518547,9.365584373,0.848941743,68,0.879128158,-0.170509741,0.733588755,0.793201208,0.314343482,0.640512884 -Ecuador,South America,2018,6.128010273,9.359485626,0.851345003,68.25,0.869363725,-0.102550164,0.830743194,0.817419887,0.328171045,0.402085185 -Ecuador,South America,2019,5.809131145,9.340510368,0.808485806,68.5,0.829573691,-0.118002363,0.839495003,0.750073195,0.373558193,0.208093628 -Ecuador,South America,2020,5.35446167,9.245415688,0.804008543,68.75,0.828511536,-0.160196289,0.854780495,0.754971027,0.416027963,0.225619465 -Ecuador,South America,2021,5.43487215,9.275074959,0.785531878,69,0.821025372,-0.083002262,0.774508297,0.741730273,0.40317139,0.412493259 -Ecuador,South America,2022,5.887132168,9.290071487,0.825139701,69.25,0.758587241,-0.079987943,0.865789473,0.776835859,0.355939716, -Egypt,Middle East and North Africa,2005,5.167754173,8.989677429,0.847842455,61.40000153,0.81736201,,,0.688714862,0.345555186, -Egypt,Middle East and North Africa,2007,5.540510654,9.085371971,0.685863256,61.52000046,0.609076858,-0.119832203,,0.599707186,0.355347604, -Egypt,Middle East and North Africa,2008,4.631741047,9.134906769,0.738363802,61.58000183,,-0.086288817,0.913641691,0.627448022,0.301017791, -Egypt,Middle East and North Africa,2009,5.066164494,9.161022186,0.744179964,61.63999939,0.611082554,-0.098760217,0.80086565,0.548718512,0.339482069, -Egypt,Middle East and North Africa,2010,4.668916225,9.190937042,0.768675268,61.70000076,0.486279041,-0.074861176,0.826335192,0.490835845,0.276345611, -Egypt,Middle East and North Africa,2011,4.174158573,9.18635273,0.753394485,61.75999832,0.589537799,-0.150524423,0.858596265,0.45629409,0.353416979,0.63178885 -Egypt,Middle East and North Africa,2012,4.204156876,9.185753822,0.736645103,61.81999969,0.451543361,-0.136893734,0.880383074,0.458450794,0.398423016,0.601901174 -Egypt,Middle East and North Africa,2013,3.558520317,9.184216499,0.675188124,61.88000107,0.473774552,-0.140281528,0.913228452,0.486913294,0.483379006,0.292456508 -Egypt,Middle East and North Africa,2014,4.885072708,9.189520836,0.618550718,61.93999863,0.577937961,-0.125367016,0.749142587,0.477180123,0.327350169,0.703883886 -Egypt,Middle East and North Africa,2015,4.762538433,9.210259438,0.729744256,62,0.659261465,-0.087560013,0.684498072,0.554459393,0.344331503,0.771612763 -Egypt,Middle East and North Africa,2016,4.556740761,9.231945038,0.809218585,62.25,0.655845225,-0.140502319,0.817527413,0.537922263,0.37049821,0.619130909 -Egypt,Middle East and North Africa,2017,3.929344177,9.253008842,0.63822639,62.5,0.592504799,-0.151505709,,0.458410412,0.414493799, -Egypt,Middle East and North Africa,2018,4.005450726,9.285797119,0.75882405,62.75,0.681654453,-0.214684471,,0.406604052,0.285183787, -Egypt,Middle East and North Africa,2019,4.327831745,9.321944237,0.772128642,63,0.773951054,-0.198144704,,0.420276582,0.312763393, -Egypt,Middle East and North Africa,2020,4.472396851,9.339687347,0.672725499,63.25,0.769550323,-0.112345427,,0.543451667,0.442033589, -Egypt,Middle East and North Africa,2021,4.025747776,9.355829239,0.717022359,63.5,0.704442561,-0.226317123,0.580454171,0.387354374,0.324949861,0.764044523 -Egypt,Middle East and North Africa,2022,4.023561001,9.403931618,0.76921612,63.75,0.73252511,-0.207734495,,0.485626549,0.307010829, -El Salvador,South America,2006,5.700929642,8.884818077,0.878409147,65.12000275,0.682989538,-0.05917595,0.806595683,0.812613666,0.232691318,0.367073387 -El Salvador,South America,2007,5.295535088,8.901626587,0.716827035,64.94000244,0.638936818,-0.018540692,0.785098732,0.833023429,0.220198929,0.36620754 -El Salvador,South America,2008,5.191493988,8.918750763,0.747411311,64.76000214,0.635648251,-0.081518568,0.734727442,0.827382028,0.23212412,0.377636671 -El Salvador,South America,2009,6.839087009,8.893871307,0.734112799,64.58000183,0.670932412,-0.106926143,0.647527635,0.841431558,0.243230954,0.585728705 -El Salvador,South America,2010,6.739911079,8.910987854,0.756653905,64.40000153,0.669337869,-0.067398205,0.694180071,0.822752953,0.302185982,0.522518575 -El Salvador,South America,2011,4.741294861,8.944543839,0.731277883,64.22000122,0.747246385,-0.129943877,0.706552804,0.830042779,0.336321533,0.490076542 -El Salvador,South America,2012,5.934371471,8.968485832,0.806014717,64.04000092,0.682744801,-0.15848352,0.786294818,0.783695877,0.365220815,0.312310934 -El Salvador,South America,2013,6.325063229,8.986650467,0.826858878,63.86000061,0.71557045,-0.153322831,0.771750867,0.801007926,0.317476392,0.358650446 -El Salvador,South America,2014,5.856523514,8.999739647,0.797612131,63.68000031,0.77801466,-0.19787091,0.781459808,0.801095843,0.329850852,0.315775812 -El Salvador,South America,2015,6.018496037,9.019993782,0.790755391,63.5,0.733355939,-0.160051957,0.80454427,0.816157162,0.332646847,0.306591809 -El Salvador,South America,2016,6.139824867,9.04195118,0.793659985,63.84999847,0.799847007,-0.188903525,0.797312021,0.742408216,0.345736474,0.251704782 -El Salvador,South America,2017,6.339318275,9.061598778,0.82895261,64.19999695,0.757827342,-0.176094174,0.777748585,0.800489426,0.268448353,0.270235062 -El Salvador,South America,2018,6.241199493,9.083892822,0.820299745,64.55000305,0.863334596,-0.099741079,0.800699532,0.817010224,0.26958558,0.368898541 -El Salvador,South America,2019,6.454820633,9.107357979,0.764390528,64.90000153,0.877390683,-0.113695122,0.68157649,0.826422155,0.271475047,0.717041671 -El Salvador,South America,2020,5.461926937,9.020057678,0.695624352,65.25,0.923944831,-0.129365936,0.583036363,0.810526609,0.329439789,0.803478181 -El Salvador,South America,2021,6.431447029,9.114495277,0.796106219,65.59999847,0.914903879,-0.081289321,0.663288593,0.825840414,0.289976716,0.702381134 -El Salvador,South America,2022,6.492156029,9.134880066,0.772380829,65.94999695,0.914063275,-0.112227663,0.621097445,0.822724938,0.296306878, -Estonia,Europe,2006,5.371054649,10.26864815,0.91006434,65.77999878,0.748576343,-0.267635405,0.796722651,0.589018345,0.215225026,0.44246769 -Estonia,Europe,2007,5.332044125,10.34626675,0.895631552,66.05999756,0.712120891,-0.24968648,0.742697179,0.588513255,0.176231012,0.420264125 -Estonia,Europe,2008,5.451937675,10.29626465,0.90372628,66.33999634,0.642325103,-0.221211687,0.662769675,0.594615102,0.217813089,0.33097899 -Estonia,Europe,2009,5.137738705,10.140028,0.873774767,66.62000275,0.61070931,-0.233255565,0.793151677,0.590579033,0.243074834,0.224486127 -Estonia,Europe,2011,5.486819744,10.23960781,0.908712626,67.18000031,0.735225379,-0.17141147,0.68678391,0.640869439,0.205158427,0.417540222 -Estonia,Europe,2012,5.363927841,10.27495861,0.889454544,67.45999908,0.696825743,-0.195185706,0.7928527,0.627043128,0.198966742,0.272975951 -Estonia,Europe,2013,5.367445946,10.29299641,0.900721788,67.73999786,0.753558695,-0.204260021,0.726356387,0.650512099,0.199018165,0.260637581 -Estonia,Europe,2014,5.55598259,10.32528877,0.917101741,68.01999664,0.773327112,-0.156480297,0.652447462,0.619621396,0.203439116,0.414985895 -Estonia,Europe,2015,5.628908634,10.34299374,0.917929649,68.30000305,0.814692378,-0.167214438,0.568734467,0.648784935,0.182694778,0.3366898 -Estonia,Europe,2016,5.649675369,10.37377071,0.937715113,68.52500153,0.842770696,-0.152972192,0.639085293,0.656822562,0.176869258,0.339834303 -Estonia,Europe,2017,5.938395977,10.42886448,0.93568635,68.75,0.861749232,-0.104624368,0.668402255,0.740096331,0.160164103,0.405946255 -Estonia,Europe,2018,6.091302395,10.46252823,0.932693779,68.97499847,0.885618389,-0.144695237,0.620677948,0.730264843,0.16318211,0.420202583 -Estonia,Europe,2019,6.034641266,10.49552727,0.934064329,69.19999695,0.886504352,-0.098686397,0.575754166,0.73842895,0.156279013,0.403306544 -Estonia,Europe,2020,6.452563763,10.48802662,0.957770467,69.42500305,0.954200566,-0.088427089,0.397834778,0.761690438,0.187679499,0.46480599 -Estonia,Europe,2021,6.553915501,10.56405163,0.945865035,69.65000153,0.925818324,0.047387216,0.441425771,0.760608435,0.176258042,0.519263983 -Estonia,Europe,2022,6.357114315,10.57135296,0.933332503,69.875,0.903950691,0.13574183,0.39030093,0.766957283,0.186810568, -Eswatini,,2011,4.867091179,8.902074814,0.837149739,42.5,0.60715723,-0.066723406,0.917250097,0.756366313,0.251053393,0.353280842 -Eswatini,,2018,4.211565018,9.029177666,0.779269755,49.29999924,0.709973693,-0.179012388,0.692341149,0.739475906,0.252339154,0.689548731 -Eswatini,,2019,4.396114826,9.047970772,0.759097695,50.09999847,0.596682429,-0.192014858,0.723507762,0.725604951,0.279595166,0.682605982 -Ethiopia,Africa,2012,4.561168671,7.252150536,0.658794284,56.31999969,0.776308239,-0.043731738,,0.555734932,0.137166128, -Ethiopia,Africa,2013,4.44482708,7.325243473,0.602481663,56.97999954,0.706796229,-0.007848368,0.750478268,0.570072651,0.213350877,0.774857521 -Ethiopia,Africa,2014,4.506646633,7.395837784,0.640452147,57.63999939,0.693558931,0.080013111,0.701800287,0.64365083,0.302858293,0.682011604 -Ethiopia,Africa,2015,4.573154926,7.467755318,0.625596821,58.29999924,0.802642584,0.11237932,0.56702733,0.623456478,0.236629039,0.826341391 -Ethiopia,Africa,2016,4.297848701,7.530741692,0.718718708,58.70000076,0.744307697,0.03805666,0.702880859,0.62714529,0.253940523,0.748945594 -Ethiopia,Africa,2017,4.180315495,7.59486866,0.73353976,59.09999847,0.717101216,0.001010043,0.75689894,0.51432842,0.304436177,0.768354297 -Ethiopia,Africa,2018,4.379262447,7.634074211,0.740154505,59.5,0.740343094,0.039047576,0.799466252,0.561594129,0.271753967,0.875270963 -Ethiopia,Africa,2019,4.099555016,7.687840939,0.748057783,59.90000153,0.753515542,0.052131813,0.731845319,0.519313693,0.282738596,0.777927876 -Ethiopia,Africa,2020,4.549219608,7.720122814,0.823137581,60.29999924,0.768694282,0.186139315,0.783822417,0.614591181,0.251514345,0.720072985 -Ethiopia,Africa,2022,3.628071547,7.757498741,0.740167618,61.09999847,0.67365855,0.361245096,0.793105245,0.560136735,0.33476305, -Finland,Europe,2006,7.672449112,10.74531746,0.964562833,68.72000122,0.968580484,-0.008802262,0.132430181,0.682818532,0.172133937,0.757926285 -Finland,Europe,2008,7.67062664,10.79585457,0.9513399,69.16000366,0.934178948,0.023362774,0.216567531,0.691433728,0.143538713,0.723243475 -Finland,Europe,2010,7.393264294,10.73366833,0.935481369,69.59999847,0.916009128,0.086896256,0.4125157,0.758084536,0.202094659,0.46184361 -Finland,Europe,2011,7.354225159,10.75419044,0.937856853,69.81999969,0.936448395,0.097216822,0.319593191,0.708862185,0.20523864,0.565402389 -Finland,Europe,2012,7.420209408,10.73535824,0.927739382,70.04000092,0.920968115,-0.00531166,0.360733956,0.742233932,0.201654434,0.597941577 -Finland,Europe,2013,7.444635868,10.72169304,0.940869093,70.26000214,0.918625355,0.035325918,0.305770457,0.751642883,0.194672555,0.420593739 -Finland,Europe,2014,7.384571075,10.71390152,0.952016532,70.48000336,0.933043957,-0.005021296,0.265479892,0.766498208,0.198813885,0.468558848 -Finland,Europe,2015,7.447925568,10.71602917,0.947800577,70.69999695,0.929861903,0.107025452,0.223369658,0.736426234,0.191057593,0.55760026 -Finland,Europe,2016,7.659843445,10.74088192,0.953940451,70.77500153,0.948372185,-0.031104423,0.249659568,0.768805683,0.181998447,0.485727251 -Finland,Europe,2017,7.788251877,10.7699604,0.963826418,70.84999847,0.962198973,-0.006553295,0.192412779,0.755857646,0.176065788,0.59753859 -Finland,Europe,2018,7.85810709,10.77996635,0.962155044,70.92500305,0.937807381,-0.131461874,0.198604837,0.748826444,0.181780651,0.555102229 -Finland,Europe,2019,7.780347824,10.79103756,0.93741554,71,0.947616696,-0.055772819,0.195338428,0.732282341,0.180732876,0.63918817 -Finland,Europe,2020,7.889349937,10.76730347,0.961620748,71.07499695,0.962423682,-0.121018246,0.163635895,0.74793905,0.192897573,0.808632851 -Finland,Europe,2021,7.794377804,10.79452896,0.97028929,71.15000153,0.96318984,-0.037466645,0.191753656,0.75161171,0.175448626,0.713731229 -Finland,Europe,2022,7.728998184,10.81419277,0.974395156,71.22499847,0.958609104,0.102147363,0.190206692,0.741322875,0.191473112, -France,Europe,2005,7.093392849,10.63676929,0.940338254,70.69999695,0.89481926,,0.687850833,0.681277752,0.225094199,0.324883521 -France,Europe,2006,6.582700253,10.65402985,0.943929076,70.80000305,0.789120734,0.122206368,0.699270129,0.694246352,0.288682431,0.361352921 -France,Europe,2008,7.008064747,10.66879368,0.935350597,71,0.833327115,-0.034874737,0.668875813,0.702371597,0.280619293,0.452659398 -France,Europe,2009,6.283498287,10.63450909,0.918158531,71.09999847,0.798213184,-0.085721143,0.654168189,0.691047668,0.303366601,0.474448889 -France,Europe,2010,6.797901154,10.64888763,0.942954779,71.19999695,0.849702179,-0.107351415,0.622954249,0.728971004,0.260568112,0.401466221 -France,Europe,2011,6.959185123,10.6657505,0.92128557,71.30000305,0.903366625,-0.1062987,0.626624525,0.718365848,0.280994773,0.375089258 -France,Europe,2012,6.649365425,10.6640377,0.93709743,71.40000153,0.841320336,-0.152917221,0.607905269,0.705462158,0.252988011,0.44062534 -France,Europe,2013,6.66712141,10.66461849,0.907690823,71.5,0.877795756,-0.128365621,0.699069381,0.741086423,0.204969689,0.395130515 -France,Europe,2014,6.466867924,10.66945267,0.877504528,71.59999847,0.803474188,-0.121955782,0.655637443,0.758671105,0.215893835,0.263801724 -France,Europe,2015,6.357625008,10.67696476,0.895719409,71.69999695,0.817036211,-0.14313674,0.640602052,0.740427256,0.215400279,0.328252703 -France,Europe,2016,6.475208759,10.68522072,0.884922922,71.80000305,0.786780477,-0.095159575,0.622697055,0.714936078,0.27003625,0.283978164 -France,Europe,2017,6.635222435,10.70497513,0.931494594,71.90000153,0.83389014,-0.127265558,0.601486027,0.715806305,0.241983935,0.37479353 -France,Europe,2018,6.665903568,10.71986866,0.921463072,72,0.816377223,-0.14162302,0.581775308,0.705308378,0.282451361,0.380547434 -France,Europe,2019,6.689644337,10.73471642,0.958348095,72.09999847,0.827240825,-0.137017593,0.568272293,0.692844808,0.250415534,0.381849229 -France,Europe,2020,6.714111805,10.65096092,0.947354019,72.19999695,0.823386312,-0.173693419,0.564640582,0.68962425,0.23095043,0.410406649 -France,Europe,2021,6.656206608,10.71426487,0.914597511,72.30000305,0.836917698,-0.102300741,0.56081295,0.684601307,0.268417448,0.433520496 -France,Europe,2022,6.613806725,10.7368784,0.865514636,72.40000153,0.798249364,-0.024987714,0.532776713,0.688189685,0.248723462, -Gabon,Africa,2011,4.255400658,9.557162285,0.652701557,54.45999908,0.771871924,-0.211015776,0.850830913,0.564417541,0.263955116,0.534545362 -Gabon,Africa,2012,3.97205925,9.572758675,0.736096144,54.91999817,0.565965831,-0.194857359,0.810119689,0.503554463,0.265743077,0.364717662 -Gabon,Africa,2013,3.800287008,9.592561722,0.733487546,55.38000107,0.68249011,-0.145564243,0.7804389,0.518544436,0.287097007,0.411837041 -Gabon,Africa,2014,3.918073177,9.601395607,0.828597128,55.84000015,0.606613815,-0.19817391,0.781658471,0.533089578,0.293042421,0.318829358 -Gabon,Africa,2015,4.66101265,9.608581543,0.755861998,56.29999924,0.671300709,-0.193966493,0.86677748,0.59964323,0.371656328,0.370059073 -Gabon,Africa,2016,4.831764221,9.601238251,0.780048966,56.625,0.698942363,-0.204603419,0.816563547,0.625076175,0.432404667,0.378069758 -Gabon,Africa,2017,4.782382965,9.580394745,0.806941152,56.95000076,0.652359545,-0.228760839,0.868305504,0.637974918,0.446124285,0.286989242 -Gabon,Africa,2018,4.783009052,9.564825058,0.78482759,57.27500153,0.719135404,-0.197794899,0.82286346,0.613811791,0.417660981,0.311373711 -Gabon,Africa,2019,4.914393425,9.580385208,0.763051689,57.59999847,0.736349881,-0.203892961,0.84625423,0.638376653,0.412960976,0.354912966 -Gabon,Africa,2020,4.88654995,9.539880753,0.701217532,57.92499924,0.52837491,-0.191802859,0.788709342,0.567638814,0.41603604,0.337647468 -Gabon,Africa,2021,5.075422287,9.533417702,0.75387162,58.25,0.699056685,-0.204896048,0.765906811,0.620008111,0.36192885,0.448331118 -Gabon,Africa,2022,5.139500618,9.539199829,0.775247753,58.57500076,0.69927603,-0.164365619,0.802774906,0.66075772,0.413654208, -Gambia,Africa,2017,4.117938995,7.563740253,0.697001517,56.40000153,0.812325835,0.114504345,0.571615577,0.77029413,0.27724719,0.796493292 -Gambia,Africa,2018,4.922099113,7.607178211,0.684799969,56.70000076,0.718728781,0.44307217,0.691069543,0.758668125,0.3792077,0.757543445 -Gambia,Africa,2019,5.163627148,7.641712666,0.693870127,57,0.676595271,0.412655413,0.798108101,0.717893243,0.400723279,0.645316124 -Gambia,Africa,2022,4.279441357,7.647816658,0.587696254,57.90000153,0.599087417,0.364203513,0.883752167,0.722409368,0.437860131, -Georgia,Asia,2006,3.675108433,8.993415833,0.64663595,63.29999924,0.552592635,-0.269846261,0.751933634,0.352651566,0.269383609,0.462540299 -Georgia,Asia,2007,3.707194567,9.117116928,0.54836905,63.40000153,0.463722527,-0.269574046,0.697340012,0.350956768,0.235846743,0.327633679 -Georgia,Asia,2008,4.15609026,9.144052505,0.607512712,63.5,0.6139974,-0.227183968,0.49799946,0.371024489,0.261508077,0.507006943 -Georgia,Asia,2009,3.800639153,9.115746498,0.54351306,63.59999847,0.495314002,-0.235442042,0.534585297,0.391252249,0.242350146,0.426240921 -Georgia,Asia,2010,4.101837158,9.183660507,0.540388942,63.70000076,0.557857931,-0.250554293,0.459736317,0.401716352,0.242536306,0.616302013 -Georgia,Asia,2011,4.203030586,9.263072014,0.502937376,63.79999924,0.632464528,-0.257870644,0.353346407,0.421274066,0.246770427,0.657343626 -Georgia,Asia,2012,4.254445553,9.332181931,0.532586455,63.90000153,0.65872401,-0.272034407,0.320887595,0.443486065,0.250087857,0.610841632 -Georgia,Asia,2013,4.348920822,9.370764732,0.559165776,64,0.722127616,-0.257166564,0.348713607,0.467081726,0.199907079,0.633562744 -Georgia,Asia,2014,4.287508011,9.413660049,0.558420002,64.09999847,0.71978116,-0.236095175,0.415525645,0.458110958,0.204327509,0.528196216 -Georgia,Asia,2015,4.121940613,9.441860199,0.517371595,64.19999695,0.639944971,-0.207956687,0.50241679,0.44771415,0.233192086,0.254327297 -Georgia,Asia,2016,4.448386192,9.469911575,0.533412278,64.32499695,0.606468379,-0.252358049,0.560924053,0.474852562,0.223224476,0.344541132 -Georgia,Asia,2017,4.45077467,9.517067909,0.590495169,64.44999695,0.820908785,-0.247112513,0.589631975,0.495819479,0.209639609,0.296396226 -Georgia,Asia,2018,4.659097195,9.564751625,0.617218554,64.57499695,0.7751441,-0.235978231,0.754853785,0.479062021,0.243778914,0.300006181 -Georgia,Asia,2019,4.89183569,9.615089417,0.674976051,64.69999695,0.81053412,-0.262911677,0.647223175,0.502834857,0.243710026,0.405210346 -Georgia,Asia,2020,5.123143196,9.54440403,0.71834594,64.82499695,0.764352381,-0.22259675,0.582734704,0.572584391,0.294512063,0.518526018 -Georgia,Asia,2021,4.911273479,9.647734642,0.670689464,64.94999695,0.777061343,-0.287350744,0.723406911,0.509632826,0.240043506,0.443020523 -Georgia,Asia,2022,5.292755127,9.746482849,0.754490972,65.07499695,0.820903182,-0.252852231,0.65517211,0.50332123,0.233324438, -Germany,Europe,2005,6.619549751,10.69079208,0.963490367,69.90000153,0.846623778,,0.781006813,0.684764624,0.197262481,0.321758807 -Germany,Europe,2007,6.416819572,10.76004124,0.925937593,69.94000244,0.800878227,0.162688553,0.792179406,0.646914542,0.230811894,0.34976545 -Germany,Europe,2008,6.521790028,10.77149582,0.923211336,69.95999908,0.765556991,,0.758266151,0.67213124,0.220000386,0.357918292 -Germany,Europe,2009,6.64149332,10.71540546,0.934782326,69.98000336,0.843784511,0.122891895,0.689930737,0.684358895,0.206444725,0.519230902 -Germany,Europe,2010,6.724531174,10.75788689,0.939308643,70,0.842656434,0.090753429,0.688005984,0.697530389,0.182344139,0.395424008 -Germany,Europe,2011,6.621312141,10.81492519,0.947236657,70.01999664,0.906293273,0.028501119,0.677172124,0.685721278,0.165199533,0.424583137 -Germany,Europe,2012,6.702362061,10.81722355,0.926406622,70.04000092,0.904440463,0.066588588,0.67923671,0.699049354,0.169576168,0.516928196 -Germany,Europe,2013,6.965125084,10.81886101,0.931420565,70.05999756,0.894312978,0.019869423,0.56579423,0.693133771,0.204995915,0.557760656 -Germany,Europe,2014,6.984214306,10.83654785,0.937558949,70.08000183,0.898683429,0.083434992,0.473952919,0.738942146,0.187844872,0.601368845 -Germany,Europe,2015,7.037137508,10.84269905,0.925923228,70.09999847,0.889428854,0.173345014,0.412168294,0.72238481,0.20270516,0.628003657 -Germany,Europe,2016,6.873763084,10.85668278,0.906029284,70.30000305,0.870515049,0.14399913,0.445922136,0.709376156,0.187254936,0.552613556 -Germany,Europe,2017,7.074324608,10.87939453,0.892166078,70.5,0.840727866,0.140681192,0.414021194,0.707113683,0.196434811,0.622935653 -Germany,Europe,2018,7.118364334,10.88615417,0.919763148,70.69999695,0.8768875,0.029869491,0.495673954,0.740174949,0.243214577,0.592990577 -Germany,Europe,2019,7.035472393,10.89440918,0.885667324,70.90000153,0.884751558,0.052630946,0.46225515,0.712461114,0.22617121,0.568460405 -Germany,Europe,2020,7.311897755,10.85592365,0.905080497,71.09999847,0.864356041,-0.066006646,0.424088776,0.698266089,0.205927119,0.654063106 -Germany,Europe,2021,6.754523754,10.88143158,0.86758256,71.30000305,0.778439999,0.075374454,0.417581916,0.70333302,0.251194686,0.604759932 -Germany,Europe,2022,6.608206749,10.89852619,0.915808022,71.5,0.895221889,0.080924116,0.41657716,0.668037117,0.200957254, -Ghana,Africa,2006,4.535019875,8.067016602,0.728269994,52.54000092,0.849283397,0.211543143,0.814070404,0.637270749,0.197606653,0.641168416 -Ghana,Africa,2007,5.220148087,8.083511353,0.729647696,52.97999954,0.891153276,0.136071131,0.771188259,0.658397734,0.21663028,0.721768498 -Ghana,Africa,2008,4.965134621,8.145339012,0.622255147,53.41999817,0.838006318,0.118111417,0.862870395,0.674331009,0.172045439,0.665988922 -Ghana,Africa,2009,4.197695732,8.167292595,0.633197725,53.86000061,0.75747776,0.003547517,0.889738321,0.713851511,0.197590128,0.681955636 -Ghana,Africa,2010,4.606251717,8.218624115,0.73855865,54.29999924,0.891129911,0.071971767,0.874849141,0.693436503,0.184128717,0.747062862 -Ghana,Africa,2011,5.608199596,8.325683594,0.724297225,54.74000168,0.851896167,0.008777838,0.790444314,0.657618284,0.209212631,0.683400929 -Ghana,Africa,2012,5.057261944,8.389938354,0.68511188,55.18000031,0.679418445,0.038182423,0.897836149,0.709003925,0.152376384,0.576750815 -Ghana,Africa,2013,4.965053082,8.43598938,0.676289201,55.61999893,0.793793738,-0.067195691,0.880178452,0.660169482,0.210818723,0.485888302 -Ghana,Africa,2014,3.860351086,8.440074921,0.651468754,56.06000137,0.676916063,-0.000512222,0.912682354,0.681699812,0.280321032,0.341002405 -Ghana,Africa,2015,3.985916138,8.437417984,0.687448561,56.5,0.852016151,-0.039831378,0.94543612,0.674785078,0.265278548,0.441527426 -Ghana,Africa,2016,4.514411449,8.447202682,0.647303164,56.875,0.75116837,0.088198334,0.893955231,0.65892458,0.304909706,0.516604602 -Ghana,Africa,2017,5.481310844,8.503006935,0.669111073,57.25,0.783046365,0.077304445,0.838609993,0.714789271,0.247518942,0.670288563 -Ghana,Africa,2018,5.003693104,8.541934013,0.760716796,57.625,0.816680491,0.060721479,0.846328497,0.715819657,0.250001252,0.623060167 -Ghana,Africa,2019,4.96680975,8.584093094,0.746247828,58,0.787447751,0.114406519,0.85666585,0.644655406,0.269940108,0.578076839 -Ghana,Africa,2020,5.31948328,8.568556786,0.642703354,58.375,0.823720038,0.198711425,0.847024918,0.674681187,0.252728432,0.61885488 -Ghana,Africa,2021,4.377950668,8.600658417,0.63272965,58.75,0.730264723,0.108049184,0.887770474,0.58759433,0.295109749,0.521073401 -Ghana,Africa,2022,4.190854549,8.615270615,0.628161311,59.125,0.786439955,0.117221721,0.908888876,0.620285153,0.29150188, -Greece,Europe,2005,6.006309986,10.45363522,0.836539447,69.59999847,0.734171808,,0.860563099,0.597686529,0.263643026,0.487543494 -Greece,Europe,2007,6.646961212,10.53528214,0.808002651,69.76000214,0.575308859,-0.193870589,0.844570935,0.629187405,0.22174412,0.38142845 -Greece,Europe,2009,6.038574696,10.48268032,0.793317616,69.91999817,0.443107843,-0.296518505,0.958768308,0.614257872,0.253589481,0.316206783 -Greece,Europe,2010,5.839558601,10.42505169,0.868422449,70,0.484110981,-0.306295633,0.954113841,0.580756307,0.291516393,0.236502409 -Greece,Europe,2011,5.372039795,10.31951046,0.85155499,70.08000183,0.528125942,-0.318965465,0.941152513,0.551990569,0.322790802,0.175151214 -Greece,Europe,2012,5.096354008,10.2514143,0.81214112,70.16000366,0.37261042,-0.307540685,0.958908975,0.544410706,0.351506293,0.126218989 -Greece,Europe,2013,4.720251083,10.23318386,0.686650038,70.23999786,0.425966531,-0.27519241,0.941309869,0.570836425,0.482183158,0.143608585 -Greece,Europe,2014,4.75623703,10.24459076,0.832333207,70.31999969,0.369156331,-0.290902495,0.930213809,0.597015142,0.385433316,0.188292742 -Greece,Europe,2015,5.622519016,10.24921608,0.834824681,70.40000153,0.531736314,-0.275128067,0.823959649,0.636590421,0.277412534,0.437318921 -Greece,Europe,2016,5.302619457,10.24849224,0.802605867,70.52500153,0.481616855,-0.263096809,0.898470819,0.593827844,0.336207509,0.132486552 -Greece,Europe,2017,5.14824152,10.26133156,0.752899528,70.65000153,0.438300014,-0.292710543,0.87223947,0.51590848,0.332830757,0.139880896 -Greece,Europe,2018,5.40928936,10.27990723,0.793500781,70.77500153,0.564455688,-0.33752656,0.860302389,0.563627839,0.255006582,0.157048658 -Greece,Europe,2019,5.952157497,10.29962921,0.890809536,70.90000153,0.613584101,-0.291155934,0.848003805,0.559758365,0.235946462,0.396424621 -Greece,Europe,2020,5.787615776,10.2074194,0.778536558,71.02500153,0.56461364,-0.244104847,0.764324546,0.629382133,0.321684211,0.397469759 -Greece,Europe,2021,6.104214191,10.2937727,0.85032618,71.15000153,0.574029803,-0.158694386,0.751816869,0.623556495,0.310851872,0.401736408 -Greece,Europe,2022,5.90045929,10.36369228,0.875312984,71.27500153,0.562556148,-0.316424966,0.874286056,0.588629067,0.182714, -Guatemala,South America,2006,5.901429176,8.849712372,0.830441594,58.97999954,0.663381696,0.169568151,0.706095576,0.789322317,0.287081897,0.385179371 -Guatemala,South America,2007,6.329581261,8.891402245,0.866397083,59.25999832,0.627586961,0.133096263,0.80974263,0.789606929,0.224379733,0.299441606 -Guatemala,South America,2008,6.414494514,8.904532433,0.865605474,59.54000092,0.630151749,0.202788204,0.79628545,0.800283611,0.2336362,0.322260082 -Guatemala,South America,2009,6.451916218,8.890479088,0.833815634,59.81999969,0.643478751,0.193860427,0.754889369,0.813852191,0.239741579,0.339307934 -Guatemala,South America,2010,6.289748669,8.900547028,0.859052479,60.09999847,0.695862949,0.163531289,0.794835389,0.804730654,0.235617921,0.340046316 -Guatemala,South America,2011,5.743353844,8.923148155,0.768112421,60.38000107,0.762963116,0.006158426,0.863039374,0.791875601,0.289357901,0.355844259 -Guatemala,South America,2012,5.855717182,8.934686661,0.802148998,60.65999985,0.865472019,0.01753778,0.820923984,0.808444262,0.349404961,0.502455831 -Guatemala,South America,2013,5.984601498,8.953396797,0.829650402,60.93999863,0.88400501,0.042180568,0.816769838,0.822216988,0.33252427,0.467045605 -Guatemala,South America,2014,6.536030769,8.979589462,0.833974659,61.22000122,0.843398929,0.104752705,0.804462552,0.815518975,0.305114686,0.373200327 -Guatemala,South America,2015,6.464986801,9.002781868,0.822837472,61.5,0.868639767,0.048504479,0.821654916,0.826123118,0.310553789,0.272380829 -Guatemala,South America,2016,6.358916283,9.012626648,0.811235487,61.70000076,0.862675726,0.008661612,0.812030017,0.815476716,0.321357191,0.468962193 -Guatemala,South America,2017,6.325118542,9.026683807,0.826492071,61.90000153,0.914521694,-0.061382823,0.799747884,0.818839788,0.308086157,0.458623856 -Guatemala,South America,2018,6.626591682,9.04418087,0.841107249,62.09999847,0.909538031,-0.013063365,0.765454412,0.827421427,0.262411267,0.45706442 -Guatemala,South America,2019,6.262175083,9.067820549,0.774074376,62.29999924,0.90067631,-0.065429918,0.772577941,0.819660842,0.310789257,0.457001328 -Guatemala,South America,2022,6.150331497,9.115709305,0.806016386,62.90000153,0.856143475,-0.057260394,0.835372388,0.834880233,0.263170809, -Guinea,Africa,2011,4.044569492,7.556332588,0.598465562,51.02000046,0.796830237,0.039881401,0.743256271,0.669798911,0.260133177,0.768311977 -Guinea,Africa,2012,3.651554823,7.589314461,0.542295277,51.13999939,0.646187842,0.000303027,0.794450223,0.657049835,0.284573376,0.557172477 -Guinea,Africa,2013,3.901793003,7.603590012,0.566866577,51.25999832,0.692736626,0.090458676,0.815481603,0.605540574,0.348057002,0.523243308 -Guinea,Africa,2014,3.4124825,7.615059376,0.63771373,51.38000107,0.68355757,0.005591684,0.705246389,0.643382549,0.351264536,0.571207225 -Guinea,Africa,2015,3.504693508,7.627111912,0.578859627,51.5,0.66595304,0.006180016,0.762152016,0.658103645,0.267741233,0.610287786 -Guinea,Africa,2016,3.602854729,7.703959465,0.675447047,51.95000076,0.725685179,-0.056784589,0.802781165,0.676122487,0.374393791,0.465695828 -Guinea,Africa,2017,4.873722553,7.776358128,0.634025574,52.40000153,0.738212824,0.037170898,0.750026226,0.701788723,0.422460884,0.639980793 -Guinea,Africa,2018,5.25222683,7.812669277,0.630433142,52.84999847,0.731157243,0.091018714,0.778393805,0.727270722,0.4404383,0.59172374 -Guinea,Africa,2019,4.76768446,7.84194088,0.655124187,53.29999924,0.691399097,0.095537141,0.755585492,0.669558287,0.473388433,0.579256535 -Guinea,Africa,2020,4.972168446,7.864849091,0.731928527,53.75,0.598107696,0.078447431,0.790462673,0.706352055,0.34602198,0.326949686 -Guinea,Africa,2021,4.944539547,7.878664494,0.627239227,54.20000076,0.676289976,0.160383582,0.783515692,0.671716809,0.450476736, -Guinea,Africa,2022,5.317492962,7.899697304,0.582017422,54.65000153,0.729232073,0.139162883,0.770350397,0.698896885,0.49233669, -Guyana,,2007,5.992826462,9.08853054,0.848765194,56.24000168,0.694005668,0.084674142,0.835569084,0.760633051,0.29641977,0.464712054 -Haiti,South America,2006,3.754156113,7.972617149,0.693800747,6.71999979,0.449474722,0.358533382,0.853506446,0.583196223,0.332141399,0.357021451 -Haiti,South America,2008,3.846329212,8.012042999,0.679098427,17.36000061,0.464970648,0.216525838,0.811658978,0.572522998,0.255774111,0.236633286 -Haiti,South America,2010,3.76599884,7.98353529,0.554030776,28,0.372941315,0.170871615,0.848006785,0.495069414,0.292556822,0.156370804 -Haiti,South America,2011,4.844573975,8.022003174,0.567039013,33.31999969,0.412587792,0.197879672,0.681960106,0.5502581,0.244855642,0.45666796 -Haiti,South America,2012,4.413475037,8.011639595,0.74866271,38.63999939,0.482485861,0.246082872,0.717166364,0.556582868,0.283806413,0.367326528 -Haiti,South America,2013,4.62196207,8.038989067,0.648350894,43.95999908,0.610410035,0.246384412,0.668975711,0.52825129,0.326655537,0.355143219 -Haiti,South America,2014,3.888778448,8.041407585,0.554148793,49.27999878,0.508805454,0.242564172,0.70752126,0.573324144,0.327208459,0.325261921 -Haiti,South America,2015,3.569762468,8.052311897,0.56431967,54.59999847,0.398295492,0.26277858,0.777403951,0.597596824,0.332539678,0.297118127 -Haiti,South America,2016,3.352300167,8.056165695,0.58374244,54.90000153,0.303540409,0.247953057,0.838523149,0.532205284,0.367341012,0.146064624 -Haiti,South America,2017,3.823865652,8.067083359,0.646984994,55.20000076,0.484429151,0.336749077,0.647191584,0.570106566,0.321692765,0.435076952 -Haiti,South America,2018,3.614928007,8.070012093,0.537975907,55.5,0.591468394,0.377203435,0.720444739,0.580672979,0.358720034,0.367896646 -Honduras,South America,2006,5.396519661,8.448007584,0.932676792,63.09999847,0.650253594,0.087854728,0.843539059,0.837169111,0.155473977,0.439894915 -Honduras,South America,2007,5.09715414,8.485170364,0.818868577,62.90000153,0.675630987,0.229019642,0.825974703,0.7119174,0.19878,0.336073428 -Honduras,South America,2008,5.420331001,8.504487038,0.828175902,62.70000076,0.686880887,0.221814901,0.863222003,0.718948781,0.20585382,0.288161844 -Honduras,South America,2009,6.033189297,8.458436012,0.823966086,62.5,0.661202788,0.117380597,0.856734335,0.744660378,0.261304349,0.287242413 -Honduras,South America,2010,5.866131306,8.474308968,0.802938998,62.29999924,0.645528495,0.104215398,0.81994009,0.745393693,0.259946257,0.302966446 -Honduras,South America,2011,4.961031437,8.491849899,0.76570183,62.09999847,0.783369064,0.094304964,0.883963168,0.75679487,0.307470977,0.293331981 -Honduras,South America,2012,4.602218151,8.512798309,0.779194891,61.90000153,0.700452089,-0.004340269,0.871437132,0.79634434,0.293591261,0.26335296 -Honduras,South America,2013,4.713358402,8.521371841,0.791960239,61.70000076,0.698400378,-0.028296037,0.867699742,0.794984698,0.283281326,0.253187001 -Honduras,South America,2014,5.055726051,8.533008575,0.790214539,61.5,0.695982575,0.014047259,0.834350109,0.794057786,0.299388498,0.329523891 -Honduras,South America,2015,4.845436573,8.552596092,0.772375524,61.29999924,0.534057677,-0.097825289,0.848082721,0.829365373,0.31076616,0.296962649 -Honduras,South America,2016,5.648154736,8.573054314,0.773909986,61.72499847,0.850046694,0.079038411,0.792875171,0.790041089,0.296846688,0.389274508 -Honduras,South America,2017,6.019985676,8.602948189,0.84335494,62.15000153,0.898377419,0.071166404,0.783429444,0.796158135,0.248383343,0.495585024 -Honduras,South America,2018,5.908423901,8.623580933,0.827067018,62.57500076,0.872161686,0.098151118,0.803564787,0.82186228,0.287357897,0.398913682 -Honduras,South America,2019,5.930051327,8.632958412,0.797148347,63,0.846190035,0.061670292,0.814962924,0.789050698,0.278882086,0.358097196 -Honduras,South America,2021,6.113636017,8.625540733,0.805980861,63.84999847,0.835045755,0.113522492,0.847225428,0.807722807,0.269214004,0.226496547 -Honduras,South America,2022,5.931803703,8.644883156,0.728614807,64.27500153,0.851199389,0.081259228,0.834249735,0.774555802,0.288929313, -Hong Kong S.A.R. of China,Asia,2006,5.511187077,10.74639988,0.812177718,,0.90982008,0.151303262,0.355984807,0.591139972,0.235955417,0.663937926 -Hong Kong S.A.R. of China,Asia,2008,5.137261868,10.81552219,0.840222418,,0.922211289,0.291945904,0.273945063,0.575072944,0.236634448,0.677436531 -Hong Kong S.A.R. of China,Asia,2009,5.397055626,10.78847027,0.834715724,,0.918026328,0.303338408,0.272124708,0.606459022,0.210104212,0.619142175 -Hong Kong S.A.R. of China,Asia,2010,5.642834663,10.84661102,0.857314408,,0.890417695,0.327606499,0.255775422,0.600561321,0.183105648,0.634736776 -Hong Kong S.A.R. of China,Asia,2011,5.474010944,10.88690948,0.846060157,,0.894330144,0.230172053,0.244886592,0.582491279,0.195711568,0.584562063 -Hong Kong S.A.R. of China,Asia,2012,5.483764648,10.89273071,0.826425672,,0.879752457,0.2180143,0.379783154,0.580223143,0.183349267,0.49790594 -Hong Kong S.A.R. of China,Asia,2014,5.458050728,10.93947983,0.833558202,,0.843082368,0.219372362,0.422959864,0.602495313,0.242867544,0.45782268 -Hong Kong S.A.R. of China,Asia,2016,5.498420715,10.96989346,0.83207792,,0.799743414,0.0957781,0.40281257,0.568554521,0.213114589,0.449610382 -Hong Kong S.A.R. of China,Asia,2017,5.362474918,10.9994669,0.83106631,,0.830657244,0.135592297,0.415810198,0.535811782,0.200593412,0.545040727 -Hong Kong S.A.R. of China,Asia,2019,5.659317017,10.99521828,0.855825663,,0.726852179,0.063231945,0.431973636,0.519312441,0.357607275,0.332539529 -Hong Kong S.A.R. of China,Asia,2020,5.295341492,10.93111706,0.812942982,,0.705452263,-0.074210182,0.380351216,0.521670997,0.210313618,0.442211211 -Hong Kong S.A.R. of China,Asia,2021,5.321550846,11.00173569,0.821088552,,0.6686306,0.022380574,0.389589489,0.534147561,0.223565042,0.495273739 -Hungary,Europe,2005,5.193933487,10.10293579,0.929628253,65,0.696874499,,0.902810693,0.578233123,0.290326953,0.360526353 -Hungary,Europe,2007,4.953917027,10.14751434,0.93065387,65.31999969,0.538498104,-0.164230525,0.895177424,0.600212455,0.230282992,0.24971357 -Hungary,Europe,2009,4.894600391,10.09254742,0.900874496,65.63999939,0.464373112,-0.128532365,0.914700747,0.575199783,0.227890417,0.199941784 -Hungary,Europe,2010,4.725132465,10.10551262,0.895693719,65.80000305,0.513835371,-0.148766279,0.98327601,0.574385524,0.234813049,0.251568109 -Hungary,Europe,2011,4.917602539,10.1268425,0.893662214,65.95999908,0.631100118,-0.092765242,0.939908028,0.586092055,0.304519564,0.35979417 -Hungary,Europe,2012,4.683358192,10.11942577,0.906113982,66.12000275,0.56923151,-0.139944121,0.930297315,0.581948757,0.315398008,0.209778264 -Hungary,Europe,2013,4.914466858,10.14004421,0.877318323,66.27999878,0.673728287,-0.116701461,0.911533177,0.646606326,0.306724131,0.327895939 -Hungary,Europe,2014,5.18056345,10.18418884,0.844735265,66.44000244,0.494474709,-0.153600752,0.855361402,0.577916741,0.237619638,0.308385164 -Hungary,Europe,2015,5.34438324,10.22297001,0.858733833,66.59999847,0.557721376,-0.201611146,0.907530308,0.649912417,0.244536385,0.279211909 -Hungary,Europe,2016,5.448901653,10.24769211,0.899511576,66.75,0.55395174,-0.190678656,0.924185812,0.589961708,0.24332577,0.30377233 -Hungary,Europe,2017,6.065038681,10.29218388,0.876747549,66.90000153,0.661165953,-0.14313136,0.886361301,0.643605471,0.180921271,0.377770513 -Hungary,Europe,2018,5.935770988,10.34568596,0.940591395,67.05000305,0.692627072,-0.246664539,0.911277413,0.59467715,0.201082885,0.388044029 -Hungary,Europe,2019,6.000259876,10.39357376,0.94651556,67.19999695,0.798041046,-0.198927522,0.883571446,0.652892768,0.180348128,0.483934194 -Hungary,Europe,2020,6.038049698,10.34918594,0.943400383,67.34999847,0.77096808,-0.125335947,0.836105108,0.661645353,0.24005194,0.428733259 -Hungary,Europe,2021,6.226647854,10.42207718,0.947892129,67.5,0.727489948,-0.044104263,0.831555367,0.668148637,0.191949174,0.416566133 -Hungary,Europe,2022,5.861183167,10.48420715,0.937058866,67.65000153,0.775502026,-0.008475153,0.848249376,0.628221273,0.250135899, -Iceland,Europe,2008,6.888284206,10.8780365,0.977429569,71.19999695,0.885196149,0.266203701,0.708049297,0.851445079,0.153068438,0.238103107 -Iceland,Europe,2012,7.590660095,10.78808689,0.978965282,71.59999847,0.904654503,0.236324042,0.758585632,0.816949069,0.157153815,0.257335573 -Iceland,Europe,2013,7.501394272,10.82314682,0.967144907,71.69999695,0.9232077,0.300540924,0.712598741,0.80226624,0.15627557,0.456565946 -Iceland,Europe,2015,7.498070717,10.86174393,0.980283201,71.90000153,0.94048512,0.295826077,0.638661802,0.794291139,0.179504439,0.427228123 -Iceland,Europe,2016,7.510034561,10.90899277,0.984940052,71.92500305,0.951609552,0.276071131,0.719299555,0.807857871,0.158169165,0.363518298 -Iceland,Europe,2017,7.476213932,10.92663097,0.966752827,71.94999695,0.938783288,0.241254017,0.726845384,0.823209763,0.148160011,0.365041941 -Iceland,Europe,2019,7.532504559,10.94945812,0.981824577,72,0.959470093,,0.698707938,0.787222624,0.17770353,0.521377087 -Iceland,Europe,2020,7.575489521,10.86235046,0.983286083,72.02500153,0.948627174,0.153187588,0.64406389,0.808147848,0.171795145,0.592407286 -Iceland,Europe,2021,7.564624786,10.88904572,0.97985822,72.05000305,0.923243344,0.257897198,0.664465606,0.805808485,0.1591032,0.633886755 -Iceland,Europe,2022,7.448794365,10.935112,0.984801114,72.07499695,0.935669005,0.221910581,0.692434132,0.768394172,0.177992821, -India,South Asia,2006,5.348258972,8.141137123,0.707318068,55.86000061,0.773737073,,0.854811728,0.576095998,0.198601618,0.649276435 -India,South Asia,2007,5.02679348,8.200288773,0.568992674,56.22000122,0.728892624,-0.053103704,0.862142861,0.541329563,0.252502203,0.817411602 -India,South Asia,2008,5.145833015,8.216464996,0.683593154,56.58000183,0.755839646,-0.073802471,0.891188443,0.572613895,0.259315461,0.616264701 -India,South Asia,2009,4.521517754,8.278234482,0.652852058,56.93999863,0.678643644,-0.027893195,0.894611061,0.638585687,0.300621331,0.698452473 -India,South Asia,2010,4.989277363,8.34601593,0.604809761,57.29999924,0.783060372,0.055901546,0.862548053,0.579225481,0.266502023,0.667365491 -India,South Asia,2011,4.634871483,8.383486748,0.552593112,57.65999985,0.837551653,-0.039746966,0.907793522,0.479759604,0.231594488,0.580353677 -India,South Asia,2012,4.720146656,8.42329216,0.510574579,58.02000046,0.609320104,0.065379836,0.829614758,0.543506503,0.294841021,0.539206505 -India,South Asia,2013,4.427788734,8.472221375,0.552826345,58.38000107,0.740176618,0.082348563,0.832356334,0.608282983,0.330437362,0.532654881 -India,South Asia,2014,4.424379349,8.531302452,0.621466637,58.74000168,0.809382915,-0.027680526,0.832141995,0.651042819,0.284582049,0.733619034 -India,South Asia,2015,4.342079163,8.59635067,0.61013329,59.09999847,0.777225256,-0.007034807,0.776434958,0.657200933,0.321829438,0.694716752 -India,South Asia,2016,4.179177284,8.663831711,0.613529384,59.40000153,0.820068777,0.044032197,0.764722109,0.645889163,0.345681459,0.732104599 -India,South Asia,2017,4.046111107,8.718020439,0.606767476,59.70000076,0.88585043,-0.043519437,0.780802786,0.578831077,0.317936778,0.8392784 -India,South Asia,2018,3.818068743,8.769686699,0.638051987,60,0.890443385,0.082797803,0.80526334,0.590560198,0.357458085,0.753280878 -India,South Asia,2019,3.24876976,8.796131134,0.560780764,60.29999924,0.875540316,0.110719964,0.751979411,0.560403168,0.466335624,0.78970331 -India,South Asia,2020,4.223865509,8.718341827,0.616411507,60.59999847,0.906415939,0.071107663,0.780127108,0.686477244,0.383293122,0.798643291 -India,South Asia,2021,3.558253765,8.793618202,0.569732904,60.90000153,0.866110921,0.055863027,0.756820023,0.547308445,0.429137886,0.785475373 -India,South Asia,2022,3.929816246,8.849925041,0.608045101,61.20000076,0.893131018,0.089502126,0.770741999,0.596354604,0.432264358, -Indonesia,Asia,2006,4.946978092,8.839255333,0.770950854,60.31999969,0.713171124,0.345576108,0.915120065,0.715400815,0.265537202,0.595440388 -Indonesia,Asia,2007,5.101213932,8.887655258,0.703788102,60.54000092,0.603260338,0.309535742,0.959867001,0.695946157,0.241613194,0.524597168 -Indonesia,Asia,2008,4.815309525,8.933032036,0.675075412,60.75999832,0.595633388,0.162248075,0.96821183,0.67530942,0.239270583,0.664624453 -Indonesia,Asia,2009,5.472361088,8.965565681,0.779368043,60.97999954,0.783792853,0.188714415,0.910941303,0.767534971,0.192703858,0.811119676 -Indonesia,Asia,2010,5.457299232,9.013428688,0.816021502,61.20000076,0.699657559,0.445356965,0.954049587,0.71695751,0.217907995,0.64145273 -Indonesia,Asia,2011,5.172608376,9.060741425,0.82497704,61.41999817,0.878287196,0.435677022,0.962294877,0.747676671,0.273416042,0.739044189 -Indonesia,Asia,2012,5.36777401,9.106734276,0.833621144,61.63999939,0.770319343,0.351713151,0.96158886,0.763571858,0.228979602,0.672580957 -Indonesia,Asia,2013,5.292237759,9.14868927,0.793760836,61.86000061,0.780690789,0.373507231,0.972668588,0.777257264,0.249146357,0.683505118 -Indonesia,Asia,2014,5.597375393,9.185947418,0.904827833,62.08000183,0.71941328,0.405317962,0.970144212,0.757046998,0.241678208,0.653533399 -Indonesia,Asia,2015,5.04279995,9.22245121,0.809478104,62.29999924,0.779418349,0.468549788,0.945967257,0.796219051,0.274292201,0.645185173 -Indonesia,Asia,2016,5.136325359,9.260966301,0.791830599,62.42499924,0.82994163,0.496852249,0.889677405,0.747754455,0.341573596,0.80088073 -Indonesia,Asia,2017,5.098401546,9.300356865,0.795589209,62.54999924,0.865026295,0.484791636,0.900416434,0.781277835,0.319171578,0.825765371 -Indonesia,Asia,2018,5.340295792,9.341143608,0.809378862,62.67499924,0.879374385,0.508753896,0.867729425,0.7960307,0.295986801,0.837602735 -Indonesia,Asia,2019,5.346512794,9.380740166,0.80191803,62.79999924,0.865859151,0.551963031,0.860784769,0.800203919,0.301702797,0.782263815 -Indonesia,Asia,2020,4.828147411,9.351469994,0.750896156,62.92499924,0.85332638,0.53159827,0.913812995,0.742214978,0.351377964,0.773202956 -Indonesia,Asia,2021,5.43317318,9.380770683,0.816924691,63.04999924,0.884855866,0.54299742,0.845080256,0.798546731,0.27275306,0.840339124 -Indonesia,Asia,2022,5.584685802,9.425395966,0.834076643,63.17499924,0.903250694,0.518823147,0.861708522,0.818228722,0.268775225, -Iran,Middle East and North Africa,2005,5.308190346,9.497694016,0.765978038,64.30000305,0.651167691,,0.636490345,0.514641285,0.456109405,0.55480504 -Iran,Middle East and North Africa,2007,5.336371422,9.594892502,0.71759212,64.58000183,0.532619894,0.045288,0.87164396,0.55341208,0.361320287,0.49536556 -Iran,Middle East and North Africa,2008,5.128988266,9.583679199,0.632628739,64.72000122,0.601222098,0.042238571,0.868343472,0.540651083,0.345182449,0.560803413 -Iran,Middle East and North Africa,2011,4.767507076,9.635751724,0.582237065,65.13999939,0.797573686,0.190745592,0.664581537,0.51254046,0.359067976,0.803579271 -Iran,Middle East and North Africa,2012,4.608927727,9.584786415,0.599542618,65.27999878,0.764418423,,0.677707136,0.529298484,0.524968743,0.718554199 -Iran,Middle East and North Africa,2013,5.139579296,9.554883957,0.66370672,65.41999817,0.730214715,0.204345897,0.685038149,0.574902415,0.551839709,0.687470555 -Iran,Middle East and North Africa,2014,4.682224274,9.584557533,0.644063771,65.55999756,0.766822994,0.229623348,0.639682412,0.549891829,0.511569083,0.744599879 -Iran,Middle East and North Africa,2015,4.749955654,9.547588348,0.572406888,65.69999695,0.780383229,0.166087151,0.698951244,0.548020124,0.519858181,0.753276825 -Iran,Middle East and North Africa,2016,4.652730942,9.61370945,0.566281199,65.84999847,0.773303747,0.1785748,0.712782621,0.592352271,0.52587682,0.709471166 -Iran,Middle East and North Africa,2017,4.716783047,9.62663269,0.714232922,66,0.730635166,0.212142587,0.714941323,0.589897513,0.438533902, -Iran,Middle East and North Africa,2018,4.278117657,9.59075737,0.673764706,66.15000153,0.603319883,0.075026356,0.703439772,0.481677294,0.493148893,0.549940705 -Iran,Middle East and North Africa,2019,5.006145954,9.552820206,0.698293149,66.30000305,0.623282075,0.130693048,0.728306532,0.524720848,0.448525667,0.521268964 -Iran,Middle East and North Africa,2020,4.864528179,9.577228546,0.757218659,66.44999695,0.599594474,0.13269636,0.70990169,0.504636586,0.470245004,0.469801754 -Iran,Middle East and North Africa,2021,4.78781414,9.616117477,0.771469533,66.59999847,0.609310269,0.17448397,0.761170328,0.517929852,0.42716375,0.617649436 -Iran,Middle East and North Africa,2022,4.976995468,9.637630463,0.800070286,66.75,0.570203483,0.211653218,0.766079903,0.521017969,0.465916991, -Iraq,Middle East and North Africa,2008,4.589844704,8.981643677,0.744366288,60.93999863,0.385769367,-0.058242504,0.909881651,0.532274425,0.448168784,0.476128489 -Iraq,Middle East and North Africa,2009,4.775316715,8.978890419,0.861746132,60.91999817,0.431467623,-0.195242137,0.854340255,0.504469514,0.403819829,0.492969662 -Iraq,Middle East and North Africa,2010,5.065462112,9.00924015,0.854117811,60.90000153,0.419064105,-0.120080829,0.858734667,0.496702403,0.430934399,0.340983748 -Iraq,Middle East and North Africa,2011,4.725366116,9.047007561,0.750748634,60.88000107,0.347414047,-0.064874478,0.780027211,0.473191261,0.557098687,0.366801709 -Iraq,Middle East and North Africa,2012,4.659508705,9.132593155,0.730118215,60.86000061,0.314564615,-0.015047939,0.78919065,0.410450041,0.44905889,0.339846313 -Iraq,Middle East and North Africa,2013,4.725017071,9.159455299,0.728285432,60.84000015,,-0.044170126,0.709726155,,0.554278731,0.500669956 -Iraq,Middle East and North Africa,2014,4.541502476,9.126399994,0.725150704,60.81999969,0.646006584,0.004878337,0.726008117,0.538857281,0.563631117,0.512633264 -Iraq,Middle East and North Africa,2015,4.493377209,9.14539814,0.684434831,60.79999924,0.599459946,0.023362417,0.762167156,0.478412598,0.58126694,0.435163736 -Iraq,Middle East and North Africa,2016,4.412537098,9.249965668,0.718956709,61.27500153,0.666160166,-0.04766788,0.798866451,0.471186787,0.569758058,0.418604314 -Iraq,Middle East and North Africa,2017,4.462399006,9.208023071,0.695109367,61.75,0.627722025,0.003338003,0.757108808,0.48701793,0.59053874,0.424050778 -Iraq,Middle East and North Africa,2018,4.8864007,9.209845543,0.763508916,62.22499847,0.597822785,-0.066626176,0.886699617,0.551774025,0.482026786,0.313324153 -Iraq,Middle East and North Africa,2020,4.78516531,9.096028328,0.707847476,63.17499924,0.700214565,-0.018538702,0.849108756,0.585361362,0.531538904,0.433240741 -Iraq,Middle East and North Africa,2021,5.093667984,9.100792885,0.730212867,63.65000153,0.594466746,0.007494672,0.900640011,0.577400565,0.474228501,0.42379427 -Ireland,Europe,2006,7.144246578,10.98210621,0.967041135,69.62000275,0.943274736,0.236722007,0.472848564,0.814784765,0.208633751,0.632926881 -Ireland,Europe,2008,7.568029881,10.93867207,0.982521713,69.86000061,0.894108713,0.316799462,0.486994654,0.745194614,0.147759244,0.513727903 -Ireland,Europe,2009,7.045911312,10.87621307,0.958702445,69.98000336,0.834729671,0.310157329,0.579600155,0.745341063,0.232698768,0.29256928 -Ireland,Europe,2010,7.257389545,10.88745403,0.972885907,70.09999847,0.85602957,0.342997938,0.618024111,0.762811244,0.200655416,0.332579374 -Ireland,Europe,2011,7.006904125,10.89139748,0.977377594,70.22000122,0.952034354,0.378097326,0.589912653,0.786443889,0.19030945,0.529104173 -Ireland,Europe,2012,6.964645386,10.88710403,0.961785913,70.33999634,0.90219456,0.297067612,0.572632253,0.721398354,0.236661568,0.3458727 -Ireland,Europe,2013,6.760085106,10.89303303,0.955188334,70.45999908,0.883772016,0.326395363,0.558394194,0.744001567,0.245267823,0.285015553 -Ireland,Europe,2014,7.018379211,10.96867847,0.967744648,70.58000183,0.921629548,0.258487821,0.406036258,0.736091077,0.228723049,0.459882379 -Ireland,Europe,2015,6.830125332,11.1773243,0.95294255,70.69999695,0.892276943,0.227723688,0.408756912,0.748266399,0.225349247,0.571841061 -Ireland,Europe,2016,7.04073143,11.18590355,0.958144009,70.80000305,0.874589145,0.170545131,0.398544312,0.744257927,0.211063311,0.574739754 -Ireland,Europe,2017,7.060155392,11.26124382,0.943481982,70.90000153,0.905341148,0.212120265,0.33708474,0.771208107,0.212784126,0.603799641 -Ireland,Europe,2018,6.962335587,11.33068848,0.937862396,71,0.861471593,0.139545679,0.362210244,0.753603339,0.213050067,0.618405282 -Ireland,Europe,2019,7.254841328,11.36999321,0.943726361,71.09999847,0.892458677,0.068902165,0.372803569,0.758422494,0.223299861,0.581215978 -Ireland,Europe,2020,7.034930706,11.41971016,0.960311055,71.19999695,0.882098258,0.002064911,0.355632722,0.752608776,0.246447265,0.588148296 -Ireland,Europe,2021,6.827651978,11.53758144,0.849838138,71.30000305,0.846344113,0.132696584,0.360423386,0.732733727,0.245210573,0.623389423 -Ireland,Europe,2022,6.869863987,11.62491417,0.906079292,71.40000153,0.895009518,0.140264258,0.357812256,0.737860203,0.234125689, -Israel,Middle East and North Africa,2006,7.173417091,10.35924149,0.927078903,71.08000183,0.816652834,,0.905374765,0.638606071,0.308495611,0.34179756 -Israel,Middle East and North Africa,2007,6.841114998,10.40006256,0.868216813,71.16000366,0.68286407,0.217239365,0.867820978,0.642078578,0.319893599,0.21780324 -Israel,Middle East and North Africa,2008,7.261261463,10.41429043,0.859264135,71.23999786,0.662969172,0.136414737,0.898196399,0.635245323,0.349394649,0.184401557 -Israel,Middle East and North Africa,2009,7.352979183,10.39918137,0.936573029,71.31999969,0.592529774,0.169523984,0.922718406,0.620061755,0.326583624,0.404165804 -Israel,Middle East and North Africa,2010,7.358916283,10.43605042,0.881829858,71.40000153,0.5614779,0.147669375,0.902182698,0.627862692,0.362394363,0.448931694 -Israel,Middle East and North Africa,2011,7.433147907,10.47169018,0.892696559,71.48000336,0.722269237,0.138089314,0.891295373,0.654481232,0.384475023,0.271090537 -Israel,Middle East and North Africa,2012,7.110854626,10.47877598,0.903415501,71.55999756,0.681439221,0.14979957,0.862327278,0.611278474,0.319231451,0.343569756 -Israel,Middle East and North Africa,2013,7.320563316,10.50332355,0.908515871,71.63999939,0.739001632,0.147166595,0.848537862,0.648566186,0.408576161,0.451302052 -Israel,Middle East and North Africa,2014,7.400570393,10.52257061,0.889069736,71.72000122,0.706974626,0.090206802,0.818039954,0.56718111,0.271255702,0.443641841 -Israel,Middle East and North Africa,2015,7.07941103,10.52731228,0.864130199,71.80000305,0.752783954,0.104991004,0.789429903,0.65163219,0.256258249,0.405343235 -Israel,Middle East and North Africa,2016,7.159010887,10.55193233,0.889660776,71.94999695,0.772297323,0.149284899,0.804056585,0.601827323,0.263090223,0.43813318 -Israel,Middle East and North Africa,2017,7.331036091,10.57442188,0.916440845,72.09999847,0.768076301,0.140927821,0.792652249,0.620967388,0.276443154,0.389368147 -Israel,Middle East and North Africa,2018,6.92717886,10.59505272,0.90959543,72.25,0.724662304,0.050429799,0.770134807,0.611806214,0.28206256,0.422329724 -Israel,Middle East and North Africa,2019,7.331779957,10.61668396,0.946010649,72.40000153,0.834491909,0.08013881,0.742867768,0.597811222,0.265891671,0.495666921 -Israel,Middle East and North Africa,2020,7.194928169,10.58029938,0.959072173,72.55000305,0.831315815,-0.056511819,0.74763906,0.564403653,0.242825732,0.388938516 -Israel,Middle East and North Africa,2021,7.577528,10.64688206,0.91658324,72.69999695,0.819777012,-0.005923409,0.726003766,0.558294713,0.21654281,0.439594686 -Israel,Middle East and North Africa,2022,7.662397385,10.69227314,0.95365274,72.84999847,0.774947405,-0.004873357,0.654698849,0.582625329,0.182902023, -Italy,Europe,2005,6.853783607,10.697855,0.928000689,70.59999847,0.802194953,,0.943912327,0.606102049,0.294698149,0.238738 -Italy,Europe,2007,6.574412346,10.72230911,0.912292421,70.80000305,0.684297025,0.10959781,0.922196567,0.64994818,0.303445637,0.30342415 -Italy,Europe,2008,6.779774189,10.70601845,0.87966311,70.90000153,0.543076873,0.04538811,0.945625067,0.587876499,0.267580599,0.363116562 -Italy,Europe,2009,6.333800316,10.64720726,0.880312502,71,0.700550497,0.236602083,0.889984667,0.715410948,0.279377729,0.399521708 -Italy,Europe,2010,6.354238033,10.66111946,0.872384131,71.09999847,0.737738907,-0.063367099,0.921075165,0.535315871,0.235879943,0.333916396 -Italy,Europe,2011,6.057086468,10.66644764,0.913309336,71.19999695,0.567738414,-0.021660324,0.933460951,0.610143721,0.265567929,0.259559691 -Italy,Europe,2012,5.839313984,10.63348961,0.86948663,71.30000305,0.570094943,0.109010942,0.908323646,0.651434124,0.387652248,0.280694604 -Italy,Europe,2013,6.009373665,10.60331535,0.916296065,71.40000153,0.499168754,-0.106092438,0.942639291,0.701823175,0.356616199,0.145972148 -Italy,Europe,2014,6.026585102,10.59409428,0.89789933,71.5,0.623531222,-0.068665512,0.919959545,0.658744931,0.356019616,0.309035748 -Italy,Europe,2015,5.847683907,10.60281086,0.908986509,71.59999847,0.574765742,-0.068002611,0.912753046,0.646101654,0.329209089,0.260625869 -Italy,Europe,2016,5.95452404,10.61736202,0.927212834,71.67500305,0.623741627,-0.084348761,0.902801216,0.632481337,0.339173585,0.23759909 -Italy,Europe,2017,6.198870182,10.63540173,0.919791222,71.75,0.632843256,-0.038876455,0.866667926,0.612839162,0.322846144,0.230196297 -Italy,Europe,2018,6.516526699,10.64651775,0.912656128,71.82499695,0.650009274,-0.025133574,0.887824833,0.597976208,0.402975351,0.206626192 -Italy,Europe,2019,6.445416927,10.6628685,0.83840245,71.90000153,0.709478855,-0.086302891,0.865528047,0.568893611,0.327960074,0.221925855 -Italy,Europe,2020,6.488356113,10.57298946,0.889824033,71.97499847,0.718155444,-0.154799536,0.844094574,0.613840938,0.311002165,0.374515772 -Italy,Europe,2021,6.4667449,10.64374352,0.885533631,72.05000305,0.702845216,-0.094107211,0.862317502,0.634286821,0.318436861,0.354293913 -Italy,Europe,2022,6.258476734,10.68542004,0.869363606,72.125,0.710519016,0.028278332,0.818708301,0.624130607,0.298130304, -Ivory Coast,Africa,2009,4.197181702,8.163739204,0.667008698,48.90000153,0.759862185,-0.152185246,0.902262032,0.554681003,0.186183736,0.423931181 -Ivory Coast,Africa,2013,3.739365578,8.267324448,0.708571136,51.29999924,0.739193261,-0.032361209,0.691117585,0.661407471,0.306065738,0.57163626 -Ivory Coast,Africa,2014,3.570368528,8.333756447,0.710991681,51.90000153,0.780773103,-0.08232294,0.671356261,0.603351533,0.290650547,0.629748821 -Ivory Coast,Africa,2015,4.445038795,8.377420425,0.703991652,52.5,0.7997455,-0.054536413,0.744249642,0.614115715,0.347228676,0.643835604 -Ivory Coast,Africa,2016,4.542545795,8.420945168,0.617400765,53.07500076,0.768789351,-0.043847896,0.757453382,0.692695022,0.378029406,0.714816749 -Ivory Coast,Africa,2017,5.037734985,8.466096878,0.661375344,53.65000153,0.732097924,-0.111685604,0.770940244,0.662436187,0.35745579,0.516654313 -Ivory Coast,Africa,2018,5.26837492,8.507064819,0.620882571,54.22499847,0.712590039,-0.051243655,0.790966868,0.658914387,0.385631382,0.535438716 -Ivory Coast,Africa,2019,5.392012119,8.542204857,0.67938602,54.79999924,0.735711992,-0.018124701,0.799271226,0.663475573,0.425407171,0.609362841 -Ivory Coast,Africa,2020,5.256503582,8.5367136,0.61310631,55.375,0.769998014,0.015181107,0.776687264,0.655147433,0.33991909,0.549262762 -Ivory Coast,Africa,2021,5.055806637,8.580173492,0.554224849,55.95000076,0.717105269,-0.001522999,0.715896964,0.625795424,0.344690382,0.668288469 -Ivory Coast,Africa,2022,4.84867382,8.611810684,0.536297083,56.52500153,0.713349819,-0.005134096,0.742839873,0.628662169,0.399274439, -Jamaica,South America,2006,6.207881927,9.249233246,0.909083962,66.59999847,0.73823607,-0.008541069,0.94598788,0.752819479,0.200846747,0.175664648 -Jamaica,South America,2011,5.374446392,9.192560196,0.854584217,66.59999847,0.795613527,-0.068648472,0.909116149,0.764462769,0.23715882,0.364988148 -Jamaica,South America,2013,5.708886623,9.181799889,0.864943385,66.59999847,0.79319495,-0.025994945,0.930722296,0.694053054,0.31248486,0.292249411 -Jamaica,South America,2014,5.310538769,9.184566498,0.874231517,66.59999847,0.808973134,-0.005766837,0.861132503,0.708209336,0.309984922,0.279506475 -Jamaica,South America,2017,5.889759064,9.208796501,0.91302985,66.59999847,0.860676348,-0.135354221,0.882796168,0.700021863,0.243399635,0.348201752 -Jamaica,South America,2019,6.309238911,9.234482765,0.877814472,66.59999847,0.890670836,-0.14322944,0.885330021,0.721723378,0.195284143,0.442859173 -Jamaica,South America,2020,5.424990654,9.126757622,0.869553685,66.59999847,0.864777803,-0.149517909,0.836413145,0.712002933,0.266417921,0.592266202 -Jamaica,South America,2021,5.813733578,9.169160843,0.857367575,66.59999847,0.730657279,-0.08164607,0.88274461,0.688595951,0.307878584,0.325800419 -Jamaica,South America,2022,5.87018919,9.198162079,0.868040681,66.59999847,0.874267519,-0.087598979,0.909644067,0.718355298,0.268941343, -Japan,Asia,2005,6.515817165,10.55191517,0.927711964,72.40000153,0.867779255,,0.698929727,0.685981691,0.15315105,0.350331277 -Japan,Asia,2007,6.238197803,10.57849312,0.938148081,72.63999939,0.796054125,-0.095640242,0.809233308,0.68339169,0.206579819,0.240005687 -Japan,Asia,2008,5.91067934,10.56569099,0.887304068,72.76000214,0.77207005,-0.140549049,0.816475332,0.704691589,0.190774098,0.221201479 -Japan,Asia,2009,5.844999313,10.50719833,0.888356864,72.87999725,0.729888022,-0.215131104,0.740108192,0.712758899,0.16947788,0.251777887 -Japan,Asia,2010,6.056752682,10.54718113,0.901924908,73,0.771722376,-0.145429119,0.769557059,0.77921927,0.187703073,0.27027148 -Japan,Asia,2011,6.262793541,10.54927063,0.916703701,73.12000275,0.814396441,-0.057087187,0.733798981,0.713564217,0.181055471,0.231063634 -Japan,Asia,2012,5.968216419,10.56452179,0.905295432,73.23999786,0.752831519,,0.692387402,0.708420038,0.17147471,0.169178054 -Japan,Asia,2013,5.959361553,10.58581734,0.923688352,73.36000061,0.821416557,-0.152065113,0.650498211,0.718607485,0.174621537,0.358106881 -Japan,Asia,2014,5.922620773,10.5901022,0.900040329,73.48000336,0.838051736,-0.144462004,0.617483139,0.686984003,0.18943283,0.37951529 -Japan,Asia,2015,5.879684448,10.6066494,0.922657192,73.59999847,0.831694186,-0.160575897,0.654443085,0.702268898,0.176408634,0.352867216 -Japan,Asia,2016,5.954650879,10.61467075,0.899773836,73.72499847,0.836064637,-0.067612827,0.697639346,0.689583302,0.192402646,0.362200648 -Japan,Asia,2017,5.910676479,10.63210392,0.881961286,73.84999847,0.849396586,-0.21114184,0.659198642,0.691762567,0.17551218,0.412489951 -Japan,Asia,2018,5.793575287,10.6391964,0.886431932,73.97499847,0.77347213,-0.266586483,0.686784506,0.649402797,0.185300156,0.384880394 -Japan,Asia,2019,5.908039093,10.63819408,0.877650917,74.09999847,0.806471527,-0.259253263,0.617187858,0.693276763,0.194410384,0.411213636 -Japan,Asia,2020,6.117963314,10.59502029,0.887249112,74.22499847,0.806036115,-0.263986945,0.608698547,0.680538237,0.186461002,0.423379987 -Japan,Asia,2021,6.091324806,10.61605453,0.895737708,74.34999847,0.801350355,-0.211056769,0.669546723,0.674374282,0.189246044,0.29078567 -Japan,Asia,2022,6.178009987,10.6361618,0.898649931,74.47499847,0.788856983,-0.235489145,0.643009663,0.669616878,0.164663047, -Jordan,Middle East and North Africa,2005,6.294660091,9.28282547,0.920012951,65.80000305,,,0.669726729,0.629833221,0.239559561,0.80014956 -Jordan,Middle East and North Africa,2007,5.59805727,9.308220863,0.840606511,66.16000366,0.646079123,-0.114134409,0.663644791,,0.239749968,0.771524668 -Jordan,Middle East and North Africa,2008,4.930058002,9.353609085,0.766224205,66.33999634,,-0.131127715,0.709403396,0.655700445,0.331201166, -Jordan,Middle East and North Africa,2009,5.999859333,9.380613327,0.899033546,66.51999664,0.770953655,-0.080812223,0.739464462,0.587277114,0.264640778, -Jordan,Middle East and North Africa,2010,5.569942474,9.38150692,0.917988896,66.69999695,0.788073123,-0.054138634,,0.564373434,0.343418747, -Jordan,Middle East and North Africa,2011,5.539327621,9.383052826,0.87791878,66.87999725,0.759564519,-0.152626708,,0.55093354,0.26032415, -Jordan,Middle East and North Africa,2012,5.131996155,9.392827988,0.829496324,67.05999756,0.693142116,-0.172630981,,0.469228566,0.345336407, -Jordan,Middle East and North Africa,2013,5.171952724,9.353773117,0.840379238,67.23999786,0.692227006,-0.128113568,,0.597289801,0.286033303, -Jordan,Middle East and North Africa,2014,5.333021641,9.269113541,0.816130996,67.41999817,0.728743196,-0.110483184,,0.601867914,0.312646091, -Jordan,Middle East and North Africa,2015,5.404593468,9.201573372,0.830443859,67.59999847,0.766517043,-0.048336346,,0.616620958,0.305195779, -Jordan,Middle East and North Africa,2016,5.27128458,9.172960281,0.819944739,67.59999847,0.771350622,-0.039396439,,0.597716808,0.311913371, -Jordan,Middle East and North Africa,2017,4.808082581,9.172545433,0.814664543,67.59999847,0.766262472,-0.153467461,,0.554431915,0.391505182, -Jordan,Middle East and North Africa,2018,4.638933659,9.167902946,0.799544334,67.59999847,0.762420297,-0.186799958,,,, -Jordan,Middle East and North Africa,2019,4.452548027,9.164418221,0.792559683,67.59999847,0.725755811,-0.165087953,,,, -Jordan,Middle East and North Africa,2020,4.093991756,9.127326012,0.708839893,67.59999847,0.778533459,-0.151103586,,,, -Jordan,Middle East and North Africa,2021,3.90914917,9.129471779,0.702918172,67.59999847,0.77311343,-0.145580366,0.655549169,0.479504108,0.429252565,0.791178405 -Jordan,Middle East and North Africa,2022,4.355606556,9.13436985,0.774262011,67.59999847,0.759418666,-0.152944982,0.714584589,0.520557344,0.434516966, -Kazakhstan,Asia,2006,5.475948334,9.804372787,0.87208885,58,0.730545938,-0.277468532,0.864982486,0.601881087,0.185065165,0.733144045 -Kazakhstan,Asia,2007,5.718553543,9.878193855,0.860892773,58.59999847,0.806299686,-0.249100327,0.865183055,0.556681812,0.178508401,0.711158633 -Kazakhstan,Asia,2008,5.886419773,9.891931534,0.839467227,59.20000076,0.72658366,-0.223902792,0.899163663,0.613463759,0.15972586,0.686738968 -Kazakhstan,Asia,2009,5.382563114,9.884036064,0.892997801,59.79999924,0.856448293,-0.253012896,0.844568431,0.594705462,0.128599972,0.711023688 -Kazakhstan,Asia,2010,5.514286518,9.940361977,0.90378648,60.40000153,0.784851849,-0.218688875,0.82270366,0.655472875,0.148950696,0.706021845 -Kazakhstan,Asia,2011,5.735662937,9.997436523,0.904971361,61,0.877888083,-0.239027992,0.801724195,0.622470558,0.154433981,0.716494739 -Kazakhstan,Asia,2012,5.759469509,10.03023338,0.891716659,61.59999847,0.839832306,-0.174721926,0.876681805,0.666791737,0.1843815,0.726160645 -Kazakhstan,Asia,2013,5.835483074,10.07410812,0.889009714,62.20000076,0.781591058,-0.232905626,0.819989383,0.629011273,0.164444029,0.662005246 -Kazakhstan,Asia,2014,5.970097542,10.10052395,0.79529345,62.79999924,0.799462974,0.000290353,0.805351257,0.670954347,0.169456705,0.603504002 -Kazakhstan,Asia,2015,5.949995041,10.09783745,0.931349277,63.40000153,0.740132809,-0.040709618,0.713844299,0.682067513,0.173994005,0.816247523 -Kazakhstan,Asia,2016,5.533551693,10.09455681,0.927810669,63.79999924,0.782805562,-0.039769776,0.702016652,0.640658498,0.15541473,0.759726167 -Kazakhstan,Asia,2017,5.882351398,10.12113476,0.914093196,64.19999695,0.745243967,-0.038564846,0.755250692,0.697624922,0.171486408,0.755705774 -Kazakhstan,Asia,2018,6.00763607,10.14817142,0.936656713,64.59999847,0.84018296,-0.101779088,0.82378298,0.610876977,0.161542282,0.615031958 -Kazakhstan,Asia,2019,6.272268295,10.17929173,0.951050103,65,0.852387428,-0.058803622,0.708279192,0.711475492,0.139132932,0.671793461 -Kazakhstan,Asia,2020,6.168269157,10.1409874,0.966448963,65.40000153,0.872100115,-0.060331773,0.660798848,0.619988978,0.150359914,0.719707191 -Kazakhstan,Asia,2021,6.259634018,10.17009354,0.906053364,65.80000305,0.807489097,0.03642213,0.782494009,0.662836969,0.122301146,0.535169721 -Kazakhstan,Asia,2022,6.006279469,10.18687248,0.923373282,66.19999695,0.882937968,0.02240829,0.720168531,0.652438104,0.131948695, -Kenya,Africa,2006,4.223234177,8.16432476,0.908798158,51.41999817,0.615886152,-0.031125981,0.86025697,0.657481313,0.198191911,0.39164722 -Kenya,Africa,2007,4.575657845,8.200929642,0.841112077,51.93999863,0.749842286,0.042769697,0.798738539,0.69805032,0.161941111,0.658625603 -Kenya,Africa,2008,4.015274525,8.17346096,0.826555252,52.45999908,0.620295763,-0.022352632,0.909446537,0.733151376,0.148996606,0.505623937 -Kenya,Africa,2009,4.270434856,8.176388741,0.789220333,52.97999954,0.583594739,0.089048289,0.912946522,0.678682506,0.182591587,0.241316408 -Kenya,Africa,2010,4.255859375,8.225715637,0.805326462,53.5,0.635457218,0.008284986,0.917921245,0.758244038,0.12320178,0.343885571 -Kenya,Africa,2011,4.405310154,8.249103546,0.846307576,54.02000046,0.708659172,0.012076978,0.922664165,0.70551306,0.227972493,0.458982378 -Kenya,Africa,2012,4.547335148,8.268518448,0.83141011,54.54000092,0.627654195,0.055892199,0.911273062,0.667211711,0.19417724,0.40184477 -Kenya,Africa,2013,3.795383215,8.281694412,0.824806035,55.06000137,0.708332241,0.203795433,0.861003399,0.728745103,0.161331311,0.60929203 -Kenya,Africa,2014,4.904579639,8.307733536,0.765436411,55.58000183,0.819018543,0.163666427,0.849194229,0.778699398,0.221096709,0.635234892 -Kenya,Africa,2015,4.357617855,8.334213257,0.77692306,56.09999847,0.792990327,0.212363929,0.852549851,0.673485041,0.172422111,0.747988701 -Kenya,Africa,2016,4.396127701,8.353463173,0.70592159,56.5,0.748508275,0.290996999,0.828411579,0.729874551,0.225647658,0.577654064 -Kenya,Africa,2017,4.475654125,8.369367599,0.714604318,56.90000153,0.853394389,0.227611676,0.85400039,0.753860414,0.230210304,0.637862563 -Kenya,Africa,2018,4.655702591,8.403982162,0.706719875,57.29999924,0.821412981,0.284663737,0.844244063,0.746773899,0.236920774,0.675367296 -Kenya,Africa,2019,4.618850231,8.434075356,0.675931633,57.70000076,0.817757487,0.303417891,0.794370294,0.727640748,0.250687122,0.683856368 -Kenya,Africa,2020,4.546584129,8.411473274,0.673717618,58.09999847,0.702034473,0.25438267,0.836516023,0.738233685,0.296980411,0.485698014 -Kenya,Africa,2021,4.464540958,8.464528084,0.702200711,58.5,0.678108215,0.31601575,0.841331422,0.74483794,0.252963096,0.51475817 -Kenya,Africa,2022,4.447946548,8.499298096,0.690594971,58.90000153,0.705976129,0.294315904,0.877775729,0.724946558,0.280721039, -Kosovo,Europe,2007,5.103906155,,0.847811699,,0.381363839,,0.894462228,0.613723099,0.236699477,0.375601441 -Kosovo,Europe,2008,5.521659851,8.858290672,0.883842647,,,0.096545473,0.849059165,0.49964574,0.317827791,0.549437702 -Kosovo,Europe,2009,5.891432762,8.899381638,0.830426514,,0.506415069,0.205565333,0.967838585,0.527557135,0.168829754, -Kosovo,Europe,2010,5.17660141,8.939566612,0.707958877,,0.451443791,0.173605993,0.967271745,0.672982872,0.117717423, -Kosovo,Europe,2011,4.859501839,8.992258072,0.75910157,,0.588978767,0.006247061,0.919211984,0.603739738,0.12443766, -Kosovo,Europe,2012,5.639588356,9.000282288,0.757147133,,0.635793388,0.030489134,0.94965142,0.561853766,0.099630386,0.31239897 -Kosovo,Europe,2013,6.125758171,9.046239853,0.720750391,,0.568463147,0.116872869,0.935094595,0.64995712,0.202731237,0.361421138 -Kosovo,Europe,2014,5.000375271,9.082123756,0.705632329,,0.44139123,0.012549499,0.775200605,0.551718652,0.205950245,0.344450057 -Kosovo,Europe,2015,5.077460766,9.153251648,0.805270791,,0.561048269,0.180007473,0.850647092,0.684578478,0.179988816,0.328998387 -Kosovo,Europe,2016,5.759412289,9.213439941,0.82380271,,0.827398598,0.122952193,0.940897942,0.588412583,0.14960672,0.313764572 -Kosovo,Europe,2017,6.149199963,9.253032684,0.792087257,,0.857676744,0.114815354,0.92519182,0.616912186,0.185879096,0.298196137 -Kosovo,Europe,2018,6.391825676,9.28314209,0.82240653,,0.88973701,0.266691327,0.922078192,0.642223597,0.170248464,0.347546548 -Kosovo,Europe,2019,6.425144196,9.334190369,0.842511177,,0.841189623,0.244229168,0.920297265,0.611600041,0.140792355,0.308195412 -Kosovo,Europe,2020,6.294414043,9.278607368,0.792374492,,0.879837573,0.304365307,0.90989387,0.592677712,0.201458037,0.247848466 -Kosovo,Europe,2021,6.648499489,9.382963181,0.848838627,,0.84011656,0.260641217,0.842378795,0.578284323,0.116078317,0.577198744 -Kosovo,Europe,2022,6.159853458,9.415708542,0.887639105,,0.864865899,0.211152077,0.845950305,0.549290001,0.142420337, -Kuwait,Middle East and North Africa,2006,6.075547218,11.23256493,0.918950438,68.40000153,0.769072413,-0.240763038,0.32815811,0.78845942,0.182275355,0.799622059 -Kuwait,Middle East and North Africa,2009,6.585246086,11.07393646,0.926411927,69,0.818781018,0.001588091,0.675121784,0.694339871,0.251759946, -Kuwait,Middle East and North Africa,2010,6.798151016,10.99842739,0.892722309,69.19999695,0.703019738,-0.037051041,0.486111403,0.686744034,0.203395993, -Kuwait,Middle East and North Africa,2011,6.377699375,11.02446365,0.881911993,69.40000153,0.768603504,,0.560423911,0.72620672,0.176825136, -Kuwait,Middle East and North Africa,2012,6.221094608,11.01185513,0.888916671,69.59999847,0.934049547,,,0.794144511,0.095490493, -Kuwait,Middle East and North Africa,2013,6.480031013,10.95171356,0.861948133,69.80000305,0.750524879,,,0.686251163,0.282628983, -Kuwait,Middle East and North Africa,2014,6.180138588,10.92564297,,70,,,,,, -Kuwait,Middle East and North Africa,2015,6.146031857,10.89317989,0.823017776,70.19999695,0.821662426,0.078554049,,0.678253472,0.323691428, -Kuwait,Middle East and North Africa,2016,5.947194576,10.88699055,0.845222056,70.17500305,0.840967178,-0.077913791,,0.642740011,0.314922988, -Kuwait,Middle East and North Africa,2017,6.093905449,10.81992435,0.853491306,70.15000153,0.884181619,-0.007804352,,0.648667634,0.307320803, -Kuwait,Middle East and North Africa,2019,6.106119633,10.76457882,0.841519773,70.09999847,0.867273808,-0.104722053,,0.643222094,0.302876323, -Kyrgyzstan,Asia,2006,4.641398907,8.185375214,0.844136536,59.91999817,0.677571654,-0.142216817,0.878633499,0.554507732,0.159482509,0.48456654 -Kyrgyzstan,Asia,2007,4.697761536,8.257814407,0.833097875,60.34000015,0.683523118,-0.093482301,0.929054797,0.589768171,0.12950258,0.45403108 -Kyrgyzstan,Asia,2008,4.736588001,8.328985214,0.792132616,60.75999832,0.719029367,-0.101963982,0.922627032,0.593905568,0.146871641,0.457722664 -Kyrgyzstan,Asia,2009,5.06905365,8.345366478,0.854935646,61.18000031,0.698919952,-0.14207527,0.896227479,0.553670108,0.164816961,0.641920984 -Kyrgyzstan,Asia,2010,4.996410847,8.32871151,0.885362923,61.59999847,0.720051169,-0.073847063,0.925793588,0.516307354,0.12346255,0.300620943 -Kyrgyzstan,Asia,2011,4.921049118,8.374398232,0.891404092,62.02000046,0.747808456,-0.156828687,0.932496965,0.579320967,0.151315898,0.436688751 -Kyrgyzstan,Asia,2012,5.207785606,8.356863976,0.856181741,62.43999863,0.702731669,-0.081130072,0.892036796,0.579561055,0.182383269,0.513287067 -Kyrgyzstan,Asia,2013,5.40242672,8.440615654,0.850715518,62.86000061,0.755036652,-0.087395735,0.899560452,0.595424235,0.13491118,0.43592 -Kyrgyzstan,Asia,2014,5.252192974,8.46000576,0.898024797,63.27999878,0.736290097,0.353035867,0.896767378,0.617240667,0.185025334,0.36819616 -Kyrgyzstan,Asia,2015,4.905375957,8.477441788,0.856584549,63.70000076,0.813175857,0.197422013,0.857725024,0.658385754,0.173476428,0.58429265 -Kyrgyzstan,Asia,2016,4.856534004,8.49951458,0.914375484,64.22499847,0.813939214,0.053844739,0.916922808,0.668045878,0.126099676,0.527570188 -Kyrgyzstan,Asia,2017,5.629536629,8.526488304,0.882586658,64.75,0.859389782,0.140636906,0.874494493,0.640433192,0.160438314,0.561672747 -Kyrgyzstan,Asia,2018,5.297383308,8.543475151,0.898147821,65.27500153,0.94494766,0.26450184,0.907405317,0.616886437,0.203300148,0.497065544 -Kyrgyzstan,Asia,2019,5.685220718,8.567575455,0.877027869,65.80000305,0.920436263,-0.004854264,0.884539902,0.624949574,0.207229063,0.507123172 -Kyrgyzstan,Asia,2020,6.249586105,8.460876465,0.902222991,66.32499695,0.934885323,0.103569753,0.931317508,0.672106743,0.257813066,0.493402541 -Kyrgyzstan,Asia,2021,5.563699722,8.479482651,0.904273272,66.84999847,0.91787082,0.203469187,0.90251559,0.659907758,0.226462573,0.582115293 -Kyrgyzstan,Asia,2022,5.667840958,8.51677227,0.92697078,67.375,0.948361576,0.235982418,0.876154184,0.646166146,0.203992382, -Laos,Asia,2006,5.076225758,8.233675003,0.806987047,55.88000107,0.925082147,0.438292474,0.687814236,0.78951174,0.162684694,0.923247159 -Laos,Asia,2007,5.363854885,8.291088104,0.789620697,56.25999832,0.866524875,0.477017224,0.580067098,0.751633048,0.135671452,0.914146185 -Laos,Asia,2008,5.044098854,8.350902557,0.807086229,56.63999939,0.886213899,0.415014207,0.637409329,0.727874935,0.201754972,0.92368561 -Laos,Asia,2011,4.703749657,8.537691116,0.690877795,57.77999878,0.881633818,0.456965566,0.587321937,0.746239841,0.225278497,0.981803596 -Laos,Asia,2012,4.876084805,8.60058403,0.692627907,58.15999985,,0.230367497,,0.740587413,0.386679232, -Laos,Asia,2017,4.623140812,8.88339901,0.70733577,59.90000153,0.891000748,0.070883319,0.591616809,0.712308228,0.344225883,0.839935005 -Laos,Asia,2018,4.85940218,8.928816795,0.70473814,60.20000076,0.906660974,0.138856784,0.634239852,0.710656404,0.331882507, -Laos,Asia,2019,5.196856022,8.967002869,0.729443908,60.5,0.90615344,0.058197066,0.620233715,0.718399763,0.306144267, -Laos,Asia,2020,5.284390926,8.95724678,0.660396278,60.79999924,0.915028214,0.138872221,0.747997701,0.713753402,0.358349264, -Laos,Asia,2021,4.926521778,8.96788311,0.649893284,61.09999847,0.927041471,0.040204596,0.668031454,0.702153087,0.291677624, -Latvia,Europe,2006,4.70950222,10.04218674,0.884498775,63.09999847,0.640807152,-0.233599529,0.937048614,0.590247095,0.234135449,0.291489393 -Latvia,Europe,2007,4.666971684,10.14513016,0.835508585,63.40000153,0.700174093,-0.171169952,0.923952639,0.594059765,0.246862501,0.280693024 -Latvia,Europe,2008,5.145375252,10.12260914,0.855418265,63.70000076,0.630111456,-0.207658932,0.926328242,0.632725835,0.214901268,0.190757662 -Latvia,Europe,2009,4.668910503,9.985266685,0.806939304,64,0.437064558,-0.184679851,0.942090392,0.536985397,0.242196754,0.099944413 -Latvia,Europe,2011,4.966811657,10.00411987,0.836042464,64.59999847,0.56446445,-0.004240889,0.9342556,0.562926173,0.221713215,0.107237339 -Latvia,Europe,2012,5.125025272,10.08457756,0.851195216,64.90000153,0.563811779,-0.04164274,0.894979358,0.588138819,0.232224524,0.191219807 -Latvia,Europe,2013,5.069770336,10.11516857,0.834022582,65.19999695,0.630507529,-0.076605313,0.836553633,0.604636908,0.227449417,0.233799666 -Latvia,Europe,2014,5.729115486,10.1434288,0.881255507,65.5,0.670653164,-0.046703774,0.803687513,0.604619026,0.225979373,0.229044721 -Latvia,Europe,2015,5.880597591,10.1897316,0.879372418,65.80000305,0.65639317,-0.081558466,0.808400393,0.559270859,0.22813718,0.298912108 -Latvia,Europe,2016,5.940446377,10.2222805,0.917073965,65.90000153,0.685299277,-0.160982415,0.867639601,0.58328855,0.231383532,0.315261304 -Latvia,Europe,2017,5.977817535,10.263731,0.895098746,66,0.699520111,-0.158778444,0.79837811,0.564854801,0.231753111,0.264000505 -Latvia,Europe,2018,5.901154041,10.31066418,0.913276315,66.09999847,0.608207643,-0.21648632,0.798949242,0.52055192,0.191870555,0.1971623 -Latvia,Europe,2019,5.969753742,10.34298897,0.935501277,66.19999695,0.697935104,-0.198384285,0.789227486,0.537305117,0.211630687,0.239407673 -Latvia,Europe,2020,6.229008675,10.32772541,0.928012192,66.30000305,0.820111692,-0.083579808,0.808821976,0.673573732,0.201582372,0.30678907 -Latvia,Europe,2021,6.353090763,10.37603378,0.954086423,66.40000153,0.815278113,-0.101973705,0.839525342,0.716414034,0.18593426,0.294602394 -Latvia,Europe,2022,6.054838181,10.4066782,0.928089976,66.5,0.817082405,0.018949265,0.844229579,0.631815553,0.160736203, -Lebanon,Middle East and North Africa,2005,5.49124527,9.572590828,0.796278358,65.09999847,0.703205824,,0.945177019,0.558134913,0.292149812, -Lebanon,Middle East and North Africa,2006,4.653103828,9.571557045,0.853151023,65.16000366,0.670193553,0.065851532,0.901959538,0.501354635,0.319716394,0.401410997 -Lebanon,Middle East and North Africa,2008,4.594851017,9.712468147,0.717357397,65.27999878,0.524062514,0.033395179,0.926725864,0.47536701,0.36541757,0.309518278 -Lebanon,Middle East and North Africa,2009,5.205998898,9.796974182,0.736411929,65.33999634,0.664733827,0.06963098,0.937024593,0.471758723,0.401288748,0.371836841 -Lebanon,Middle East and North Africa,2010,5.031899452,9.864724159,0.721424758,65.40000153,0.67763871,0.070376061,0.949062884,0.457453609,0.341205537, -Lebanon,Middle East and North Africa,2011,5.187571526,9.863549232,0.732914627,65.45999908,0.657106042,0.0004487,0.910560846,0.506424606,0.320167035, -Lebanon,Middle East and North Africa,2012,4.572566986,9.862797737,0.712611496,65.51999664,0.620627165,-0.013729722,0.855777562,0.442211181,0.338856846, -Lebanon,Middle East and North Africa,2013,4.983288765,9.808097839,0.708228052,65.58000183,0.654868305,-0.009910402,0.920827806,0.446394682,0.409337312, -Lebanon,Middle East and North Africa,2014,5.233025551,9.732914925,0.758719444,65.63999939,0.657207966,-0.015205036,0.939358175,0.524522364,0.267213225,0.243386969 -Lebanon,Middle East and North Africa,2015,5.171971321,9.717864037,0.741707742,65.69999695,0.596749783,0.067900911,0.888953269,0.524464548,0.242553964,0.187712133 -Lebanon,Middle East and North Africa,2016,5.27072382,9.755462646,0.827885926,65.77500153,0.657357454,0.023057813,0.853114486,0.512747288,0.263445616,0.137951434 -Lebanon,Middle East and North Africa,2017,5.153989792,9.787406921,0.776583016,65.84999847,0.604554176,-0.085262366,0.910727262,0.469468743,0.243549213,0.217718095 -Lebanon,Middle East and North Africa,2018,5.167186737,9.79651165,0.829380631,65.92500305,0.60703069,-0.07902959,0.906650305,0.415106893,0.270688891,0.219074845 -Lebanon,Middle East and North Africa,2019,4.024219513,9.751047134,0.865968525,66,0.447001487,-0.09551619,0.890415609,0.307577401,0.494499028,0.154975414 -Lebanon,Middle East and North Africa,2020,2.633752584,9.531043053,0.546599805,66.07499695,0.551600993,-0.136191308,0.883976877,0.352248639,0.481800169,0.124744363 -Lebanon,Middle East and North Africa,2021,2.178809404,9.470949173,0.50677526,66.15000153,0.42269668,-0.161281437,0.9052791,0.263486832,0.569100618,0.106694363 -Lebanon,Middle East and North Africa,2022,2.352427721,9.428472519,0.534528434,66.22499847,0.449575424,-0.125513852,0.882995963,0.297508448,0.429902762, -Lesotho,Africa,2011,4.89751482,7.785040379,0.824085355,41.52000046,0.618259728,-0.089228854,0.767675638,0.754062176,0.170009926,0.396459043 -Lesotho,Africa,2016,3.808204889,7.896602631,0.798059285,42.25,0.729489863,-0.096637599,0.742873371,0.684949994,0.27028349,0.609269023 -Lesotho,Africa,2017,3.795300722,7.852320194,0.768551648,42.90000153,0.756505191,-0.14102979,0.796859443,0.706036747,0.255303085,0.695299149 -Lesotho,Africa,2019,3.5117805,7.837206841,0.789705396,44.20000076,0.716313541,-0.126018867,0.914951444,0.707126319,0.273425519,0.310273737 -Liberia,Africa,2007,3.701401234,7.178884983,0.593731701,51.86000061,0.790374219,0.115159847,0.775734663,0.599677563,0.435410291,0.731583416 -Liberia,Africa,2008,4.221354008,7.207139969,0.618692517,51.93999863,0.724082768,-0.03467017,0.839667678,0.629001737,0.261133134,0.514417052 -Liberia,Africa,2010,4.196063042,7.257479191,0.827098727,52.09999847,0.81900537,-0.039532468,0.81842953,0.548855722,0.216883108,0.539702713 -Liberia,Africa,2014,4.571419239,7.386387348,0.708301783,52.41999817,0.590450883,-0.030946517,0.868966281,0.565419495,0.44285962,0.34881407 -Liberia,Africa,2015,2.701591253,7.365847588,0.637665987,52.5,0.671430886,-0.062921792,0.902672648,0.519482315,0.388488621,0.472788274 -Liberia,Africa,2016,3.354676008,7.330049992,0.642614603,53.09999847,0.763476014,0.031251427,0.901267469,0.625466764,0.509046674,0.544246912 -Liberia,Africa,2017,4.424490929,7.335249901,0.684866846,53.70000076,0.733389914,-0.014267507,0.866806388,0.673801899,0.39133054,0.554991543 -Liberia,Africa,2018,4.134852886,7.327605247,0.726750135,54.29999924,0.765769541,0.047314007,0.867924094,0.664399087,0.436099499,0.70391202 -Liberia,Africa,2019,5.121460915,7.28319931,0.71247375,54.90000153,0.705874562,0.047898874,0.828468978,0.644704163,0.389132589,0.553626955 -Liberia,Africa,2022,4.04226017,7.276751995,0.596891046,56.70000076,0.731640577,0.154321343,0.828494132,0.636873662,0.438816667, -Libya,Middle East and North Africa,2012,5.754394054,10.38018417,0.854930937,65.13999939,0.711518884,-0.074070729,0.790556133,0.633086085,0.316149682, -Libya,Middle East and North Africa,2015,5.615404606,9.857912064,0.867987692,64.30000305,0.774544954,-0.086899519,,0.651638031,0.368905216, -Libya,Middle East and North Africa,2016,5.43358326,9.828466415,0.87606585,64.52500153,0.822384834,-0.132966951,,0.644933641,0.383073747, -Libya,Middle East and North Africa,2017,5.646852493,10.09464169,0.822758794,64.75,0.778695881,-0.066158146,0.673065543,0.643042386,0.379374176, -Libya,Middle East and North Africa,2018,5.493977547,10.1555748,0.824165165,64.97499847,0.780558527,-0.143449396,0.645838797,0.635468781,0.398903102, -Libya,Middle East and North Africa,2019,5.33022213,10.02284431,0.826719344,65.19999695,0.761964321,-0.104554117,0.68641299,0.628867805,0.400737435, -Lithuania,Europe,2006,5.954442978,10.04229259,0.930439949,63.5,0.567254603,-0.298515499,0.966878653,0.56656003,0.25399825,0.205602363 -Lithuania,Europe,2007,5.80828476,10.15950012,0.940791965,63.70000076,0.589662313,-0.285336435,0.966326058,0.522942126,0.279184252,0.26929301 -Lithuania,Europe,2008,5.553925991,10.19559288,0.91366744,63.90000153,0.621060073,-0.263000309,0.960843027,0.501196086,0.275795698,0.161105841 -Lithuania,Europe,2009,5.466920853,10.04607391,0.932608962,64.09999847,0.495955795,-0.306610018,0.978800118,0.525221646,0.270837814,0.126142234 -Lithuania,Europe,2010,5.065824986,10.08342171,0.881810606,64.30000305,0.519352257,-0.27843678,0.962167203,0.462606311,0.27202931,0.114503264 -Lithuania,Europe,2011,5.43243742,10.16464233,0.911411285,64.5,0.565797269,-0.151546523,0.963511646,0.555819511,0.274636686,0.18108657 -Lithuania,Europe,2012,5.771037102,10.21577263,0.918690145,64.69999695,0.503027141,-0.276896715,0.956959248,0.556552887,0.277385563,0.145729542 -Lithuania,Europe,2013,5.595689297,10.26077843,0.91251415,64.90000153,0.555815279,-0.240327045,0.936335504,0.539511204,0.293728739,0.384238273 -Lithuania,Europe,2014,6.125723839,10.30413532,0.908239841,65.09999847,0.507947206,-0.267208517,0.956347883,0.564930737,0.286910683,0.344657153 -Lithuania,Europe,2015,5.711378098,10.33358669,0.92852354,65.30000305,0.641470194,-0.257424742,0.92417407,0.533641696,0.276451677,0.367034554 -Lithuania,Europe,2016,5.865552425,10.37117004,0.937873363,65.65000153,0.614239335,-0.27012518,0.949392676,0.552628219,0.249855742,0.279638559 -Lithuania,Europe,2017,6.272940636,10.42708778,0.926316619,66,0.749307334,-0.177431226,0.789709866,0.590111554,0.19511883,0.32124728 -Lithuania,Europe,2018,6.308878899,10.47578526,0.929350138,66.34999847,0.698945105,-0.240819216,0.851745069,0.518092513,0.213559717,0.323758096 -Lithuania,Europe,2019,6.064097881,10.52364635,0.917577505,66.69999695,0.780266464,-0.255955368,0.782501221,0.56804961,0.276054353,0.407248467 -Lithuania,Europe,2020,6.39137888,10.52316093,0.952544093,67.05000305,0.824060559,-0.127253518,0.829204798,0.626345754,0.201912001,0.474045336 -Lithuania,Europe,2021,6.864572525,10.57912254,0.928175211,67.40000153,0.707402527,-0.119342811,0.877800763,0.66699332,0.191300765,0.303830445 -Lithuania,Europe,2022,7.037577152,10.60183716,0.937096536,67.75,0.709662259,-0.190841839,0.684991181,0.471465677,0.131619066, -Luxembourg,Europe,2009,6.957920074,11.62830639,0.938559353,70.30000305,0.939101696,0.117261507,0.431606978,0.713410318,0.238021523,0.824018121 -Luxembourg,Europe,2010,7.097251892,11.64696693,0.952371716,70.5,0.908303082,0.086879708,0.423341334,0.717743278,0.216064394,0.768445313 -Luxembourg,Europe,2011,7.101400375,11.63512897,0.934090614,70.69999695,0.961830735,0.09795773,0.3881706,0.743698657,0.200136617,0.770686686 -Luxembourg,Europe,2012,6.964097023,11.62747765,0.913907707,70.90000153,0.916520953,0.049343392,0.402753204,0.725599825,0.227411717,0.743670523 -Luxembourg,Europe,2013,7.130809307,11.63559151,0.916683257,71.09999847,0.789655447,-0.063244693,0.300811768,0.60076052,0.184799984,0.736690223 -Luxembourg,Europe,2014,6.89112711,11.63791466,0.875469446,71.30000305,0.937987685,0.098004028,0.366286784,0.760254264,0.170409396,0.662738323 -Luxembourg,Europe,2015,6.701571465,11.6367588,0.933604598,71.5,0.932256401,0.045660511,0.37539047,0.727877915,0.19305034,0.694678366 -Luxembourg,Europe,2016,6.967340946,11.66378784,0.941260576,71.52500153,0.882365346,0.011960748,0.356336325,0.706498742,0.192300707,0.678977847 -Luxembourg,Europe,2017,7.061380863,11.65256405,0.905435503,71.55000305,0.90282172,0.037715722,0.330173582,0.72573179,0.184467003,0.73892206 -Luxembourg,Europe,2018,7.242630959,11.64539528,0.902192414,71.57499695,0.883929849,-0.026822932,0.385146111,0.714694262,0.201894343,0.755200863 -Luxembourg,Europe,2019,7.404015541,11.64870167,0.912104547,71.59999847,0.930321217,-0.050124425,0.389598429,0.741738081,0.211639807,0.780171037 -Luxembourg,Europe,2022,7.227934837,11.6599493,0.877916992,71.67500305,0.915109932,0.023949623,0.345176458,0.718450427,0.218083575, -Madagascar,Africa,2006,3.979751348,7.351137161,0.711134732,54.13999939,,-0.038257848,,0.562594175,0.161333442,0.71369797 -Madagascar,Africa,2008,4.640079021,7.413260937,0.775688589,54.61999893,0.332436115,-0.099015646,0.773066521,0.582536519,0.214525178,0.77520597 -Madagascar,Africa,2011,4.381415367,7.308839321,0.818402648,55.34000015,0.545555592,-0.061400827,0.897100151,0.516020477,0.234825984,0.64958179 -Madagascar,Africa,2012,3.550609589,7.311224937,0.673088312,55.58000183,0.487007886,-0.05438751,0.853590488,0.587817192,0.193977416,0.350055397 -Madagascar,Africa,2013,3.815607071,7.30725193,0.672546744,55.81999969,0.479550391,-0.017935818,0.86770767,0.600077331,0.241230845,0.396854281 -Madagascar,Africa,2014,3.675626993,7.313827515,0.655214131,56.06000137,0.528805017,-0.022674017,0.79105562,0.641383529,0.192181751,0.509788871 -Madagascar,Africa,2015,3.592514038,7.318787575,0.646716535,56.29999924,0.544753611,-0.040393695,0.860953391,0.674233139,0.226243451,0.482404798 -Madagascar,Africa,2016,3.663085938,7.332082748,0.746496975,56.54999924,0.569645405,-0.068636164,0.864171147,0.669859111,0.204255417,0.490199178 -Madagascar,Africa,2017,4.078620434,7.344820023,0.626331985,56.79999924,0.570347905,-0.033030313,0.847260773,0.701161802,0.374838024,0.541916132 -Madagascar,Africa,2018,4.070586681,7.350723267,0.665512979,57.04999924,0.551473081,0.003714765,0.889145672,0.723371804,0.362013817,0.442305923 -Madagascar,Africa,2019,4.339087486,7.368637085,0.700610101,57.29999924,0.549535215,-0.011192818,0.719982684,0.698719621,0.303959668,0.660091162 -Madagascar,Africa,2022,4.019134045,7.29020977,0.642429352,58.04999924,0.523492694,0.07543768,0.740402877,0.686895013,0.345107347, -Malawi,Africa,2006,3.829868078,7.017002583,0.553878903,45.36000061,0.76714164,0.17483063,0.676439166,0.608673573,0.222251549,0.691727877 -Malawi,Africa,2007,4.89103651,7.080325127,0.600266993,46.41999817,0.909993827,0.176758975,0.691305459,0.691453099,0.175514221,0.763352692 -Malawi,Africa,2009,5.148239613,7.176107883,0.71845001,48.54000092,0.879161239,0.15050742,0.68892628,0.694449782,0.130396396,0.829375684 -Malawi,Africa,2011,3.946062565,7.232430458,0.612736762,50.65999985,0.733463824,0.073304281,0.852994204,0.619638383,0.268474787,0.419558853 -Malawi,Africa,2012,4.279269695,7.222786903,0.603725672,51.72000122,0.637362719,0.143793926,0.885784984,0.717376053,0.200462922,0.471810192 -Malawi,Africa,2013,4.035084248,7.24541235,0.563161552,52.77999878,0.751995265,0.053021312,0.856666088,0.699051321,0.247828677,0.641565204 -Malawi,Africa,2014,4.563080311,7.272959232,0.511616111,53.84000015,0.785766721,0.035611339,0.824017882,0.652700365,0.262713403,0.61981827 -Malawi,Africa,2015,3.86763835,7.272983074,0.494381636,54.90000153,0.801390707,0.032590926,0.834825397,0.602146029,0.259763956,0.568601787 -Malawi,Africa,2016,3.476492643,7.270341873,0.524299622,55.45000076,0.809884131,0.04038788,0.823615015,0.584088564,0.32473892,0.552534401 -Malawi,Africa,2017,3.416862965,7.282608032,0.555422723,56,0.847920775,-0.000567277,0.734636605,0.591678917,0.312088341,0.620332539 -Malawi,Africa,2018,3.334633589,7.298732281,0.527843475,56.54999924,0.798915148,0.046437904,0.765963793,0.548135459,0.364894032,0.572984874 -Malawi,Africa,2019,3.869123697,7.324953556,0.548956096,57.09999847,0.764864206,-0.023410872,0.680247962,0.516828775,0.348162442,0.574215412 -Malawi,Africa,2021,3.635283232,7.307291985,0.557914317,58.20000076,0.757269025,-0.010125406,0.740276992,0.550894737,0.325555235,0.514003277 -Malawi,Africa,2022,3.355563402,7.295767784,0.503325164,58.75,0.743571639,0.020473713,0.754926443,0.535636544,0.328764439, -Malaysia,Asia,2006,6.011716843,9.827419281,0.865899801,65.08000183,0.836765766,0.198498324,0.739797235,0.687222064,0.242824569,0.784567058 -Malaysia,Asia,2007,6.238904476,9.866742134,0.871497095,65.16000366,0.843627632,0.086885467,0.79905206,0.719230771,0.162261575,0.750705838 -Malaysia,Asia,2008,5.806781769,9.893046379,0.802811384,65.23999786,0.77956599,0.041945741,0.883765519,0.727531135,0.185744986,0.663472474 -Malaysia,Asia,2009,5.384701729,9.858006477,0.791666389,65.31999969,0.874319792,-0.010948431,0.858095229,0.740035117,0.163549751,0.818658829 -Malaysia,Asia,2010,5.580281734,9.912044525,0.839095771,65.40000153,0.769190669,0.030118059,0.843691051,0.752467334,0.191947669,0.733622134 -Malaysia,Asia,2011,5.786367416,9.947520256,0.770422995,65.48000336,0.840359092,-0.018508431,0.841504574,0.785432994,0.154874966,0.785984397 -Malaysia,Asia,2012,5.914283752,9.984627724,0.841218948,65.55999756,0.848071814,0.014949669,0.846618474,0.744375229,0.176881894,0.761775732 -Malaysia,Asia,2013,5.770199776,10.01462269,0.830900133,65.63999939,0.79131043,0.262077361,0.755383492,0.664112806,0.316551626,0.754481137 -Malaysia,Asia,2014,5.962921619,10.05742455,0.863067031,65.72000122,0.808384359,0.237420544,0.844815433,0.710559785,0.260893494,0.631384254 -Malaysia,Asia,2015,6.322121143,10.09209156,0.817616284,65.80000305,0.674594462,0.220472902,0.837892234,0.732742906,0.313732743,0.436821789 -Malaysia,Asia,2018,5.338817596,10.1974926,0.789408565,65.72499847,0.874548256,0.12539421,0.894131124,0.716042221,0.200366735,0.732398391 -Malaysia,Asia,2019,5.427954197,10.2282629,0.842498839,65.69999695,0.915778697,0.12122006,0.781943917,0.734578729,0.176071689,0.716807246 -Malaysia,Asia,2020,6.01419878,10.15932941,0.796895385,65.67500305,0.877859235,0.097759947,0.746997535,0.721455097,0.288135022,0.748145461 -Malaysia,Asia,2021,6.010391712,10.1785841,0.79405117,65.65000153,0.878362298,0.219777569,0.769417465,0.72838366,0.183198214, -Maldives,South Asia,2018,5.197574615,9.892906189,0.913315058,69.77500153,0.854759276,0.015678115,,,, -Mali,Africa,2006,4.014075756,7.561395168,0.761116147,49.93999863,0.555075645,-0.071135223,0.761045754,0.747596443,0.208562687,0.645458937 -Mali,Africa,2008,4.114664078,7.57649374,0.746600628,50.61999893,0.494840056,-0.011513894,0.917589664,0.717300117,0.16449067,0.316960841 -Mali,Africa,2009,3.976598501,7.590881824,0.732557058,50.95999908,0.633815944,0.008913196,0.819207728,0.728791058,0.149751499,0.479649901 -Mali,Africa,2010,3.762305021,7.610160351,0.750922263,51.29999924,0.749049723,-0.027291995,0.810591161,0.7642169,0.16166617,0.706663907 -Mali,Africa,2011,4.666832924,7.609437943,0.795505047,51.63999939,0.822847605,-0.100026391,0.726062477,0.751705825,0.13182123,0.707489848 -Mali,Africa,2012,4.313016891,7.571854591,0.823435068,51.97999954,0.704219282,-0.087546505,0.786719501,0.647199988,0.109447502,0.486437917 -Mali,Africa,2013,3.676277161,7.565345287,0.81969142,52.31999969,0.664711058,-0.052536648,0.754807353,0.716894388,0.192900717,0.604514003 -Mali,Africa,2014,3.974714279,7.602088451,0.843123436,52.65999985,0.651513875,-0.03647273,0.657930553,0.721907437,0.185634121,0.623277962 -Mali,Africa,2015,4.582098484,7.630509377,0.830189168,53,0.633753538,-0.066475324,0.800046742,0.695829928,0.243003011,0.572915018 -Mali,Africa,2016,4.016027927,7.655478954,0.836254537,53.40000153,0.696007371,-0.068685159,0.862326682,0.738429368,0.305299431,0.524199367 -Mali,Africa,2017,4.741850376,7.675010204,0.741359413,53.79999924,0.753213346,-0.068083994,0.862655163,0.664621234,0.392784148,0.504820108 -Mali,Africa,2018,4.415729523,7.689634323,0.691859066,54.20000076,0.737204552,-0.032463923,0.793091416,0.688584208,0.369648188,0.510795414 -Mali,Africa,2019,4.98799181,7.704833031,0.754558086,54.59999847,0.67040509,-0.0361422,0.846340001,0.645860672,0.357764512,0.4787485 -Mali,Africa,2020,4.269473553,7.660975456,0.567915261,55,0.645313561,-0.065397367,0.894637346,0.647650242,0.439628124,0.436267674 -Mali,Africa,2021,4.11309576,7.659465313,0.573393524,55.40000153,0.672789276,-0.000230506,0.90156728,0.639572978,0.438466877,0.499018282 -Mali,Africa,2022,4.210547924,7.645281792,0.641625226,55.79999924,0.817642868,-0.019203309,0.745646715,0.655434608,0.407665402, -Malta,Europe,2009,6.32763958,10.3526926,0.91577214,70.22000122,0.803179801,0.458152503,,0.625680208,0.357874334,0.439478427 -Malta,Europe,2010,5.77387476,10.40173531,0.9083215,70.40000153,0.802044392,0.27993542,,0.62371099,0.375302672,0.41225192 -Malta,Europe,2011,6.154718399,10.40214825,0.922639728,70.58000183,0.881921828,0.289619535,,0.637833834,0.339702874,0.492513239 -Malta,Europe,2012,5.962872028,10.43351746,0.921752036,70.76000214,0.860689878,0.345019877,,0.638694704,0.390503973,0.498758078 -Malta,Europe,2013,6.379924774,10.47276211,0.942231417,70.94000244,0.909436285,0.402377993,,0.629010856,0.369558126,0.661522508 -Malta,Europe,2014,6.45211792,10.52635288,0.941215873,71.12000275,0.903936625,0.397055984,0.669645309,0.605655909,0.352065593,0.721220315 -Malta,Europe,2015,6.61339426,10.59423065,0.918764889,71.30000305,0.91217804,0.340854287,0.663886309,0.640534222,0.35504058,0.734930515 -Malta,Europe,2016,6.590842247,10.60459614,0.930369377,71.34999847,0.916023612,0.340884507,0.696494639,0.644831896,0.355443776,0.618818283 -Malta,Europe,2017,6.675665855,10.68089676,0.937331796,71.40000153,0.923642933,0.245322362,0.690494537,0.665943563,0.302443117,0.75200516 -Malta,Europe,2018,6.909710884,10.70583916,0.931541502,71.44999695,0.927340686,0.172014534,0.595199883,0.666130424,0.295698792,0.757713675 -Malta,Europe,2019,6.73297739,10.72401428,0.921578526,71.5,0.923966825,0.079577953,0.689410567,0.641677618,0.356243938,0.704372525 -Malta,Europe,2020,6.156822681,10.61498928,0.937920272,71.55000305,0.930600464,-0.00296971,0.67462635,0.576041937,0.410913229,0.814707041 -Malta,Europe,2021,6.443715096,10.70680523,0.897113085,71.59999847,0.889073849,0.241765574,0.752515912,0.635253549,0.375325114,0.662024558 -Malta,Europe,2022,6.299238205,,0.932082772,71.65000153,0.837544084,,0.757539809,0.671103597,0.370075017, -Mauritania,Africa,2007,4.149043083,8.528328896,0.681909025,56.5,0.572888374,-0.073921561,0.586450517,0.732085705,0.174228683,0.518081248 -Mauritania,Africa,2008,4.248075008,8.500013351,0.670252621,56.79999924,0.593264878,-0.020278633,0.840947509,0.747175515,0.176086441,0.432421237 -Mauritania,Africa,2009,4.500431538,8.473753929,0.819333792,57.09999847,0.735071182,0.036841791,0.848293781,0.717251658,0.169828594,0.37321496 -Mauritania,Africa,2010,4.772306919,8.470888138,0.856507838,57.40000153,0.66893059,0.05261803,0.72736448,0.73715651,0.128675625,0.493744522 -Mauritania,Africa,2011,4.784804344,8.481584549,0.750276566,57.70000076,0.566920221,0.049530253,0.746937871,0.729369521,0.174862579,0.42903164 -Mauritania,Africa,2012,4.673203945,8.494066238,0.763332725,58,0.487372756,-0.023503091,0.707005799,0.74946624,0.163681492,0.383974999 -Mauritania,Africa,2013,4.199015141,8.505774498,0.741155803,58.29999924,0.60280025,-0.080985382,0.675553739,0.742709339,0.195690349,0.454325795 -Mauritania,Africa,2014,4.482805252,8.521212578,0.852777958,58.59999847,0.468318135,-0.056685582,0.589483082,0.743177891,0.163452432,0.349493027 -Mauritania,Africa,2015,3.922664165,8.547121048,0.874945939,58.90000153,0.447086573,0.052734852,0.715358436,0.797596335,0.193899721,0.293832392 -Mauritania,Africa,2016,4.472149372,8.533226013,0.784826875,59.125,0.466561466,-0.177736133,0.841835141,0.710193098,0.221666142,0.208929226 -Mauritania,Africa,2017,4.678159714,8.567708969,0.77922523,59.34999847,0.527446806,-0.157911822,0.777314067,0.630861044,0.272321939,0.292109728 -Mauritania,Africa,2018,4.313615322,8.588065147,0.801595509,59.57500076,0.466888547,-0.118532844,0.710529268,0.665246367,0.275557995,0.258394152 -Mauritania,Africa,2019,4.152619362,8.613529205,0.798101962,59.79999924,0.627505183,-0.108434997,0.742890298,0.686362624,0.259738505,0.311262429 -Mauritania,Africa,2022,4.723868847,8.590913773,0.647975624,60.47499847,0.624028981,-0.012799613,0.65709281,0.630584061,0.38927421, -Mauritius,Africa,2011,5.477073193,9.797497749,0.80027318,63.52000046,0.848193765,0.185815439,0.846761405,0.653383791,0.252504826,0.665332794 -Mauritius,Africa,2014,5.647779942,9.895681381,0.784822047,63.88000107,0.824230313,0.170534223,0.879405558,0.740984321,0.222399607,0.56246227 -Mauritius,Africa,2016,5.610003471,9.967808723,0.836032152,63.97499847,0.819175661,0.133538902,0.890661359,0.705523014,0.245711893,0.565379262 -Mauritius,Africa,2017,6.174117565,10.00553036,0.910142243,63.95000076,0.912307501,0.080713965,0.818179905,0.682493925,0.168721184,0.614670753 -Mauritius,Africa,2018,5.88174057,10.04427052,0.90884155,63.92499924,0.866928101,-0.079335824,0.78524971,0.71039331,0.157993257,0.619251132 -Mauritius,Africa,2019,6.241165161,10.07245255,0.913134277,63.90000153,0.893157899,-0.058579594,0.81020081,0.734807193,0.149362728,0.634860456 -Mauritius,Africa,2020,6.015300274,9.914636612,0.892565966,63.875,0.842598081,-0.036158979,0.771790087,0.699538052,0.138401791,0.543944299 -Mauritius,Africa,2021,5.949120045,9.950750351,0.886509895,63.84999847,0.802364588,-0.010926317,0.783532083,0.665566385,0.135523796,0.527145624 -Mauritius,Africa,2022,5.740500927,10.00689125,0.887036204,63.82500076,0.798143804,-0.037532523,0.768953621,0.724696159,0.168250337, -Mexico,South America,2005,6.580657959,9.791635513,0.902807653,64.40000153,0.813745499,,0.764249027,0.763287425,0.218942866,0.426359206 -Mexico,South America,2007,6.525378227,9.831493378,0.878805637,64.68000031,0.670430362,-0.098589547,0.746681035,0.753813922,0.248497769,0.41814661 -Mexico,South America,2008,6.829036236,9.830188751,0.876327813,64.81999969,0.6774773,-0.131714851,0.784897923,0.774335682,0.201175302,0.413553208 -Mexico,South America,2009,6.962819099,9.763516426,0.868220747,64.95999908,0.682463408,-0.080140606,0.764225543,0.763129532,0.19607076,0.446137846 -Mexico,South America,2010,6.802388668,9.800165176,0.876389682,65.09999847,0.778120756,-0.052731745,0.692891896,0.745259702,0.215494677,0.37198627 -Mexico,South America,2011,6.909515381,9.821863174,0.824064076,65.23999786,0.831368089,-0.103744388,0.697580218,0.700016022,0.227555886,0.383446395 -Mexico,South America,2012,7.320185184,9.843672752,0.767279446,65.37999725,0.787768304,-0.097219422,0.633281112,0.721975505,0.278110534,0.3614088 -Mexico,South America,2013,7.442546368,9.843951225,0.759138405,65.51999664,0.738716662,-0.169077858,0.614747047,0.749586701,0.22294873,0.395571351 -Mexico,South America,2014,6.679831028,9.859636307,0.781964958,65.66000366,0.779132903,-0.098690033,0.629851162,0.759792626,0.22873041,0.327582031 -Mexico,South America,2015,6.236287117,9.880367279,0.760614276,65.80000305,0.719465971,-0.156222522,0.707971931,0.706144869,0.237188041,0.256193161 -Mexico,South America,2016,6.824172974,9.894999504,0.893492579,65.80000305,0.751613081,-0.157436669,0.808579445,0.80195868,0.219571486,0.277944058 -Mexico,South America,2017,6.410299301,9.905106544,0.799839377,65.80000305,0.861405134,-0.205978364,0.800893068,0.775285363,0.230990887,0.25695315 -Mexico,South America,2018,6.549578667,9.917302132,0.858068883,65.80000305,0.816200495,-0.183739126,0.808638096,0.815285325,0.213254362,0.294568479 -Mexico,South America,2019,6.431945324,9.906707764,0.851685822,65.80000305,0.903384447,-0.14559029,0.808537602,0.802921176,0.251983017,0.495231152 -Mexico,South America,2020,5.964221001,9.816184998,0.778816223,65.80000305,0.873346984,-0.125294715,0.778165877,0.744693696,0.29155612,0.459497869 -Mexico,South America,2021,5.99075079,9.856716156,0.778605103,65.80000305,0.837159336,-0.034609362,0.745186806,0.750247896,0.30510965,0.483326107 -Mexico,South America,2022,7.038368702,9.876176834,0.858360887,65.80000305,0.860889137,-0.120741829,0.780077338,0.817899823,0.205048665, -Moldova,Asia,2006,5.102071285,8.935538292,0.812182605,59.47999954,0.554478109,-0.166970164,0.926055431,0.553242445,0.254923016,0.406982303 -Moldova,Asia,2007,4.774918079,8.967413902,0.804191709,59.86000061,0.696194947,-0.188301861,0.929560363,0.518586636,0.305511504,0.304118574 -Moldova,Asia,2008,5.502756119,9.044425011,0.871552587,60.24000168,0.640617132,-0.058411729,0.925663769,0.565447807,0.283589244,0.208650127 -Moldova,Asia,2009,5.554374218,8.983812332,0.855883062,60.61999893,0.550858617,-0.101425,0.925061643,0.538923979,0.306487501,0.235415936 -Moldova,Asia,2010,5.589736462,9.053403854,0.847094715,61,0.598484814,-0.091159694,0.929309428,0.564043164,0.277520359,0.270747125 -Moldova,Asia,2011,5.792262554,9.110533714,0.869413555,61.38000107,0.62802279,-0.084542379,0.956644356,0.553495347,0.284829497,0.238943219 -Moldova,Asia,2012,5.995712757,9.104750633,0.826219797,61.75999832,0.602418542,-0.05239689,0.955484569,0.563796163,0.313725889,0.21462217 -Moldova,Asia,2013,5.75605917,9.191597939,0.802882969,62.13999939,0.657734275,-0.071667068,0.940632403,0.547656298,0.260602951,0.1450174 -Moldova,Asia,2014,5.917058468,9.240994453,0.804968834,62.52000046,0.623186231,-0.116123609,0.924806714,0.546722054,0.259689748,0.177369043 -Moldova,Asia,2015,6.017472267,9.245276451,0.8399055,62.90000153,0.595241427,-0.092726655,0.943118811,0.555981815,0.281455815,0.174305618 -Moldova,Asia,2016,5.577784061,9.300051689,0.83732146,63.29999924,0.557369471,-0.050467055,0.969482958,0.58627373,0.274551123,0.084061243 -Moldova,Asia,2017,5.325530529,9.363162994,0.83076793,63.70000076,0.552825212,-0.056035575,0.926333785,0.562596619,0.259477794,0.132729635 -Moldova,Asia,2018,5.682277203,9.422848701,0.89207989,64.09999847,0.823824346,-0.087572187,0.928719878,0.584049761,0.27007246,0.237631857 -Moldova,Asia,2019,5.803450584,9.47502327,0.809167087,64.5,0.783664584,-0.09557578,0.883822501,0.599834442,0.261620939,0.307176173 -Moldova,Asia,2020,5.811628819,9.409337044,0.874061763,64.90000153,0.859083235,-0.057646256,0.941438973,0.698010981,0.267836064,0.181308538 -Moldova,Asia,2021,5.959048748,9.547471046,0.879554033,65.30000305,0.832602262,-0.095501058,0.875060678,0.630283237,0.270110786,0.363787621 -Moldova,Asia,2022,5.686611652,9.540007591,0.816732645,65.69999695,0.828515828,-0.087219432,0.884788811,0.552044451,0.275563359, -Mongolia,Asia,2007,4.609059334,8.827466965,0.881054759,56.54000092,0.781332672,0.061379775,0.917813003,0.483198076,0.203044012,0.375002027 -Mongolia,Asia,2008,4.493010044,8.901948929,0.920115948,56.95999908,0.484081417,0.065208957,0.961714268,0.51379323,0.173452139,0.394320458 -Mongolia,Asia,2010,4.585523605,8.92516613,0.904177845,57.79999924,0.630966604,0.096198238,0.927568316,0.559408605,0.150025174,0.313886613 -Mongolia,Asia,2011,5.031173706,9.069442749,0.947885275,58.22000122,0.700345695,0.147523403,0.931158841,0.560553193,0.153232589,0.285957992 -Mongolia,Asia,2012,4.885150433,9.168133736,0.918516099,58.63999939,0.688311696,0.102935001,0.932385981,0.524273217,0.181066349,0.310268313 -Mongolia,Asia,2013,4.912928104,9.259589195,0.934741557,59.06000137,0.748014033,0.132310167,0.927854478,0.548637271,0.178902224,0.365311831 -Mongolia,Asia,2014,4.824834824,9.315420151,0.943436682,59.47999954,0.752354145,0.142303243,0.908596814,0.511573672,0.170421317,0.337257385 -Mongolia,Asia,2015,4.982719898,9.317831039,0.905524373,59.90000153,0.685510755,0.169322208,0.900218189,0.532772839,0.207652658,0.226754889 -Mongolia,Asia,2016,5.056999683,9.310995102,0.947489381,60,0.759740949,0.085927278,0.900452137,0.554553747,0.171171755,0.349382877 -Mongolia,Asia,2017,5.333850384,9.344127655,0.924250782,60.09999847,0.674627423,0.114827663,0.864952207,0.55165416,0.213599518,0.275058359 -Mongolia,Asia,2018,5.464622974,9.39700985,0.941514134,60.20000076,0.695546806,0.050002832,0.848502219,0.524843872,0.191890299,0.270371318 -Mongolia,Asia,2019,5.562905312,9.430119514,0.945758104,60.29999924,0.71067518,0.144906044,0.873166919,0.562204599,0.166921392,0.214430362 -Mongolia,Asia,2020,6.011364937,9.364500999,0.917789161,60.40000153,0.718491018,0.140477866,0.842827678,0.574730396,0.259983033,0.328301549 -Mongolia,Asia,2021,5.72103405,9.364642143,0.92711699,60.5,0.666846633,0.217151552,0.850720286,0.560003579,0.202482358,0.257001966 -Mongolia,Asia,2022,5.787830353,9.388139725,0.951336026,60.59999847,0.717059672,0.213851795,0.846957803,0.550038636,0.208651647, -Montenegro,Europe,2007,5.196315289,9.695925713,0.831840634,65.95999908,0.512067258,-0.137170851,0.814567804,0.536068201,0.339850873,0.497209966 -Montenegro,Europe,2009,4.8010602,9.702045441,0.81598419,66.12000275,0.55636555,-0.104888737,0.838485658,0.533456802,0.422739923, -Montenegro,Europe,2010,5.455030441,9.727189064,0.804549336,66.19999695,0.552103698,-0.20988965,0.757207215,0.510351896,0.410302103, -Montenegro,Europe,2011,5.223116875,9.757913589,0.817631543,66.27999878,0.546081364,-0.229605079,0.762383521,0.509750843,0.378120005, -Montenegro,Europe,2012,5.218724251,9.729455948,0.704032779,66.36000061,0.46170637,-0.195966095,0.755059719,0.467812985,0.379281342,0.355399817 -Montenegro,Europe,2013,5.074341774,9.763354301,0.735565186,66.44000244,0.502264977,-0.179485664,0.69337213,0.493074238,0.331081718,0.392235279 -Montenegro,Europe,2014,5.282720566,9.780064583,0.862930357,66.51999664,0.50266552,0.09293133,0.768465519,0.544968426,0.367646754,0.402112842 -Montenegro,Europe,2015,5.124921322,9.81284523,0.73963052,66.59999847,0.583317339,-0.147677779,0.781232595,0.534339011,0.337239444,0.399765968 -Montenegro,Europe,2016,5.304066181,9.841679573,0.865743697,66.69999695,0.568633676,-0.091130361,0.848966599,0.547315359,0.336675465,0.325959235 -Montenegro,Europe,2017,5.614798546,9.887653351,0.881199837,66.80000305,0.625906289,-0.086646661,0.755680025,0.493103802,0.349785089,0.351549894 -Montenegro,Europe,2018,5.650189877,9.937419891,0.855979621,66.90000153,0.626431286,-0.054822855,0.768922508,0.527320683,0.354935259,0.398499161 -Montenegro,Europe,2019,5.386024952,9.977564812,0.831624925,67,0.694162488,-0.108958878,0.81999737,0.546632111,0.365958124,0.405451059 -Montenegro,Europe,2020,5.722162724,9.812590599,0.887129486,67.09999847,0.801855087,0.06348329,0.844687104,0.560456812,0.411377817,0.473739833 -Morocco,Middle East and North Africa,2010,4.383247375,8.672807693,,62.5,0.662900388,-0.159650251,0.900453091,,, -Morocco,Middle East and North Africa,2011,5.084972858,8.710196495,0.833385289,62.65999985,0.578930736,-0.215434268,0.875224829,0.687321603,0.18714875, -Morocco,Middle East and North Africa,2012,4.969656467,8.72599411,0.67582494,62.81999969,0.756784618,-0.184037641,0.844934762,0.640916228,0.28133598,0.525867641 -Morocco,Middle East and North Africa,2013,5.142160416,8.756592751,0.597165704,62.97999954,0.571629941,-0.207794234,0.771112204,0.707146108,0.239409268,0.383581281 -Morocco,Middle East and North Africa,2015,5.163156986,8.947375298,0.605917633,63.29999924,0.712933421,-0.235815093,0.841856956,0.596332312,0.261803716, -Morocco,Middle East and North Africa,2016,5.38630724,8.94012928,0.655409336,63.40000153,0.816556096,-0.245281562,0.717356145,0.658135533,0.205413148, -Morocco,Middle East and North Africa,2017,5.312482834,8.977351189,0.641193092,63.5,0.814258039,-0.224310145,0.840502441,0.50060904,0.322715908, -Morocco,Middle East and North Africa,2018,4.896791935,8.996167183,0.553759754,63.59999847,0.773180425,-0.243001193,0.843172729,0.574673593,0.415981561, -Morocco,Middle East and North Africa,2019,5.056751728,9.014033318,0.534804046,63.70000076,0.756747842,-0.253495485,0.756867409,0.534888625,0.409911573, -Morocco,Middle East and North Africa,2020,4.80261755,8.928771973,0.552520096,63.79999924,0.818995237,-0.235434562,0.802740276,0.548124075,0.256431192, -Morocco,Middle East and North Africa,2021,5.326248646,8.994469643,0.504563928,63.90000153,0.761806488,-0.201621071,0.817366838,0.554495931,0.340848327, -Morocco,Middle East and North Africa,2022,4.596093178,8.995898247,0.563577652,64,0.794705212,-0.25410822,0.802137673,0.57286942,0.414216459, -Mozambique,Africa,2006,4.594879627,6.791730404,0.878794909,44.81999969,0.684149206,0.038969543,0.757999182,0.602492452,0.326822996,0.556749046 -Mozambique,Africa,2007,4.832634926,6.84026432,0.747681141,45.24000168,0.643061817,0.071531974,0.854016304,0.626931012,0.240263566,0.591795087 -Mozambique,Africa,2008,4.65358305,6.884682178,0.755582809,45.65999985,0.514437497,0.003348546,0.864334643,0.611057937,0.27954641,0.541268408 -Mozambique,Africa,2011,4.971111774,6.996473789,0.817624569,46.91999817,0.639206827,-0.026565693,0.718758941,0.565073431,0.243416056,0.629928231 -Mozambique,Africa,2015,4.549767494,7.148315907,0.665858209,48.59999847,0.813229263,0.086979166,0.631573498,0.560135126,0.339584351,0.706727743 -Mozambique,Africa,2017,4.279863358,7.160251617,0.678463697,49.5,0.822670519,-0.031394843,0.682108939,0.6419999,0.353176504,0.759234369 -Mozambique,Africa,2018,4.653713703,7.16464138,0.738480449,49.95000076,0.896621585,0.047143135,0.691220403,0.62029469,0.397278726,0.832037926 -Mozambique,Africa,2019,4.932132721,7.158658028,0.742303729,50.40000153,0.869810224,0.071251377,0.681900442,0.587998033,0.384122759,0.794083238 -Mozambique,Africa,2021,5.178486824,7.112137318,0.664022684,51.29999924,0.838100493,0.046138112,0.62746644,0.575794935,0.383462697,0.731971681 -Mozambique,Africa,2022,4.739677429,7.120275497,0.710699916,51.75,0.884088099,0.047219496,0.687821686,0.628598392,0.350687921, -Myanmar,Asia,2012,4.438939571,8.066871643,0.612249672,58.15999985,0.691094279,0.649480462,0.694738686,0.573841095,0.205414414, -Myanmar,Asia,2013,4.175670624,8.134365082,0.75672549,58.63999939,0.775447607,0.694116473,0.637765765,0.675413072,0.217310622, -Myanmar,Asia,2014,4.786247253,8.204833984,0.774267435,59.11999893,0.870296836,0.702707887,0.591632962,0.713258445,0.111978769,0.88881582 -Myanmar,Asia,2015,4.223846436,8.229056358,0.752064288,59.59999847,0.80797106,0.69470036,0.633305192,0.729088902,0.271750778,0.777451694 -Myanmar,Asia,2016,4.623119831,8.321070671,0.793461978,59.92499924,0.877491176,0.683419466,0.607286572,0.671309054,0.301501393,0.924319088 -Myanmar,Asia,2017,4.154341698,8.369377136,0.795183837,60.25,0.886011839,0.65449208,0.618821502,0.616757214,0.282285541,0.82417655 -Myanmar,Asia,2018,4.410633087,8.424262047,0.773825943,60.57500076,0.906110823,0.495101869,0.646725893,0.640497804,0.300140351,0.878752649 -Myanmar,Asia,2019,4.43423748,8.482505798,0.762994885,60.90000153,0.899064302,0.563264906,0.681795835,0.638367534,0.285576224,0.850427508 -Myanmar,Asia,2020,4.431364059,8.506555557,0.795763254,61.22499847,0.824870706,0.471267819,0.646702111,0.699925065,0.289218217,0.850617349 -Myanmar,Asia,2021,4.314039707,8.302172661,0.779576421,61.54999924,0.631394386,0.511372387,0.671063483,0.636049151,0.267805815,0.305712879 -Namibia,Africa,2007,4.885587215,9.072697639,0.827623546,51.88000107,0.78104049,-0.104437009,0.839217842,0.769055605,0.159755886,0.819616973 -Namibia,Africa,2014,4.573991299,9.264313698,0.762783587,54.25999832,0.849354982,-0.188669682,0.790228367,0.722673059,0.238961443,0.779543757 -Namibia,Africa,2017,4.441306114,9.243317604,0.82833904,55.34999847,0.810401857,-0.195031375,0.831302881,0.697479606,0.277252167,0.745853603 -Namibia,Africa,2018,4.834087849,9.236609459,0.864214778,55.72499847,0.75390476,-0.174188748,0.845942497,0.696077943,0.240249082,0.62446779 -Namibia,Africa,2019,4.435811043,9.211297989,0.844592154,56.09999847,0.739034534,-0.179359481,0.879070699,0.643716514,0.256160736,0.559563875 -Namibia,Africa,2020,4.451010227,9.110319138,0.740570307,56.47499847,0.665681958,-0.107202545,0.810354829,0.652413011,0.247542083,0.587262332 -Namibia,Africa,2021,4.491207123,9.120174408,0.80780077,56.84999847,0.658505261,-0.149577275,0.828966737,0.643536866,0.230259106,0.529419482 -Namibia,Africa,2022,4.948962688,9.131615639,0.807958961,57.22499847,0.6825279,-0.119649537,0.848729193,0.675756395,0.261423469, -Nepal,South Asia,2006,4.566594601,7.734345436,0.873681068,59.65999985,0.689295828,,0.897136629,0.582539678,0.170838207,0.427687317 -Nepal,South Asia,2007,4.74828434,7.760577679,0.786707699,59.72000122,0.413320839,0.306051701,0.890811265,0.501775265,0.152297929,0.323672026 -Nepal,South Asia,2008,4.440526485,7.813568115,0.81765765,59.77999878,0.617604792,0.279705197,0.900028765,0.589481413,0.153098494,0.681050479 -Nepal,South Asia,2009,4.91686821,7.852507114,0.813067853,59.84000015,0.616153777,0.032517023,0.949701965,0.484039843,0.215433761,0.415181667 -Nepal,South Asia,2010,4.349675179,7.894578457,0.779038072,59.90000153,0.519062638,0.08053112,0.910801888,0.538355172,0.225972995,0.45481205 -Nepal,South Asia,2011,3.809444666,7.924372196,0.740979373,59.95999908,0.524797678,-0.020626685,0.934563756,0.530136704,0.207358956,0.328487307 -Nepal,South Asia,2012,4.233244896,7.967660427,0.733602345,60.02000046,0.637778401,0.059689924,0.88349402,0.53831917,0.231070802,0.439799935 -Nepal,South Asia,2013,4.604576588,8.000445366,0.740098953,60.08000183,0.72226578,0.140699059,0.877340496,0.495773941,0.279263556,0.453570306 -Nepal,South Asia,2014,4.975014687,8.055885315,0.785883367,60.13999939,0.711877644,0.110994354,0.840685844,0.492254227,0.287447155,0.588195622 -Nepal,South Asia,2015,4.812436581,8.089492798,0.74761188,60.20000076,0.763447225,0.217327312,0.823508382,0.444045782,0.358234376,0.469293684 -Nepal,South Asia,2016,5.099539757,8.084770203,0.837043643,60.47499847,0.839488447,0.158348456,0.81711489,0.523476124,0.369661748,0.490016222 -Nepal,South Asia,2017,4.736692429,8.159239769,0.816383302,60.75,0.84514761,0.122933917,0.770177126,0.462730408,0.375977933,0.559578538 -Nepal,South Asia,2018,4.910086632,8.221292496,0.768335521,61.02500153,0.770093679,0.110457495,0.741752803,0.457212508,0.386792421,0.648398161 -Nepal,South Asia,2019,5.448724747,8.274377823,0.772273064,61.29999924,0.790347695,0.154957801,0.711842477,0.443902969,0.357100308,0.631985188 -Nepal,South Asia,2020,5.982410431,8.232653618,0.787215233,61.57500076,0.771715939,0.137670934,0.811892331,0.479671746,0.336939007,0.468227863 -Nepal,South Asia,2021,4.622300148,8.25112915,0.698646426,61.84999847,0.817544639,0.147184625,0.769947886,0.414381087,0.35387665,0.617541671 -Nepal,South Asia,2022,5.47417593,8.28515625,0.753276348,62.125,0.844221771,0.153193608,0.760407746,0.472944528,0.341525853, -Netherlands,Europe,2005,7.463979244,10.80906963,0.947357953,70.69999695,0.901007771,,0.57134223,0.700739443,0.232794717,0.429006547 -Netherlands,Europe,2007,7.451879501,10.87634659,0.943854094,70.77999878,0.896018088,0.34030652,0.445436567,0.718050301,0.213335603,0.661945999 -Netherlands,Europe,2008,7.631011963,10.89392567,0.944202244,70.81999969,0.883287251,0.361144722,0.418940485,0.67915082,0.181690425,0.617428839 -Netherlands,Europe,2010,7.501875877,10.85963345,0.956536889,70.90000153,0.921448231,0.345319569,0.398591846,0.745190442,0.206079304,0.636186302 -Netherlands,Europe,2011,7.563797951,10.87036133,0.938396096,70.94000244,0.92543155,0.331632972,0.359395891,0.770457447,0.181386188,0.603366792 -Netherlands,Europe,2012,7.470715523,10.85630417,0.938884676,70.98000336,0.877118647,0.284096241,0.433753788,0.752868414,0.226289868,0.574513912 -Netherlands,Europe,2013,7.406550407,10.85205364,0.924705446,71.01999664,0.918995857,0.30050984,0.504529953,0.764698267,0.23544322,0.542986929 -Netherlands,Europe,2014,7.32118845,10.86258888,0.908995748,71.05999756,0.910179615,0.327282339,0.45694837,0.775612891,0.220656529,0.525242269 -Netherlands,Europe,2015,7.324437141,10.87755871,0.879010439,71.09999847,0.903978765,0.257405758,0.41182211,0.742387831,0.202128634,0.579621017 -Netherlands,Europe,2016,7.540877342,10.89391708,0.925944209,71.17500305,0.907310009,0.234609216,0.43330425,0.73700738,0.214850739,0.572273314 -Netherlands,Europe,2017,7.458965302,10.91669846,0.936501324,71.25,0.920319736,0.246365696,0.363133639,0.729161143,0.184519842,0.669553638 -Netherlands,Europe,2018,7.463097095,10.93419456,0.939443171,71.32499695,0.919985175,0.157564297,0.370557785,0.747976542,0.204794183,0.656541049 -Netherlands,Europe,2019,7.42526865,10.94701099,0.941477478,71.40000153,0.88559252,0.208546594,0.360068113,0.728164434,0.230502278,0.616572261 -Netherlands,Europe,2020,7.504447937,10.90181923,0.943956137,71.47499847,0.934522629,0.146807,0.280604511,0.690658092,0.246511325,0.780745983 -Netherlands,Europe,2021,7.314151287,10.94407082,0.918759406,71.55000305,0.85629344,0.267292023,0.396572888,0.714353323,0.201159164,0.584738791 -Netherlands,Europe,2022,7.38963604,10.980937,0.928908408,71.625,0.868093491,0.224343896,0.459351808,0.711127639,0.198002592, -New Zealand,Oceania,2006,7.305014133,10.54080963,0.946047485,69.72000122,0.932080269,0.306319982,0.224220231,0.824703038,0.218773201,0.626480997 -New Zealand,Oceania,2007,7.604173183,10.56131744,0.966532767,69.73999786,0.878218889,0.273508996,0.294616222,0.80339241,0.237997055,0.586442232 -New Zealand,Oceania,2008,7.38117075,10.54165363,0.944274664,69.76000214,0.893072486,0.292630374,0.333750874,0.784192085,0.23188065,0.464786351 -New Zealand,Oceania,2010,7.223756313,10.53431034,0.975642204,69.80000305,0.917752504,0.249289364,0.32074818,0.782820702,0.234758481,0.639135182 -New Zealand,Oceania,2011,7.190638065,10.54895306,0.953649879,69.81999969,0.934768736,0.279310256,0.269330204,0.78369844,0.210149646,0.635153055 -New Zealand,Oceania,2012,7.249629974,10.56567574,0.930028617,69.83999634,0.901853085,0.282304674,0.289297938,0.785510421,0.20687817,0.61469996 -New Zealand,Oceania,2013,7.280151844,10.584589,0.958153486,69.86000061,0.944000423,0.231904894,0.312235802,0.777919173,0.151396915,0.543508649 -New Zealand,Oceania,2014,7.305892467,10.60542393,0.942380846,69.87999725,0.931882441,0.342819035,0.272608608,0.807100952,0.199018866,0.629681349 -New Zealand,Oceania,2015,7.418120861,10.62182236,0.98734349,69.90000153,0.941784263,0.324307948,0.185888708,0.7945081,0.159829989,0.620907664 -New Zealand,Oceania,2016,7.225687981,10.63634491,0.93660289,69.97499847,0.926576018,0.260531038,0.278270781,0.776531398,0.207413629,0.569690168 -New Zealand,Oceania,2017,7.32718277,10.65061474,0.95492065,70.05000305,0.942279458,0.288717002,0.221887484,0.762818158,0.171716571,0.609015465 -New Zealand,Oceania,2018,7.370285988,10.66574287,0.953862727,70.125,0.94930017,0.115251094,0.206580222,0.785058856,0.16795145,0.64246124 -New Zealand,Oceania,2019,7.205174446,10.67151928,0.938821197,70.19999695,0.912042379,0.152174622,0.233831227,0.765042603,0.19117637,0.67520082 -New Zealand,Oceania,2020,7.257381916,10.63686562,0.951990783,70.27500153,0.918154597,0.118488289,0.282767951,0.795894742,0.208541051,0.628641069 -New Zealand,Oceania,2021,7.13670063,10.66698742,0.949832201,70.34999847,0.910249829,0.219179839,0.252423555,0.747143626,0.206175357,0.634897828 -New Zealand,Oceania,2022,6.974986553,10.68169308,0.955588818,70.42500305,0.830677867,0.1867235,0.280524433,0.706345737,0.210213482, -Nicaragua,South America,2006,4.460158348,8.395245552,0.877170146,64.30000305,0.745456338,0.007597657,0.844391346,0.780207157,0.294415772,0.216072738 -Nicaragua,South America,2007,4.944090843,8.430822372,0.866213024,64.40000153,0.835559726,0.138307139,0.825798512,0.786737442,0.287482113,0.407228738 -Nicaragua,South America,2008,5.103827477,8.450391769,0.857186258,64.5,0.790831089,0.073446713,0.818949223,0.770376146,0.289344728,0.336719424 -Nicaragua,South America,2009,5.352804661,8.402441025,0.834688067,64.59999847,0.746065021,0.068297677,0.794486761,0.739845395,0.299064666,0.372536182 -Nicaragua,South America,2010,5.68669939,8.430953979,0.86315155,64.69999695,0.791773319,0.01633632,0.801728904,0.749126315,0.268023372,0.403349727 -Nicaragua,South America,2011,5.385705471,8.477496147,0.800305128,64.80000305,0.778591037,-0.021448839,0.760242522,0.747022092,0.309018821,0.539968431 -Nicaragua,South America,2012,5.448006153,8.525717735,0.894054413,64.90000153,0.850304902,0.015351702,0.643578768,0.761726439,0.254660487,0.573395669 -Nicaragua,South America,2013,5.772274971,8.559204102,0.868216038,65,0.859149039,0.037440754,0.636246741,0.799891829,0.270609558,0.609894693 -Nicaragua,South America,2014,6.275266647,8.591464996,0.838567436,65.09999847,0.817320645,0.10235329,0.698808014,0.78232944,0.333935738,0.584542394 -Nicaragua,South America,2015,5.924112797,8.623893738,0.826908529,65.19999695,0.809259176,0.075562447,0.727998376,0.771062553,0.345594645,0.603455484 -Nicaragua,South America,2016,6.012739658,8.654230118,0.852702439,65.27500153,0.716534257,0.037869927,0.731464922,0.786971927,0.380347282,0.586549759 -Nicaragua,South America,2017,6.476356506,8.685310364,0.83804369,65.34999847,0.922162771,0.008711821,0.672963321,0.793321192,0.308447897,0.590425193 -Nicaragua,South America,2018,5.81895256,8.637042999,0.854276538,65.42500305,0.797056854,0.007334274,0.712824762,0.742867589,0.408349842,0.343466878 -Nicaragua,South America,2019,6.112545013,8.584662437,0.873863935,65.5,0.882678449,0.027582021,0.62198174,0.790255427,0.337012976,0.514429927 -Nicaragua,South America,2020,6.28689003,8.552893639,0.855702758,65.57499695,0.817625225,0.040343624,0.631003439,0.775327206,0.315903068,0.50515604 -Nicaragua,South America,2021,6.095348835,8.637417793,0.848263025,65.65000153,0.904980481,0.023330038,0.674668729,0.798928738,0.292643428,0.589501441 -Nicaragua,South America,2022,6.39225769,8.664050102,0.844041824,65.72499847,0.913993657,-0.001197587,0.570191979,0.787344217,0.338743955, -Niger,Africa,2006,3.736951828,6.872498035,0.677165508,50.13999939,0.750336349,0.076448418,0.754975379,0.745853782,0.179303586,0.600507081 -Niger,Africa,2007,4.277402401,6.867029667,0.725712836,50.58000183,0.584067166,-0.055902552,0.747563601,0.722617865,0.158482313,0.470700443 -Niger,Africa,2008,4.235657215,6.904775143,0.60663867,51.02000046,0.648728073,-0.054904167,0.748752594,0.689175248,0.19388248,0.495378584 -Niger,Africa,2009,4.267169952,6.887199402,0.771265149,51.45999908,0.880042136,-0.008824375,0.483152986,0.714190245,0.115248479,0.584044814 -Niger,Africa,2010,4.101016045,6.932192802,0.654964983,51.90000153,0.817219734,-0.023482436,0.528980315,0.71503073,0.125837803,0.779490769 -Niger,Africa,2011,4.555829525,6.918029308,0.817660689,52.34000015,0.779515266,-0.055877484,0.549093366,0.709998012,0.166154444,0.7923069 -Niger,Africa,2012,3.798088312,6.980211735,0.700107574,52.77999878,0.734430909,-0.064103708,0.777340889,0.582121611,0.141553044,0.534528375 -Niger,Africa,2013,3.716329813,6.993816376,0.695813596,53.22000122,0.825387061,-0.077934362,0.710963428,0.639400542,0.208130196,0.641753078 -Niger,Africa,2014,4.180943489,7.020313263,0.752533853,53.65999985,0.687634289,-0.046983983,0.60472846,0.628695428,0.20466128,0.579107881 -Niger,Africa,2015,3.671453714,7.025013924,0.713019609,54.09999847,0.728128314,-0.032866538,0.702549696,0.664707303,0.218422577,0.576022983 -Niger,Africa,2016,4.234645844,7.042164326,0.682828248,54.45000076,0.701927304,-0.016512172,0.814493895,0.646426618,0.325441957,0.572467506 -Niger,Africa,2017,4.615673542,7.052698135,0.582109571,54.79999924,0.68355757,-0.031041803,0.777660012,0.698577642,0.426522374,0.601117253 -Niger,Africa,2018,5.164007187,7.084448814,0.612025678,55.15000153,0.790665627,0.007915767,0.637166798,0.758703887,0.502554536,0.747923851 -Niger,Africa,2019,5.003544331,7.104510307,0.67695874,55.5,0.83136189,0.024871085,0.728855133,0.79381007,0.304438263,0.730674267 -Niger,Africa,2022,4.501331329,7.090983391,0.586930454,56.54999924,0.792574704,0.032293987,0.740086973,0.786504447,0.366278619, -Nigeria,Africa,2006,4.709745884,8.313640594,0.73517859,50.22000122,0.649139762,0.083538376,0.870748997,0.771529913,0.17823717,0.245243251 -Nigeria,Africa,2007,4.890419483,8.350374222,0.717703819,50.54000092,0.635073245,0.135102481,0.918391883,0.81472975,0.14140293,0.389237761 -Nigeria,Africa,2008,4.938560486,8.388632774,0.779640496,50.86000061,0.584221542,0.117759235,0.891890109,0.755055308,0.244094297,0.455402017 -Nigeria,Africa,2009,4.980220318,8.438661575,0.72208178,51.18000031,0.53672111,0.066227272,0.913195729,0.730262756,0.225123048,0.232548922 -Nigeria,Africa,2010,4.760275841,8.488230705,0.823823035,51.5,0.565351069,0.065344058,0.910719037,0.758521974,0.19034341,0.288010925 -Nigeria,Africa,2012,5.492954254,8.526246071,0.817579567,52.13999939,0.651688874,0.065138884,0.900431395,0.781706154,0.209099486,0.303561687 -Nigeria,Africa,2013,4.81786871,8.563854218,0.662943304,52.45999908,0.621587694,0.049351502,0.905309319,0.651861787,0.286345929,0.303507507 -Nigeria,Africa,2015,4.932914734,8.599528313,0.811647654,53.09999847,0.680470288,-0.03668971,0.926109254,0.714879394,0.25118956,0.41035831 -Nigeria,Africa,2016,5.219567776,8.558156967,0.804766953,53.42499924,0.797690511,0.041710131,0.904706836,0.745246053,0.2518363,0.414326072 -Nigeria,Africa,2017,5.321928024,8.540910721,0.733468533,53.75,0.825905561,0.122913167,0.834891975,0.682211101,0.235968769,0.558790743 -Nigeria,Africa,2018,5.252288342,8.534989357,0.740854204,54.07500076,0.789881051,-0.011638634,0.865602672,0.761656404,0.256469876,0.45174095 -Nigeria,Africa,2019,4.266484261,8.532351494,0.734995186,54.40000153,0.746269286,0.021866294,0.873035729,0.698242903,0.229003847,0.399433285 -Nigeria,Africa,2020,5.502948284,8.489839554,0.739289463,54.72499847,0.713061512,0.096645422,0.912774444,0.737175941,0.315886825,0.309500486 -Nigeria,Africa,2021,4.47926569,8.501598358,0.741560102,55.04999924,0.725732863,0.05000848,0.911945105,0.666297317,0.188105255,0.252334535 -North Macedonia,Europe,2007,4.493598461,9.434601784,0.810537934,64.66000366,0.439399779,0.075269647,0.869545937,0.558355927,0.251122892,0.40461275 -North Macedonia,Europe,2009,4.428021908,9.480810165,0.734430969,64.81999969,0.552173734,-0.046418175,0.843915761,0.487668097,0.370053828, -North Macedonia,Europe,2010,4.180202007,9.511734962,0.68685478,64.90000153,0.513183951,-0.062831566,0.856452644,0.472753972,0.313819051, -North Macedonia,Europe,2011,4.898180008,9.533145905,0.784300089,64.98000336,0.607463241,-0.091556266,0.865062475,0.503090858,0.36275062, -North Macedonia,Europe,2012,4.639647484,9.527357101,0.798305035,65.05999756,0.613055706,-0.088671833,0.919845164,0.550912976,0.421751916,0.369646579 -North Macedonia,Europe,2013,5.186190605,9.554741859,0.832253754,65.13999939,0.640952647,0.020365,0.860541105,0.521264255,0.330875665,0.430279344 -North Macedonia,Europe,2014,5.203825951,9.58872509,0.792998135,65.22000122,0.64474082,0.030431407,0.860599697,0.582850993,0.306998342,0.440928251 -North Macedonia,Europe,2015,4.975589752,9.625226974,0.766368151,65.30000305,0.660318911,-0.050758671,0.824178994,0.550810456,0.299022079,0.367435127 -North Macedonia,Europe,2016,5.34574604,9.652217865,0.871212244,65.5,0.706179321,0.075623147,0.869719028,0.587329805,0.292294681,0.256954134 -North Macedonia,Europe,2017,5.233866692,9.662007332,0.79995513,65.69999695,0.752106607,-0.062972344,0.855697274,0.446869999,0.299390584,0.442916453 -North Macedonia,Europe,2018,5.239834785,9.689579964,0.84891516,65.90000153,0.744800925,-0.045637872,0.909934342,0.511837602,0.298352867,0.396141589 -North Macedonia,Europe,2019,5.015485287,9.727708817,0.814638495,66.09999847,0.724710405,0.019857395,0.922597229,0.515054047,0.303605884,0.265988678 -North Macedonia,Europe,2020,5.053664207,9.666660309,0.750374198,66.30000305,0.787284732,0.129589304,0.877421141,0.541942358,0.365126073,0.324631155 -North Macedonia,Europe,2021,5.534749985,9.709133148,0.808856964,66.5,0.79296577,0.19125995,0.884325325,0.563352823,0.303365707,0.359121591 -North Macedonia,Europe,2022,5.166881561,9.73342514,0.849509358,66.69999695,0.72308898,0.071886517,0.93721509,0.554965317,0.277090907, -Norway,Europe,2006,7.415682316,11.04845715,0.958511293,69.40000153,0.959532738,0.102744296,0.397150129,0.766967356,0.197113186,0.682717204 -Norway,Europe,2008,7.632287502,11.05990219,0.935878932,69.80000305,0.947288871,0.011978677,0.502776325,0.763017952,0.155095205,0.540759981 -Norway,Europe,2012,7.678277016,11.03473949,0.947657406,70.59999847,0.946565866,0.141395047,0.368042678,0.79849118,0.212821111,0.663340509 -Norway,Europe,2014,7.444470882,11.04116249,0.941161931,71,0.956316173,0.175213441,0.404825836,0.802207887,0.194354936,0.699690521 -Norway,Europe,2015,7.603433609,11.0506916,0.946833968,71.19999695,0.947620511,0.251130641,0.298814356,0.796320975,0.209409878,0.586871624 -Norway,Europe,2016,7.596331596,11.05254078,0.959742844,71.25,0.954352319,0.12709035,0.409666121,0.809430182,0.209262192,0.657646239 -Norway,Europe,2017,7.578744888,11.06743145,0.950127661,71.30000305,0.953016818,0.230604947,0.249711379,0.800106227,0.202913806,0.717159748 -Norway,Europe,2018,7.444262028,11.07195663,0.965961933,71.34999847,0.960429013,0.088390358,0.268201441,0.78560704,0.21186237,0.679502964 -Norway,Europe,2019,7.442139626,11.07263565,0.941784024,71.40000153,0.954044461,0.105307363,0.270571798,0.781727433,0.195486501,0.597986996 -Norway,Europe,2020,7.290032387,11.05955124,0.955979943,71.44999695,0.964561105,0.069376923,0.271083295,0.777274728,0.216033921,0.829234183 -Norway,Europe,2021,7.361573696,11.09227848,0.947877407,71.5,0.936379194,0.167681649,0.263276964,0.769433558,0.20719704,0.773523211 -Norway,Europe,2022,7.294604301,11.1112957,0.92657131,71.55000305,0.939022839,0.184594572,0.314442098,0.758709848,0.211092442, -Oman,,2011,6.852982044,10.53862,,62.34000015,0.916293025,0.009673225,,,0.295164108, -Pakistan,South Asia,2005,5.224657536,8.25220871,0.590945721,53.20000076,0.629995883,,0.844436169,,0.237265706,0.58348304 -Pakistan,South Asia,2007,5.671460629,8.314320564,0.478887379,53.72000122,0.395642221,0.084207237,0.793795407,0.583407879,0.310367256,0.443334281 -Pakistan,South Asia,2008,4.413918972,8.309402466,0.372907877,53.97999954,0.335223645,0.095417768,0.847682595,0.532505095,0.320658326,0.409197897 -Pakistan,South Asia,2009,5.208146572,8.315033913,0.521746695,54.24000168,0.387697667,0.072141893,0.873649061,0.515629292,0.348705649,0.355925977 -Pakistan,South Asia,2010,5.786132813,8.308447838,0.571315944,54.5,0.364205927,0.295465052,0.8516559,0.52664572,0.371941417,0.30821377 -Pakistan,South Asia,2011,5.267186165,8.314452171,0.509884119,54.75999832,0.375822634,0.024724497,0.857177615,0.472562015,0.357800812,0.275174707 -Pakistan,South Asia,2012,5.131565094,8.330942154,0.542038023,55.02000046,0.366844118,0.159679741,0.842024505,0.51005733,0.332447737,0.228680417 -Pakistan,South Asia,2013,5.138082504,8.358598709,0.607087076,55.27999878,0.447909594,0.093922131,0.791835248,0.474416286,0.273709893,0.260006875 -Pakistan,South Asia,2014,5.435657978,8.390193939,0.551683307,55.54000092,0.543138504,0.134356797,0.676927507,0.475317448,0.295479774,0.425877184 -Pakistan,South Asia,2015,4.823194981,8.423455238,0.561720133,55.79999924,0.586546242,0.078667432,0.716641188,0.469451874,0.328646719,0.45958823 -Pakistan,South Asia,2016,5.548508167,8.465209007,0.626921296,56.07500076,0.634182811,0.087437429,0.79253006,0.502840996,0.33161667,0.455683172 -Pakistan,South Asia,2017,5.830870628,8.495299339,0.690263569,56.34999847,0.712657094,0.038073882,0.713928223,0.488859296,0.308341086,0.557435155 -Pakistan,South Asia,2018,5.471553802,8.539626122,0.685059488,56.625,0.77256912,0.061125979,0.798841655,0.469722837,0.376706064,0.58938849 -Pakistan,South Asia,2019,4.442717552,8.548215866,0.617295742,56.90000153,0.684675574,0.114548564,0.775998056,0.488940775,0.424240083,0.511037052 -Pakistan,South Asia,2020,4.623969078,8.518063545,0.594273567,57.17499924,0.767367244,0.005707503,0.832585573,0.470246613,0.375722438, -Pakistan,South Asia,2021,4.486834526,8.562576294,0.608395636,57.45000076,0.763992071,0.009923469,0.742719173,0.517665982,0.307363391, -Panama,South America,2006,6.127988338,9.770547867,0.950980365,66.86000061,0.882047236,-0.051021133,0.911755919,0.825811207,0.232062608,0.360039532 -Panama,South America,2007,6.894139767,9.86519146,0.937078059,67.01999664,0.640218794,0.079144992,0.915287375,0.788677633,0.149341464,0.25014171 -Panama,South America,2008,6.930903435,9.940807343,0.922481298,67.18000031,0.707384586,0.055701271,0.88065052,0.776062965,0.150143132,0.310028732 -Panama,South America,2009,7.033740044,9.934996605,0.905028522,67.33999634,0.721393645,0.010465849,0.889423907,0.839467406,0.144200027,0.602612615 -Panama,South America,2010,7.3214674,9.973744392,0.92753309,67.5,0.754523695,-0.012504512,0.87982583,0.840976536,0.146368757,0.536404312 -Panama,South America,2011,7.24808073,10.06313229,0.876284182,67.66000366,0.829012871,0.004947089,0.839684486,0.852716744,0.179641321,0.461056739 -Panama,South America,2012,6.859835625,10.13864231,0.89739114,67.81999969,0.783182502,-0.005850897,0.795796633,0.83766222,0.206641346,0.361556232 -Panama,South America,2013,6.86648035,10.18779659,0.895719826,67.98000336,0.811337948,0.014273376,0.814464629,0.859786928,0.225745514,0.418275893 -Panama,South America,2014,6.631171227,10.21977806,0.87347424,68.13999939,0.893915117,-0.001901733,0.846593857,0.798749387,0.253815651,0.4400675 -Panama,South America,2015,6.605550289,10.25811291,0.88261503,68.30000305,0.846669197,-0.011002043,0.809942901,0.777305126,0.263825864,0.375584841 -Panama,South America,2016,6.117638111,10.28911209,0.882460237,68.40000153,0.884479761,-0.106509373,0.836976767,0.812744737,0.244131789,0.329894483 -Panama,South America,2017,6.567658901,10.3263464,0.911904812,68.5,0.899573505,-0.173644096,0.840777099,0.795368135,0.242319331,0.390996099 -Panama,South America,2018,6.281434059,10.34578705,0.904389799,68.59999847,0.861448109,-0.134812459,0.83693099,0.840996861,0.222598746,0.277477711 -Panama,South America,2019,6.085955143,10.35912609,0.885721385,68.69999695,0.882961094,-0.203115135,0.868827522,0.840836167,0.243566602,0.406914115 -Panama,South America,2021,6.552778721,10.2763586,0.898621261,68.90000153,0.810681999,-0.146257266,0.861062586,0.834382474,0.217544228,0.334807962 -Panama,South America,2022,5.979382038,10.33345413,0.891045928,69,0.89932853,-0.120660797,0.886835337,0.820656359,0.259239286, -Paraguay,South America,2006,4.730082035,9.153956413,0.895427763,64.87999725,0.691021681,0.05841906,0.840989172,0.751927376,0.302746117,0.305137634 -Paraguay,South America,2007,5.272461414,9.196781158,0.862656415,64.95999908,0.698987842,0.124006636,0.929890692,0.811656475,0.218698904,0.174151406 -Paraguay,South America,2008,5.570061684,9.249930382,0.889281452,65.04000092,0.649068773,0.048225787,0.891085148,0.797779143,0.259037822,0.23880963 -Paraguay,South America,2009,5.576147079,9.237194061,0.900353849,65.12000275,0.717870176,0.018732274,0.857340276,0.803005695,0.186126411,0.520752966 -Paraguay,South America,2010,5.841174126,9.330898285,0.889152765,65.19999695,0.726262391,0.067511752,0.779914618,0.82604146,0.175859466,0.479620606 -Paraguay,South America,2011,5.677080631,9.359894753,0.869149685,65.27999878,0.665864289,0.181740329,0.755997002,0.823038757,0.190262824,0.367264926 -Paraguay,South America,2012,5.820058346,9.339297295,0.931004941,65.36000061,0.748206615,0.190827385,0.77365911,0.849250019,0.212838635,0.296063691 -Paraguay,South America,2013,5.936240673,9.405164719,0.938647211,65.44000244,0.908905864,0.036824789,0.902550995,0.873760998,0.223824456,0.372237712 -Paraguay,South America,2014,5.118641853,9.442753792,0.959249556,65.51999664,0.759396434,-0.010683792,0.762375772,0.876032054,0.215778142,0.193541795 -Paraguay,South America,2015,5.559724331,9.457676888,0.914199054,65.59999847,0.806124747,-0.016516497,0.862888277,0.831519663,0.218508467,0.181174591 -Paraguay,South America,2016,5.801380157,9.485220909,0.93986696,65.65000153,0.853534281,-0.079839841,0.756116271,0.833231986,0.197176188,0.284559757 -Paraguay,South America,2017,5.71329546,9.51813221,0.902042508,65.69999695,0.891171455,-0.005620983,0.809900761,0.820329726,0.231783673,0.381784081 -Paraguay,South America,2019,5.652625561,9.518539429,0.892487168,65.80000305,0.876052618,0.019861795,0.881786108,0.790478528,0.275186718,0.212079674 -Paraguay,South America,2020,5.501248837,9.49682045,0.906508625,65.84999847,0.865221083,0.056183871,0.828658342,0.766731083,0.269218802,0.225703374 -Paraguay,South America,2021,5.575535297,9.524250031,0.907541871,65.90000153,0.887960792,0.016907537,0.856721044,0.806078374,0.248322532,0.290166408 -Paraguay,South America,2022,6.137611866,9.508264542,0.89949137,65.94999695,0.921780527,-0.011156131,0.839272022,0.820756733,0.237517416, -Peru,South America,2006,4.810845375,8.979471207,0.874649584,66.45999908,0.667579174,-0.073277101,0.895347834,0.675224841,0.419590116,0.16573818 -Peru,South America,2007,5.213962078,9.053523064,0.756369531,66.72000122,0.638496518,-0.079749845,0.930640996,0.730208516,0.361295253,0.224221662 -Peru,South America,2008,5.129230976,9.133691788,0.777106822,66.98000336,0.637672365,-0.069366053,0.89643985,0.701445818,0.353949875,0.173054844 -Peru,South America,2009,5.518846989,9.137562752,0.79869628,67.23999786,0.638375103,-0.081504524,0.880333722,0.757985055,0.320298076,0.174843535 -Peru,South America,2010,5.612785339,9.21003437,0.811914384,67.5,0.756706417,-0.062908716,0.880594134,0.744028509,0.330243468,0.192308694 -Peru,South America,2011,5.892457485,9.26293087,0.756304562,67.76000214,0.772759497,-0.125832319,0.823664963,0.74246645,0.330921263,0.293339759 -Peru,South America,2012,5.824557304,9.313336372,0.764071584,68.01999664,0.703000546,-0.081857793,0.866837919,0.705466568,0.397958517,0.272202104 -Peru,South America,2013,5.782557487,9.360538483,0.796768486,68.27999878,0.703041255,-0.068572894,0.869899273,0.74146831,0.390038222,0.219155595 -Peru,South America,2014,5.865815639,9.373643875,0.818986952,68.54000092,0.722352386,-0.13883011,0.877822161,0.743211806,0.319337994,0.240083769 -Peru,South America,2015,5.577263355,9.39392662,0.798418343,68.80000305,0.802269042,-0.092555217,0.883730412,0.743743539,0.37830466,0.179047555 -Peru,South America,2016,5.700628757,9.419086456,0.802856445,68.97499847,0.829843879,-0.13672325,0.86591959,0.791096807,0.338006854,0.281923383 -Peru,South America,2017,5.710936546,9.428893089,0.830123365,69.15000153,0.826552153,-0.157149538,0.895384133,0.767763197,0.393873721,0.254595339 -Peru,South America,2018,5.679661274,9.44906044,0.84530139,69.32499695,0.829641998,-0.181171566,0.906244636,0.783017695,0.380032867,0.202403098 -Peru,South America,2019,5.999381542,9.452122688,0.809075952,69.5,0.814805925,-0.132277295,0.873601913,0.793809652,0.374985486,0.230489925 -Peru,South America,2020,4.994379044,9.321605682,0.748887837,69.67500305,0.805973649,-0.091480441,0.911601484,0.736464798,0.481483608,0.170750022 -Peru,South America,2021,5.694317818,9.43465519,0.818539441,69.84999847,0.811777532,-0.08730986,0.879913747,0.783769429,0.368650228,0.30032289 -Peru,South America,2022,5.892068863,9.448805809,0.822743475,70.02500153,0.764267087,-0.177565202,0.88399142,0.755063951,0.378050268, -Philippines,Asia,2006,4.669945717,8.561695099,0.795313299,61.36000061,0.828273118,0.06099581,0.841298819,0.75597924,,0.571570992 -Philippines,Asia,2007,5.073562145,8.606146812,0.800711393,61.41999817,0.851566434,-0.023918567,0.880245566,0.736458659,0.378187776,0.624720573 -Philippines,Asia,2008,4.589065075,8.629970551,0.798442245,61.47999954,0.860842586,0.08057484,0.816584587,0.773812234,0.384014696,0.566654027 -Philippines,Asia,2009,4.879910946,8.62594986,0.775170922,61.54000092,0.87360549,0.001656797,0.804578125,0.791430533,0.311330199,0.598850965 -Philippines,Asia,2010,4.941514015,8.678712845,0.804861128,61.59999847,0.893350542,0.031058431,0.812448382,0.828575552,0.293918312,0.554057181 -Philippines,Asia,2011,4.993956566,8.698753357,0.788763285,61.65999985,0.882837474,0.070581667,0.782946467,0.807783842,0.358326375,0.722774804 -Philippines,Asia,2012,5.001965046,8.748012543,0.812921703,61.72000122,0.914499581,0.050657127,0.771167636,0.811441779,0.35112527,0.758208573 -Philippines,Asia,2013,4.976925373,8.796467781,0.846413136,61.77999878,0.907458425,0.019095086,0.756388545,0.795774877,0.331957966,0.751474738 -Philippines,Asia,2014,5.312550068,8.841845512,0.813300192,61.84000015,0.902185738,-0.017415673,0.787219465,0.787262917,0.334036529,0.687083423 -Philippines,Asia,2015,5.547489166,8.886696815,0.853588581,61.90000153,0.911533594,-0.053213272,0.755191565,0.796321929,0.350587666,0.668413937 -Philippines,Asia,2016,5.430832863,8.938013077,0.821298718,61.92499924,0.907595754,-0.073148958,0.791962206,0.807433665,0.290232718,0.771626711 -Philippines,Asia,2017,5.594270229,8.987416267,0.851028562,61.95000076,0.925703108,-0.143116161,0.711165547,0.753483713,0.340621501,0.83773005 -Philippines,Asia,2018,5.869172573,9.031899452,0.845803261,61.97499847,0.917808175,-0.109501414,0.726483345,0.75618434,0.393481076,0.802007139 -Philippines,Asia,2019,6.267745018,9.074733734,0.84509474,62,0.909598589,-0.084004894,0.748442113,0.764526367,0.340569496,0.79500258 -Philippines,Asia,2020,5.079585075,8.958444595,0.781140387,62.02500153,0.932041705,-0.110944264,0.744283676,0.792735636,0.326889008,0.802727103 -Philippines,Asia,2021,5.96505785,8.99896431,0.778192103,62.04999924,0.905275464,-0.008972425,0.72116226,0.789731145,0.322941482,0.763208687 -Poland,Europe,2005,5.587209225,9.843979836,0.921527624,66.19999695,0.782473147,,0.982930899,0.610625982,0.282439232,0.06876874 -Poland,Europe,2007,5.886137486,9.972894669,0.912639678,66.55999756,0.772223353,-0.050559837,0.925285518,0.665473282,0.237598762,0.187883481 -Poland,Europe,2009,5.772027493,10.04115105,0.916798174,66.91999817,0.820649087,0.069927923,0.897762001,0.649224102,0.245965257,0.284511507 -Poland,Europe,2010,5.887029648,10.07293129,0.95506531,67.09999847,0.794900477,-0.00119025,0.904697299,0.685517788,0.234237015,0.333801061 -Poland,Europe,2011,5.646204948,10.12158489,0.904578626,67.27999878,0.868148923,-0.069783367,0.907953143,0.658624232,0.223810226,0.27237618 -Poland,Europe,2012,5.87593174,10.13692188,0.935923874,67.45999908,0.811301708,-0.029424023,0.887895823,0.710892498,0.266746789,0.268628746 -Poland,Europe,2013,5.746131897,10.14605427,0.911934912,67.63999939,0.775931358,-0.13967891,0.915677428,0.674865067,0.241980955,0.163588136 -Poland,Europe,2014,5.750282288,10.18445492,0.923642278,67.81999969,0.875357091,-0.067119926,0.897741735,0.681014657,0.222643748,0.252522856 -Poland,Europe,2015,6.007021904,10.22802067,0.893090427,68,0.793462157,-0.096320622,0.810096323,0.630626798,0.240432039,0.211427912 -Poland,Europe,2016,6.162076473,10.25755787,0.91739881,68.17500305,0.870707512,-0.0941898,0.847753942,0.665538013,0.223536044,0.382713199 -Poland,Europe,2017,6.201268196,10.30755615,0.881854117,68.34999847,0.830842614,-0.125195861,0.639479935,0.565854669,0.203387797,0.502480447 -Poland,Europe,2018,6.111485004,10.36530972,0.863444209,68.52500153,0.870215118,-0.258324355,0.720451355,0.622175872,0.176010624,0.427517712 -Poland,Europe,2019,6.24209404,10.40909195,0.878268242,68.69999695,0.882885754,-0.234856516,0.696057379,0.612847447,0.168089688,0.497986019 -Poland,Europe,2020,6.139455318,10.39043522,0.95317173,68.875,0.767428696,-0.011896272,0.786873639,0.677396119,0.328937918,0.273116618 -Poland,Europe,2021,5.978068829,10.46068668,0.935534835,69.05000305,0.731805563,0.123874821,0.743913174,0.699575484,0.277231276,0.259251654 -Poland,Europe,2022,6.666265011,10.50880241,0.886446774,69.22499847,0.800018609,-0.206587344,0.667024732,0.593892157,0.140165836, -Portugal,Europe,2006,5.405246258,10.35852814,0.905289888,68.33999634,0.882068098,-0.182437301,0.880059004,0.646715462,0.333497614,0.452416807 -Portugal,Europe,2008,5.716966629,10.38306713,0.885925412,68.81999969,0.646464109,-0.221351773,0.932685852,0.666879535,0.309280723,0.339916795 -Portugal,Europe,2010,5.094525814,10.36716366,0.863906741,69.30000305,0.721036375,-0.109845571,0.947879434,0.681019306,0.265107363,0.263269573 -Portugal,Europe,2011,5.219997883,10.35152721,0.855960667,69.54000092,0.875092566,-0.176904023,0.961977124,0.670632899,0.279200882,0.20997645 -Portugal,Europe,2012,4.993962288,10.31416225,0.86603862,69.77999878,0.773821414,-0.100898668,0.959288418,0.6314798,0.370169967,0.230625153 -Portugal,Europe,2013,5.157688141,10.31038094,0.867180824,70.01999664,0.78803277,-0.122254021,0.946257353,0.664723635,0.347898155,0.17921339 -Portugal,Europe,2014,5.12691164,10.32366371,0.86182946,70.26000214,0.846810102,-0.130222365,0.94107008,0.663038433,0.357692271,0.227394462 -Portugal,Europe,2015,5.080866337,10.34556675,0.866213858,70.5,0.800440311,-0.166943058,0.941050768,0.629159272,0.370736867,0.217742205 -Portugal,Europe,2016,5.446637154,10.36871529,0.90463537,70.625,0.83806932,-0.22914277,0.922192395,0.659148574,0.326252729,0.354542404 -Portugal,Europe,2017,5.711499214,10.40561676,0.899984837,70.75,0.905065656,-0.179761603,0.880970538,0.607893229,0.294272572,0.501088142 -Portugal,Europe,2018,5.919822693,10.43531322,0.887113273,70.875,0.877404213,-0.265426725,0.87972784,0.645731986,0.317994744,0.520630658 -Portugal,Europe,2019,6.095473289,10.46154976,0.876082599,71,0.8823511,-0.238181174,0.915165603,0.675313532,0.299874753,0.43560499 -Portugal,Europe,2020,5.767792225,10.3738451,0.874990344,71.125,0.91313076,-0.242256343,0.867157161,0.613749206,0.382812679,0.614669442 -Portugal,Europe,2021,6.183014393,10.42449665,0.894941688,71.25,0.892121136,-0.20941405,0.872229338,0.628748119,0.284006834,0.576186419 -Portugal,Europe,2022,5.952542782,10.48707771,0.862344146,71.375,0.903218091,-0.137060419,0.892955482,0.638484597,0.316203803, -Qatar,,2009,6.417824268,11.43442631,0.894493103,64.36000061,0.864991903,0.231569901,0.183798134,0.672899783,0.258084506,0.888471901 -Qatar,,2010,6.849652767,11.5512085,,64.69999695,,0.096500166,,,, -Qatar,,2011,6.591604233,11.62518024,0.857350588,65.04000092,0.904687464,0.00154122,,0.660717309,0.327789903, -Qatar,,2012,6.611298561,11.6166687,0.838131666,65.37999725,0.924333632,0.149848491,,0.6826998,0.322181433, -Qatar,,2015,6.374529362,11.53245354,,66.40000153,,,,,, -Romania,Europe,2005,5.048648357,9.733084679,0.837685466,64.5,0.800120592,,0.956884563,0.576348126,0.345686913,0.27288717 -Romania,Europe,2007,5.393723965,9.900849342,0.736480415,64.86000061,0.685747743,-0.191933364,0.948706627,0.575024009,0.27662608,0.199743554 -Romania,Europe,2009,5.367565155,9.958084106,0.812449574,65.22000122,0.60582763,-0.200456828,0.96679461,0.544521034,0.270051271,0.231964737 -Romania,Europe,2010,4.909165859,9.924230576,0.689065635,65.40000153,0.565536737,-0.088908851,0.973686337,0.539418042,0.34447822,0.093852684 -Romania,Europe,2011,5.02275753,9.973329544,0.752606809,65.58000183,0.650402188,-0.145764992,0.964042604,0.500530779,0.294461548,0.116410844 -Romania,Europe,2012,5.166874886,9.996848106,0.740043104,65.76000214,0.644536138,-0.117408901,0.959486127,0.519568145,0.342614621,0.236376286 -Romania,Europe,2013,5.081584454,10.00325775,0.777552068,65.94000244,0.654542148,-0.132834226,0.95184356,0.540932298,0.32861948,0.241623357 -Romania,Europe,2014,5.726893425,10.04738331,0.75294137,66.12000275,0.754235506,-0.104587175,0.95832473,0.564956546,0.330687732,0.243379444 -Romania,Europe,2015,5.777491093,10.0831995,0.786967337,66.30000305,0.795847714,-0.144942254,0.961650968,0.627088487,0.311574161,0.246008784 -Romania,Europe,2016,5.96887064,10.11711121,0.809229195,66.42500305,0.8217206,-0.117664419,0.949044526,0.607439756,0.257763505,0.181354657 -Romania,Europe,2017,6.089904785,10.20167065,0.811240137,66.55000305,0.838586688,-0.162952572,0.925658047,0.632110655,0.230836198,0.298341334 -Romania,Europe,2018,6.150878906,10.26608753,0.81793046,66.67500305,0.84515959,-0.221662477,0.921170175,0.648865998,0.298453927,0.226351306 -Romania,Europe,2019,6.129942417,10.30916405,0.841905951,66.80000305,0.84754318,-0.225549594,0.954130709,0.604940474,0.243659228,0.160088375 -Romania,Europe,2020,6.785142422,10.27720261,0.869008839,66.92500305,0.863305271,-0.158914402,0.91769141,0.667786896,0.25570637,0.23219794 -Romania,Europe,2021,6.548725605,10.33452034,0.834509134,67.05000305,0.870957971,-0.184267014,0.928280115,0.673982322,0.264397413,0.192293614 -Romania,Europe,2022,6.436973572,10.40412903,0.83033675,67.17500305,0.836366534,-0.171969727,0.941487908,0.615097582,0.258411855, -Russia,Asia,2006,4.963742733,9.987711906,0.894707382,58.74000168,0.643388212,-0.309966475,0.935101748,0.533524811,0.232429147,0.37003988 -Russia,Asia,2007,5.222867489,10.07100296,0.88465637,59.18000031,0.592569709,-0.287217379,0.93346411,0.545877993,0.192846358,0.374115855 -Russia,Asia,2008,5.61875391,10.12213516,0.882316172,59.61999893,0.642778277,-0.308530867,0.924090385,0.570209742,0.165901884,0.557550251 -Russia,Asia,2009,5.158227921,10.04062366,0.908075571,60.06000137,0.61711514,-0.28683272,0.953601718,0.53951323,0.168979272,0.549765408 -Russia,Asia,2010,5.384773254,10.08419228,0.908814192,60.5,0.613159001,-0.299852997,0.936571956,0.567381263,0.171420962,0.51499486 -Russia,Asia,2011,5.388766289,10.12551403,0.883416891,60.93999863,0.625847578,-0.282352358,0.935130417,0.564264834,0.165234953,0.479574502 -Russia,Asia,2012,5.620735645,10.16328239,0.901295125,61.38000107,0.609104156,-0.296169847,0.937517941,0.562564373,0.173604488,0.452001721 -Russia,Asia,2013,5.537177563,10.17855549,0.880856991,61.81999969,0.661185563,-0.29289645,0.933804512,0.592296541,0.179923758,0.388303369 -Russia,Asia,2014,6.036976814,10.1680479,0.931755424,62.25999832,0.744332075,-0.268117189,0.869267285,0.616634369,0.151346922,0.640166044 -Russia,Asia,2015,5.995538712,10.14596653,0.924363256,62.70000076,0.685454726,-0.174599618,0.913418293,0.609346032,0.130005926,0.649233103 -Russia,Asia,2016,5.85494566,10.14606953,0.910927355,63.07500076,0.713606298,-0.184786379,0.925462723,0.586740851,0.142497227,0.584303796 -Russia,Asia,2017,5.578742981,10.16301918,0.896151304,63.45000076,0.73087424,-0.148514807,0.861590207,0.650563896,0.194560528,0.556597233 -Russia,Asia,2018,5.513500214,10.19078541,0.908726096,63.82500076,0.7292822,-0.150907248,0.865311563,0.615011394,0.198796302,0.45583874 -Russia,Asia,2019,5.440523624,10.21297646,0.910098851,64.19999695,0.714766085,-0.119939663,0.847705066,0.632024169,0.200421557,0.436963826 -Russia,Asia,2020,5.495288849,10.18805695,0.887020171,64.57499695,0.714466453,-0.07624834,0.823047519,0.620991707,0.189521536,0.477703661 -Russia,Asia,2021,5.448261261,10.23853397,0.861716568,64.94999695,0.670810163,0.055832274,0.807839274,0.590086401,0.1900727,0.45699209 -Russia,Asia,2022,6.044072628,10.20286655,0.919851005,65.32499695,0.776063859,-0.07043764,0.766522646,0.61367172,0.211204171, -Rwanda,Africa,2006,4.21470356,7.086945057,0.717583358,53.5,0.915480852,,0.298643529,0.700726748,0.18899633,0.966427267 -Rwanda,Africa,2008,4.362988949,7.212563515,0.485680968,54.70000076,0.752293468,0.017988654,0.286407232,0.632626414,0.220767915,0.92293489 -Rwanda,Africa,2009,4.029761791,7.24676609,0.559390426,55.29999924,0.765569031,-0.000175565,0.409702867,0.658405483,0.112361915,0.948411286 -Rwanda,Africa,2011,4.097435951,7.342397213,0.569859505,56.5,0.829036176,-0.038137343,0.16147466,0.607516348,0.154241934, -Rwanda,Africa,2012,3.333047867,7.400681973,0.637147248,57.09999847,0.835491359,-0.011332869,0.081324898,0.623918176,0.132398143, -Rwanda,Africa,2013,3.466387749,7.423007488,0.749632955,57.70000076,0.904272258,-0.027295494,0.117165409,0.727639854,0.167348459, -Rwanda,Africa,2014,3.595678329,7.459076881,0.748304188,58.29999924,0.894025266,-0.022424301,0.07800018,0.747769415,0.133609742, -Rwanda,Africa,2015,3.483108997,7.520081043,0.678143561,58.90000153,0.907892346,0.025167169,0.09460447,0.69152987,0.206402764, -Rwanda,Africa,2016,3.332989931,7.55364418,0.665130913,59.22499847,0.910736382,0.02516127,0.158601388,0.714600325,0.285384238,0.993604362 -Rwanda,Africa,2017,3.10837388,7.567848682,0.516550004,59.54999924,0.908114851,0.051283699,0.213757217,0.724039674,0.358309627,0.981398344 -Rwanda,Africa,2018,3.5610466,7.625810146,0.616172731,59.875,0.924231648,0.056681484,0.163809955,0.76513201,0.308199167,0.988120437 -Rwanda,Africa,2019,3.268152237,7.692296505,0.489458233,60.20000076,0.868999183,0.063509397,0.167970896,0.716731012,0.417667687,0.98584497 -Saudi Arabia,Middle East and North Africa,2005,7.079644203,10.6748333,0.867819488,61.20000076,,,0.505149066,0.680691183,0.242553025, -Saudi Arabia,Middle East and North Africa,2007,7.266694069,10.64175797,0.891524911,61.59999847,0.622070193,0.003790664,,0.718202651,0.23154743, -Saudi Arabia,Middle East and North Africa,2008,6.811370373,10.6638422,0.823053539,61.79999924,0.531811953,-0.022040967,0.507919014,0.606720626,0.201822907, -Saudi Arabia,Middle East and North Africa,2009,6.14759016,10.60560417,0.921288133,62,0.639405668,-0.109221876,0.44513157,0.682754934,0.319474906, -Saudi Arabia,Middle East and North Africa,2010,6.307098389,10.62270546,0.87959832,62.20000076,0.677777231,-0.031791762,,0.645319223,0.297208935, -Saudi Arabia,Middle East and North Africa,2011,6.699789524,10.6931715,0.829633653,62.40000153,0.603455663,-0.141502813,,0.698994219,0.240139723, -Saudi Arabia,Middle East and North Africa,2012,6.396359444,10.72387409,0.867100954,62.59999847,0.560455382,-0.119785555,,0.691676438,0.224840984, -Saudi Arabia,Middle East and North Africa,2013,6.495132923,10.72929192,0.826695323,62.79999924,0.661042333,-0.082015999,,0.691165626,0.275550067, -Saudi Arabia,Middle East and North Africa,2014,6.27837801,10.74494457,0.818419814,63,0.762251675,-0.074081279,,0.663331389,0.312949479, -Saudi Arabia,Middle East and North Africa,2015,6.345491886,10.76594162,0.819749713,63.20000076,0.820207238,-0.046798836,,0.667652607,0.327139378, -Saudi Arabia,Middle East and North Africa,2016,6.473921299,10.76236629,0.889932334,63.40000153,0.774267733,-0.134484515,,0.72494626,0.266292661, -Saudi Arabia,Middle East and North Africa,2017,6.294282436,10.73194122,0.840086281,63.59999847,0.814142168,-0.133074358,,0.702724814,0.305841893, -Saudi Arabia,Middle East and North Africa,2018,6.356393337,10.73293114,0.867848396,63.79999924,0.85492152,-0.193836868,,0.695532978,0.288379908, -Saudi Arabia,Middle East and North Africa,2019,6.561247349,10.71341705,0.911718428,64,0.891086578,-0.147963375,,0.673558295,0.237737328, -Saudi Arabia,Middle East and North Africa,2020,6.559588432,10.66643333,0.890255928,64.19999695,0.884220123,-0.112286396,,0.701878786,0.251199067, -Saudi Arabia,Middle East and North Africa,2021,6.44529438,10.69962692,0.859361112,64.40000153,0.902473032,-0.102417298,,0.728473246,0.228370279, -Saudi Arabia,Middle East and North Africa,2022,6.381610394,10.78055954,0.900104523,64.59999847,,-0.027261315,,0.67745918,0.204955861, -Senegal,Africa,2006,4.417352676,7.929926872,0.760252059,55.5,0.735723555,-0.056021299,0.805329144,0.687083721,0.224989697,0.371702313 -Senegal,Africa,2007,4.679986954,7.931477547,0.718461037,55.79999924,0.698005259,-0.006068336,0.826684237,0.718160093,0.198741958,0.345917314 -Senegal,Africa,2008,4.683499813,7.941464901,0.756298721,56.09999847,0.61187619,-0.034042563,0.879247844,0.6688627,0.252161235,0.286527872 -Senegal,Africa,2009,4.335114002,7.941846371,0.810355306,56.40000153,0.556838155,-0.040477317,0.918035448,0.708374262,0.227579623,0.261134237 -Senegal,Africa,2010,4.372156143,7.948086262,0.76029408,56.70000076,0.777262628,-0.081400879,0.850534856,0.669947743,0.142737702,0.285449982 -Senegal,Africa,2011,3.834201574,7.934118271,0.602409363,57,0.6408903,-0.16451928,0.869893968,0.696441174,0.180026993,0.304639816 -Senegal,Africa,2012,3.668736935,7.946098328,0.711077392,57.29999924,0.668252289,-0.038941775,0.851879895,0.721606612,0.213602841,0.645107508 -Senegal,Africa,2013,3.647367001,7.942817688,0.822957873,57.59999847,0.635539532,-0.054996092,0.836612225,0.694229305,0.165078521,0.614916325 -Senegal,Africa,2014,4.394777298,7.976007462,0.855522096,57.90000153,0.692353189,-0.048248522,0.699660003,0.696372092,0.157226577,0.664995909 -Senegal,Africa,2015,4.61700058,8.010486603,0.70153451,58.20000076,0.719533265,-0.114150435,0.765490174,0.709879577,0.207667634,0.622598588 -Senegal,Africa,2016,4.59453392,8.045083046,0.838994384,58.5,0.743729651,-0.088741489,0.794353724,0.781317413,0.244851768,0.630876184 -Senegal,Africa,2017,4.683024883,8.089234352,0.743759334,58.79999924,0.686937034,-0.046760537,0.825241864,0.75147438,0.290836066,0.61072278 -Senegal,Africa,2018,4.769377232,8.122329712,0.739354789,59.09999847,0.629223466,-0.076827593,0.80477947,0.724179924,0.247074723,0.588927925 -Senegal,Africa,2019,5.488736629,8.1404562,0.687614083,59.40000153,0.758841753,-0.02160956,0.79567343,0.768190622,0.331925839,0.638033628 -Senegal,Africa,2020,4.756773472,8.12678051,0.620670676,59.70000076,0.797190309,-0.048871942,0.855092525,0.815910876,0.268333048,0.573285639 -Senegal,Africa,2021,4.902830601,8.159204483,0.645179272,60,0.758525133,0.02992768,0.82134825,0.812411606,0.264975786,0.454221755 -Senegal,Africa,2022,4.90681982,8.180175781,0.609188676,60.29999924,0.758471966,0.051875819,0.854231179,0.812712252,0.286798924, -Serbia,Europe,2007,4.750383854,9.535952568,0.844413042,65.27999878,0.452781171,-0.168838635,0.904949665,0.527803481,0.334419727,0.342910528 -Serbia,Europe,2009,4.380311966,9.571536064,0.770126104,65.55999756,0.372881293,-0.181181699,0.960977912,0.465632796,0.435473621, -Serbia,Europe,2010,4.461304188,9.582839966,0.725563347,65.69999695,0.462647259,-0.173772261,0.96547246,0.445710063,0.415409207, -Serbia,Europe,2011,4.815186501,9.61089325,0.773210645,65.83999634,0.440458298,-0.18843706,0.976917386,0.458074152,0.410254955, -Serbia,Europe,2012,5.154521942,9.6089077,0.819430411,65.98000336,0.460574687,-0.13399142,0.951667845,0.447128445,0.371236444,0.223251179 -Serbia,Europe,2013,5.101840496,9.642289162,0.828068733,66.12000275,0.532839715,-0.103494741,0.908122003,0.504834771,0.403452963,0.340113223 -Serbia,Europe,2014,5.112728596,9.630961418,0.782708704,66.26000214,0.531597257,0.068336345,0.911732435,0.473159254,0.326117814,0.447972029 -Serbia,Europe,2015,5.317685127,9.653808594,0.81625104,66.40000153,0.545892,-0.065739132,0.859358013,0.472240627,0.302544028,0.388694555 -Serbia,Europe,2016,5.752754688,9.691885948,0.894894958,66.52500153,0.614370823,-0.071555763,0.889765203,0.492267966,0.298126608,0.450123101 -Serbia,Europe,2017,5.122031212,9.718001366,0.883770406,66.65000153,0.684846342,-0.08121831,0.851457834,0.484643012,0.326407075,0.511197984 -Serbia,Europe,2018,5.936493397,9.767436028,0.852945328,66.77500153,0.739891827,-0.103393145,0.863723576,0.527079105,0.296295851,0.476144999 -Serbia,Europe,2019,6.241407394,9.815207481,0.903294265,66.90000153,0.752504587,-0.043919254,0.813141823,0.474295795,0.24213022,0.473505408 -Serbia,Europe,2020,6.041546345,9.812794685,0.852101862,67.02500153,0.843479872,0.144174546,0.824472487,0.579138815,0.357580274,0.524143338 -Serbia,Europe,2021,6.245267391,9.89501667,0.890106082,67.15000153,0.850367904,0.263601363,0.806221604,0.567632556,0.311130971,0.605454803 -Sierra Leone,Africa,2006,3.628185034,7.134282589,0.561355948,46.27999878,0.679001093,0.099506438,0.836166084,0.534737051,0.380654573,0.541411996 -Sierra Leone,Africa,2007,3.585127354,7.18975544,0.686470926,46.65999985,0.720373392,0.246222705,0.8304829,0.634748876,0.289841563,0.56187278 -Sierra Leone,Africa,2008,2.997251034,7.217110157,0.590737224,47.04000092,0.716396332,0.146607965,0.924901426,0.587814867,0.369601429,0.687578261 -Sierra Leone,Africa,2010,4.133955956,7.245351315,0.811872959,47.79999924,0.726268828,0.011262072,0.910440624,0.497324437,0.290469229,0.651547968 -Sierra Leone,Africa,2011,4.501643658,7.279659271,0.781580985,48.18000031,0.769738138,0.004096047,0.854646623,0.494734854,0.299527586,0.582602978 -Sierra Leone,Africa,2013,4.514291286,7.557335854,0.708426833,48.93999863,0.719510674,-0.071611904,0.855862677,0.54046613,0.422833472,0.56014502 -Sierra Leone,Africa,2014,4.499970436,7.576964378,0.868556499,49.31999969,0.681497633,0.033550423,0.786132097,0.621771038,0.334213495,0.587644756 -Sierra Leone,Africa,2015,4.908617973,7.322221279,0.610593736,49.70000076,0.624296129,0.050859679,0.824828029,0.625677109,0.414426446,0.652109861 -Sierra Leone,Africa,2016,4.732953072,7.356818199,0.656723499,50.5,0.681202114,0.10663873,0.863264859,0.61588484,0.456180692,0.70091027 -Sierra Leone,Africa,2017,4.089562416,7.373677731,0.652287126,51.29999924,0.710613549,0.079910822,0.848398328,0.606894493,0.495040029,0.73751694 -Sierra Leone,Africa,2018,4.305683136,7.384089947,0.649638355,52.09999847,0.716484487,0.096171036,0.855733216,0.533417523,0.466266662,0.779726207 -Sierra Leone,Africa,2019,3.447381496,7.411970139,0.610779762,52.90000153,0.717769563,0.075263605,0.873861432,0.521150649,0.438134462,0.817156315 -Sierra Leone,Africa,2021,3.714294434,7.386903286,0.609334111,54.5,0.659139514,0.109318823,0.851488411,0.537982225,0.448415697,0.753032207 -Sierra Leone,Africa,2022,2.560429573,7.401130676,0.502167702,55.29999924,0.659596384,0.10053613,0.861837387,0.493700534,0.504606605, -Singapore,Asia,2006,6.462702751,11.16699886,0.904328883,71.58000183,0.756873548,0.133671299,,0.688982964,0.266720772,0.905857503 -Singapore,Asia,2007,6.833754539,11.21171379,0.920632064,71.76000214,0.866892278,0.288681597,0.063614883,0.587673724,0.114406586,0.933893085 -Singapore,Asia,2008,6.641956806,11.1769619,0.845258594,71.94000244,0.660659015,0.041135527,0.065775275,0.62660408,0.256086707,0.908407509 -Singapore,Asia,2009,6.144676685,11.14808178,0.866255283,72.12000275,0.77638185,-0.07949429,0.035197988,0.450021595,0.20754829,0.973570824 -Singapore,Asia,2010,6.531401634,11.26593971,0.864162147,72.30000305,0.846184611,-0.022667632,0.060282066,0.527337015,0.131343439,0.904517174 -Singapore,Asia,2011,6.561041832,11.30538559,0.904473901,72.48000336,0.821816325,-0.153288618,0.098924451,0.403699249,0.143628925,0.825414777 -Singapore,Asia,2013,6.53320694,11.35511017,0.807910562,72.83999634,0.827102542,0.110323042,0.242398053,0.662853122,0.147687554,0.856165767 -Singapore,Asia,2014,7.062364578,11.38072586,0.822033048,73.01999664,0.834887624,0.149434522,0.132603154,0.774240196,0.180232763,0.843872547 -Singapore,Asia,2015,6.619524956,11.39819622,0.86643666,73.19999695,0.886890888,0.145017698,0.098943882,0.736193538,0.141585171,0.90855819 -Singapore,Asia,2016,6.033480644,11.42021847,0.925128222,73.30000305,0.903735638,0.13801676,0.047311153,0.745386899,0.110942468,0.930617273 -Singapore,Asia,2017,6.378437996,11.46489334,0.897349894,73.40000153,0.926127851,0.13043122,0.161790684,0.749874413,0.179324552,0.92699796 -Singapore,Asia,2018,6.374564171,11.49615479,0.902840674,73.5,0.91607821,-0.071186461,0.096562929,0.731057048,0.106870778,0.892469287 -Singapore,Asia,2019,6.378359795,11.49560928,0.924918354,73.59999847,0.938041747,0.021643154,0.069619603,0.674223006,0.138069153,0.925726056 -Singapore,Asia,2021,6.586717129,11.57149792,0.876408994,73.80000305,0.878701091,0.062738985,0.144935384,0.696990192,0.159802228,0.89762181 -Slovakia,Europe,2006,5.264676571,9.986261368,0.953579247,65.62000275,0.542479694,-0.051252428,0.945731282,0.585977197,0.307859093,0.163079232 -Slovakia,Europe,2010,6.052223206,10.14885044,0.919640005,66.5,0.635757685,-0.103514425,0.907136023,0.602989495,0.277206749,0.308679521 -Slovakia,Europe,2011,5.945048332,10.1739254,0.917293429,66.72000122,0.727163136,0.007831814,0.907132328,0.588251173,0.287409574,0.278723896 -Slovakia,Europe,2012,5.91105938,10.18532562,0.925751448,66.94000244,0.620004296,-0.029893698,0.906532168,0.584856808,0.302260816,0.368380159 -Slovakia,Europe,2013,5.936527252,10.19055843,0.909378529,67.16000366,0.597935796,-0.052728705,0.914539933,0.612062037,0.276509553,0.283493221 -Slovakia,Europe,2014,6.1388731,10.21620178,0.924242675,67.37999725,0.634791732,-0.127440497,0.913870215,0.618786454,0.266784608,0.310181499 -Slovakia,Europe,2015,6.162004471,10.26563263,0.94345367,67.59999847,0.587157667,-0.129930854,0.92754513,0.632166922,0.269246429,0.276530683 -Slovakia,Europe,2016,5.993163109,10.28359699,0.945179105,67.82499695,0.700098515,-0.062600099,0.916609168,0.688296258,0.232091576,0.372222155 -Slovakia,Europe,2017,6.365509033,10.31100178,0.913386643,68.05000305,0.714224696,-0.056424432,0.920422673,0.709385633,0.21272248,0.34168008 -Slovakia,Europe,2018,6.23511076,10.34912968,0.922378719,68.27500153,0.757634044,-0.169438615,0.909944654,0.669736266,0.253190041,0.327658623 -Slovakia,Europe,2019,6.243428707,10.37266159,0.933088303,68.5,0.771121562,-0.131159246,0.925846696,0.676153421,0.251806319,0.230972826 -Slovakia,Europe,2020,6.519098282,10.33747482,0.954159975,68.72499847,0.76189661,-0.079218529,0.900533676,0.694529951,0.274447888,0.307444513 -Slovakia,Europe,2021,6.418503761,10.36929607,0.951163888,68.94999695,0.74153322,0.045955859,0.895546556,0.69156754,0.241131321,0.215807587 -Slovenia,Europe,2006,5.811264515,10.39857197,0.936075211,68.55999756,0.935824215,0.038996208,0.707797885,0.608156204,0.307204872,0.477644771 -Slovenia,Europe,2009,5.830160618,10.40584469,0.918696642,69.04000092,0.895956635,-0.022595,0.803634167,0.583327055,0.303117454,0.368030965 -Slovenia,Europe,2010,6.082555294,10.41483116,0.917203367,69.19999695,0.895522416,0.025580876,0.844790697,0.591895521,0.295366138,0.331916302 -Slovenia,Europe,2011,6.035964012,10.42133045,0.931166053,69.36000061,0.907440901,-0.02877897,0.893133819,0.587408543,0.285320938,0.181583047 -Slovenia,Europe,2012,6.062891006,10.39248085,0.924753785,69.51999664,0.904386282,-0.023311013,0.890754104,0.598477244,0.283989847,0.238065988 -Slovenia,Europe,2013,5.974888802,10.38077831,0.932119727,69.68000031,0.890059829,0.032069143,0.917839587,0.624565423,0.274269283,0.163433194 -Slovenia,Europe,2014,5.678395271,10.40709972,0.908347547,69.83999634,0.887747705,0.048685588,0.909118295,0.593501449,0.290812403,0.176851004 -Slovenia,Europe,2015,5.740642071,10.42820835,0.901163757,70,0.896007299,0.004144723,0.892197907,0.644497395,0.26141873,0.202604815 -Slovenia,Europe,2016,5.936821461,10.45889568,0.934487343,70.17500305,0.903551102,-0.05846896,0.838474393,0.597172439,0.271624178,0.249845102 -Slovenia,Europe,2017,6.166837692,10.50527477,0.928187847,70.34999847,0.920862675,-0.028787615,0.828794718,0.582310796,0.285601437,0.239779726 -Slovenia,Europe,2018,6.249419212,10.54522896,0.940971196,70.52500153,0.942045867,-0.122956395,0.839252532,0.601195991,0.27548486,0.239274636 -Slovenia,Europe,2019,6.665273666,10.5721941,0.949402273,70.69999695,0.945430517,-0.106444225,0.785441816,0.621658623,0.227838457,0.397150725 -Slovenia,Europe,2020,6.462076187,10.5213213,0.953437507,70.875,0.958442569,-0.088533178,0.796557486,0.574927151,0.313852519,0.45297423 -Slovenia,Europe,2021,6.761220932,10.59754658,0.955252588,71.05000305,0.851086736,0.027393518,0.754198194,0.642823279,0.261042506,0.339235812 -Slovenia,Europe,2022,6.723397732,10.64416504,0.941756725,71.22499847,0.930381835,0.101480678,0.762208223,0.62466681,0.241570964, -Somalia,,2014,5.528272629,6.830417633,0.610835552,47.65999985,0.873878837,0.024240976,0.456470013,0.688916326,0.207215205,0.625451207 -Somalia,,2015,5.353644848,6.937022209,0.599281073,48.09999847,0.967869282,0.019568179,0.410235763,0.763963759,0.186736152,0.778640568 -Somalia,,2016,4.667941093,6.981190205,0.594416559,48.5,0.917322814,0.07278128,0.44080174,0.772739649,0.193282232,0.700681686 -Somaliland region,,2009,4.991399765,,0.879566729,,0.746303976,,0.513371766,0.707873523,0.112012178,0.538494766 -Somaliland region,,2010,4.657363415,,0.829004526,,0.820181906,,0.471094489,0.631947339,0.08342576,0.587192237 -Somaliland region,,2011,4.930571556,,0.787961662,,0.858104467,,0.357340902,0.690513849,0.122244202,0.760763943 -Somaliland region,,2012,5.057314396,,0.786291242,,0.758219004,,0.333831728,0.686731637,0.152428225,0.651241541 -South Africa,Africa,2006,5.083986759,9.455392838,0.913030207,46,0.648762882,-0.091893308,,0.724232376,0.222731337,0.602337182 -South Africa,Africa,2007,5.204454422,9.497470856,0.788307607,46.90000153,0.68998754,-0.166127637,0.858651042,0.658233047,0.210185051,0.659012496 -South Africa,Africa,2008,5.346306801,9.517552376,0.809542179,47.79999924,0.748846471,-0.10397958,0.865791023,0.712142289,0.206242844,0.461442381 -South Africa,Africa,2009,5.218430996,9.490159035,0.87735945,48.70000076,0.739409983,-0.16248098,0.904342353,0.655523777,0.230895981,0.522421479 -South Africa,Africa,2010,4.652428627,9.508172989,0.917056024,49.59999847,0.738905966,-0.211052805,0.79062891,0.698225856,0.123753376,0.593964458 -South Africa,Africa,2011,4.930511475,9.526732445,0.857703149,50.5,0.835448027,-0.163190439,0.819181919,0.720048368,0.230213523,0.627495944 -South Africa,Africa,2012,5.133887768,9.537120819,0.906595111,51.40000153,0.590144992,-0.172171131,0.838216782,0.71075809,0.178183243,0.425877452 -South Africa,Africa,2013,3.660727262,9.548055649,0.839424491,52.29999924,0.714169025,-0.08629822,0.799543023,0.740163863,0.166549087,0.510355353 -South Africa,Africa,2014,4.828456402,9.546331406,0.881152213,53.20000076,0.794030964,-0.12605074,0.820258021,0.729684711,0.24335815,0.487997681 -South Africa,Africa,2015,4.887325764,9.538723946,0.898096263,54.09999847,0.862449408,-0.135888189,0.85269475,0.716541946,0.160787657,0.5839957 -South Africa,Africa,2016,4.769739628,9.535627365,0.875389755,54.625,0.774136424,-0.079577111,0.812858999,0.742890537,0.301327765,0.483122289 -South Africa,Africa,2017,4.513655186,9.54326725,0.870313287,55.15000153,0.787427902,-0.138549432,0.864781916,0.708703458,0.268175244,0.423274219 -South Africa,Africa,2018,4.8839221,9.546120644,0.841343999,55.67499924,0.752731323,-0.060820021,0.841192603,0.73595494,0.282708496,0.5246858 -South Africa,Africa,2019,5.034863472,9.53619957,0.847719729,56.20000076,0.73833853,-0.144646704,0.819823623,0.727414131,0.268456221,0.495906323 -South Africa,Africa,2020,4.946800709,9.458442688,0.891050339,56.72499847,0.756946266,-0.027118756,0.912407219,0.76058358,0.294276476,0.517606676 -South Africa,Africa,2021,5.598653793,9.496415138,0.922238767,57.25,0.703564703,-0.145475447,0.891578615,0.78432101,0.172806978,0.508961499 -South Korea,Asia,2006,5.332177639,10.30863667,0.775498927,70.01999664,0.71524173,-0.055842292,0.798615158,0.545332074,0.33815217,0.226414487 -South Korea,Asia,2007,5.76727581,10.35996056,0.82671231,70.23999786,0.655827999,-0.063150182,0.80275315,0.611897051,0.226402089,0.239366353 -South Korea,Asia,2008,5.389624596,10.38205242,0.753609836,70.45999908,0.52367878,-0.106095426,0.770959556,0.553983271,0.239057273,0.273481339 -South Korea,Asia,2009,5.647689819,10.38480091,0.810902715,70.68000031,0.600165665,-0.099825382,0.787497342,0.595678627,0.208521008,0.270037323 -South Korea,Asia,2010,6.116024494,10.44565201,0.815516651,70.90000153,0.676652968,-0.037169319,0.751621127,0.626363039,0.130337119,0.324227005 -South Korea,Asia,2011,6.946599007,10.47415543,0.809104383,71.12000275,0.68235606,-0.052449543,0.827300906,0.587293863,0.167832613,0.283037215 -South Korea,Asia,2012,6.003286839,10.49263954,0.77539736,71.33999634,0.61839807,,0.843719423,0.610191762,0.206364661,0.230812564 -South Korea,Asia,2013,5.958809853,10.51924419,0.79669416,71.55999756,0.641884267,-0.053803358,0.831863225,0.588525295,0.188765511,0.34858638 -South Korea,Asia,2014,5.801325321,10.54448509,0.737754107,71.77999878,0.623193622,-0.046934973,0.834068358,0.575068653,0.282807708,0.284103513 -South Korea,Asia,2015,5.780211449,10.56691647,0.768350601,72,0.61584878,-0.039611675,0.840721607,0.560941756,0.244323716,0.264757395 -South Korea,Asia,2016,5.970564365,10.59199047,0.811163485,72.27500153,0.590956032,0.022317171,0.861816347,0.583131433,0.232732683,0.237081572 -South Korea,Asia,2017,5.873887062,10.6202879,0.806929946,72.55000305,0.538113713,0.010287372,0.850690424,0.545988142,0.234825626,0.358582199 -South Korea,Asia,2018,5.840231419,10.64461231,0.79772383,72.82499695,0.600161672,-0.093186624,0.796825886,0.578780234,0.217145726,0.389084011 -South Korea,Asia,2019,5.902816772,10.66332531,0.783160865,73.09999847,0.706032395,-0.059652969,0.71769613,0.593178034,0.235966519,0.376757592 -South Korea,Asia,2020,5.792695522,10.65482712,0.807952285,73.375,0.711480439,-0.110537827,0.664694011,0.549814105,0.247059658,0.448309243 -South Korea,Asia,2021,6.112745285,10.6972084,0.810740769,73.65000153,0.717086375,-0.031413686,0.685114563,0.566271067,0.22117126,0.433829188 -South Korea,Asia,2022,5.950013638,10.72598648,0.81003511,73.92500305,0.723479927,0.00342142,0.747344434,0.584980786,0.232855499, -South Sudan,,2014,3.831992388,,0.545118451,52.88000107,0.567259312,,0.741540551,0.578409851,0.428319663,0.446467072 -South Sudan,,2015,4.070771217,,0.584781349,53,0.511631012,,0.709605932,0.552726328,0.449795097,0.509233654 -South Sudan,,2016,2.888112307,,0.532151818,53.17499924,0.439919025,,0.785317779,0.593741238,0.549256921,0.456287563 -South Sudan,,2017,2.816622496,,0.556822658,53.34999847,0.456011087,,0.761269629,0.564999282,0.517363787,0.461550504 -Spain,Europe,2005,7.152785778,10.54381371,0.961042881,70.40000153,0.916164696,,0.777272284,0.694322646,0.240642577,0.52784574 -Spain,Europe,2007,6.994614601,10.58402061,0.956858516,70.63999939,0.78208214,-0.097370856,0.783717752,0.717415452,0.263592541,0.47624892 -Spain,Europe,2008,7.294472694,10.57689857,0.9482705,70.76000214,0.83378607,-0.153508842,0.683210194,0.649402082,0.259690791,0.579760432 -Spain,Europe,2009,6.198601246,10.52968407,0.92945385,70.87999725,0.748514712,-0.131239772,0.797704637,0.645007908,0.335877061,0.424362034 -Spain,Europe,2010,6.188262463,10.52670765,0.949940383,71,0.796495557,-0.141896814,0.839746296,0.645088673,0.321819484,0.302731603 -Spain,Europe,2011,6.518249035,10.5149765,0.944443703,71.12000275,0.818650901,-0.125642389,0.845543444,0.666956425,0.356101543,0.308662713 -Spain,Europe,2012,6.290690422,10.48429203,0.937023342,71.23999786,0.754586101,-0.063294187,0.843593001,0.644379139,0.366474479,0.339146554 -Spain,Europe,2013,6.150027275,10.4734354,0.928640485,71.36000061,0.759356439,-0.105330877,0.915822566,0.662719071,0.371839374,0.184549659 -Spain,Europe,2014,6.456477642,10.49028683,0.947864413,71.48000336,0.738472342,-0.032065324,0.853887916,0.682676077,0.335460007,0.210619807 -Spain,Europe,2015,6.380663395,10.52872944,0.95647186,71.59999847,0.73200047,-0.076273702,0.821664929,0.704702199,0.284693688,0.277751327 -Spain,Europe,2016,6.318612099,10.55781078,0.941736817,71.72499847,0.768173754,-0.052054416,0.818558574,0.629933596,0.300829351,0.302516669 -Spain,Europe,2017,6.230173111,10.58478832,0.903158188,71.84999847,0.755560756,-0.0361076,0.791268766,0.601178527,0.302387655,0.269585967 -Spain,Europe,2018,6.513370991,10.60299587,0.910314679,71.97499847,0.7222507,-0.078989901,0.776504457,0.63557899,0.357190847,0.285195619 -Spain,Europe,2019,6.457449436,10.61546421,0.949013472,72.09999847,0.777966738,-0.052578475,0.73033762,0.636199594,0.31551832,0.367785871 -Spain,Europe,2020,6.502175331,10.49038219,0.934934676,72.22499847,0.783256531,-0.124827951,0.729977489,0.671131015,0.316617101,0.381767094 -Spain,Europe,2021,6.469611168,10.54305172,0.926416755,72.34999847,0.781794965,-0.074128382,0.729346991,0.639074683,0.323980331,0.371703804 -Spain,Europe,2022,6.336902142,10.58749199,0.933899879,72.47499847,0.781408846,0.00120831,0.673111916,0.635929227,0.319961518, -Sri Lanka,South Asia,2006,4.344610691,8.945660591,0.863598704,62.27999878,0.723847628,0.057247881,0.837784767,0.638567686,0.216329843,0.681650817 -Sri Lanka,South Asia,2007,4.414805412,9.004029274,0.838327467,62.75999832,0.735852897,0.104648575,0.846718311,0.590271056,0.219856173,0.727976918 -Sri Lanka,South Asia,2008,4.430846214,9.054698944,0.815702736,63.24000168,0.833835602,0.157341748,0.861397326,0.655605435,0.152587533,0.720333278 -Sri Lanka,South Asia,2009,4.212026596,9.082519531,0.829611897,63.72000122,0.798871219,0.300777614,0.689926445,0.660928369,0.172400951,0.916601896 -Sri Lanka,South Asia,2010,3.976905107,9.15278244,0.814367235,64.19999695,0.738208532,0.253206968,0.769477904,0.70351088,0.163471773,0.807552159 -Sri Lanka,South Asia,2011,4.180569172,9.229196548,0.841938436,64.68000031,0.82263726,0.13928616,0.760300696,0.73049593,0.174926728,0.855967104 -Sri Lanka,South Asia,2012,4.224593163,9.310695648,0.824357271,65.16000366,0.800397217,0.155288652,0.822879076,0.761135697,0.196870834,0.777017355 -Sri Lanka,South Asia,2013,4.364694118,9.342610359,0.809175253,65.63999939,0.834020317,0.262438327,0.842013538,0.775873661,0.20812951,0.750018179 -Sri Lanka,South Asia,2014,4.267932892,9.395107269,0.804798007,66.12000275,0.867936432,0.292261451,0.790626824,0.784851849,0.186895683,0.772360444 -Sri Lanka,South Asia,2015,4.611606598,9.427107811,0.862500072,66.59999847,0.902074754,0.312884927,0.859470963,0.789435446,0.234751269,0.739669859 -Sri Lanka,South Asia,2017,4.330945492,9.516662598,0.822770596,66.80000305,0.827077389,0.085094735,0.844210029,0.728681266,0.269727528,0.517589927 -Sri Lanka,South Asia,2018,4.435023785,9.529016495,0.832882166,66.90000153,0.858873606,0.098038562,0.855907619,0.773361444,0.301813632,0.582941115 -Sri Lanka,South Asia,2019,4.213299274,9.520689964,0.814939141,67,0.824277341,0.044960734,0.863342285,0.753170788,0.314542711,0.569042027 -Sri Lanka,South Asia,2020,4.778489113,9.480043411,0.842499971,67.09999847,0.803484857,-0.048394185,0.768454254,0.758137345,0.285134345,0.752756536 -Sri Lanka,South Asia,2021,4.10344696,9.502015114,0.812373936,67.19999695,0.771430016,-0.011509877,0.848541498,0.733172596,0.311583638,0.504923344 -State of Palestine,,2006,4.716387749,8.201192856,0.817945421,61.77999878,0.546506464,,0.857823968,0.491536111,0.430579603, -State of Palestine,,2007,4.151053905,8.180532455,0.711818635,61.89749908,0.365296155,-0.079685576,0.844180405,0.515242279,0.412327886, -State of Palestine,,2008,4.385603428,8.275285721,0.665910721,62.01499939,0.357756525,-0.072081894,0.753213048,0.512986898,0.403282553, -State of Palestine,,2009,4.470191479,8.336611748,0.738076687,62.13249969,0.467811942,-0.08814583,0.797354221,0.473767519,0.46642825, -State of Palestine,,2010,4.702603817,8.362595558,0.82174629,62.25,0.504262269,-0.118035041,0.752414644,0.552512765,0.381490052, -State of Palestine,,2011,4.751219749,8.451590538,0.75083226,,0.521889269,-0.12774688,0.750207603,0.49907428,0.387651235, -State of Palestine,,2012,4.646608353,8.598371506,0.782169104,,0.541582882,-0.160552666,0.730194092,0.559733331,0.378503829, -State of Palestine,,2013,4.844027996,8.594526291,0.760899544,,0.453903377,-0.160124198,0.779645741,0.536738992,0.365275741, -State of Palestine,,2014,4.721938133,8.618412018,0.775086701,,0.657049835,-0.160566866,0.804165423,0.504632056,0.380452424, -State of Palestine,,2015,4.695239067,8.68314743,0.766101241,,0.556040943,-0.169830605,0.77430135,0.536447167,0.369084895, -State of Palestine,,2016,4.906618118,8.73795414,0.817770958,,0.607669413,-0.148602113,0.812464654,0.543776095,0.377641797, -State of Palestine,,2017,4.62813282,8.733620644,0.824345112,,0.631611288,-0.182862684,0.830646336,0.533918321,0.416072041, -State of Palestine,,2018,4.5539217,8.717741013,0.819479287,,0.654534519,-0.159903735,0.813779533,0.528392315,0.418928534, -State of Palestine,,2019,4.48253727,8.716377258,0.832550049,,0.653488278,-0.132369906,0.829282761,0.538072765,0.3996723, -State of Palestine,,2022,4.907760143,,0.859654725,,0.69485271,,0.835794926,0.584110856,0.361775726, -Sudan,,2009,4.454917431,8.456879616,0.911406994,57.45999908,0.70997864,0.049410488,0.701229393,0.687828958,0.244927168, -Sudan,,2010,4.435159683,8.464909554,0.854824424,57.70000076,0.648155332,-0.070116132,0.736897171,0.589273751,0.220789164, -Sudan,,2011,4.314456463,8.526615143,0.817785621,57.93999863,0.582538784,-0.049595386,0.662519455,0.53210187,0.248500824, -Sudan,,2012,4.550499439,8.457668304,0.812500715,58.18000031,0.411947906,-0.069496103,0.733679295,0.510919631,0.242373869, -Sudan,,2014,4.138672829,8.471488953,0.81061554,58.65999985,0.3900958,-0.076757103,0.793785036,0.461327523,0.302724987, -Suriname,,2012,6.269286633,9.873830795,0.797262073,62.84000015,0.885488451,-0.086178049,0.751282871,0.730167687,0.250364989,0.72176528 -Sweden,Europe,2005,7.376315594,10.72415447,0.951469898,71,0.964395404,,,0.742479682,0.150766104,0.440848559 -Sweden,Europe,2007,7.241362572,10.79050159,0.916559398,71.08000183,0.90996182,0.143133983,0.289332151,0.735470712,0.177412212,0.562064052 -Sweden,Europe,2008,7.51599741,10.77819538,0.923092127,71.12000275,0.911609292,0.122032434,0.313961208,0.762800634,0.134403035,0.517427444 -Sweden,Europe,2009,7.265977383,10.72530842,0.902532995,71.16000366,0.864004612,0.217359006,0.292112172,0.761239767,0.151362836,0.590337634 -Sweden,Europe,2010,7.496018887,10.77460003,0.97024262,71.19999695,0.904699981,0.138173744,0.253086656,0.788177967,0.20011203,0.602851212 -Sweden,Europe,2011,7.382232189,10.79850197,0.920521259,71.23999786,0.941115439,0.158229291,0.268513024,0.761534154,0.179151982,0.638707519 -Sweden,Europe,2012,7.560147762,10.78520393,0.929397464,71.27999878,0.944382191,0.128702626,0.253543109,0.795511067,0.170226127,0.626497209 -Sweden,Europe,2013,7.434010506,10.78853893,0.915648043,71.31999969,0.935910523,0.155657694,0.324481547,0.781510413,0.184420303,0.579855025 -Sweden,Europe,2014,7.239147663,10.80484772,0.932719827,71.36000061,0.945273399,0.19847782,0.250389993,0.793269098,0.207688317,0.563272059 -Sweden,Europe,2015,7.28892231,10.83818722,0.929459989,71.40000153,0.935072064,0.20791176,0.231964141,0.766197622,0.190991774,0.49930203 -Sweden,Europe,2016,7.368744373,10.84611702,0.912060678,71.52500153,0.918036401,0.142463297,0.246182442,0.752162457,0.200606912,0.485791326 -Sweden,Europe,2017,7.286804676,10.85799789,0.914016783,71.65000153,0.934582114,0.166993141,0.239366919,0.756171644,0.175066829,0.559461951 -Sweden,Europe,2018,7.374792099,10.86569405,0.93067956,71.77500153,0.941724658,0.07340049,0.262796581,0.746743917,0.160755426,0.49439624 -Sweden,Europe,2019,7.398092747,10.87522411,0.93364507,71.90000153,0.941515207,0.08712472,0.250087917,0.774585247,0.201999709,0.513281763 -Sweden,Europe,2020,7.314341068,10.84605598,0.93558234,72.02500153,0.951181591,0.085886888,0.203440145,0.717195928,0.22193329,0.671078622 -Sweden,Europe,2021,7.439280033,10.88955498,0.931819558,72.15000153,0.953379214,0.174091205,0.191473097,0.762894452,0.190008253,0.6335361 -Sweden,Europe,2022,7.431214333,10.91266155,0.949338436,72.27500153,0.939461946,0.234011218,0.213236347,0.750373483,0.163275763, -Switzerland,Europe,2006,7.473252773,11.06919479,0.951352119,71.16000366,0.91895771,0.284541279,0.407931417,0.742093623,0.211929336,0.631593525 -Switzerland,Europe,2009,7.524520874,11.07792377,0.938339293,71.33999634,0.891277194,0.118853927,0.342427015,0.740781784,0.201584592,0.577988505 -Switzerland,Europe,2012,7.776208878,11.10738277,0.94686389,71.51999664,0.945428014,0.132032752,0.323240787,0.792705119,0.176007092,0.769940197 -Switzerland,Europe,2014,7.492803574,11.12467289,0.958796322,71.63999939,0.949401438,0.053632557,0.283089578,0.78793323,0.188794166,0.75163132 -Switzerland,Europe,2015,7.572136879,11.12960148,0.93833375,71.69999695,0.927802444,0.102211401,0.209533513,0.794053614,0.165759072,0.787730038 -Switzerland,Europe,2016,7.458519936,11.1391573,0.927628279,71.90000153,0.933947086,0.081479639,0.301562965,0.758317292,0.206316724,0.798536718 -Switzerland,Europe,2017,7.473593235,11.14336205,0.949661374,72.09999847,0.924996912,0.173113212,0.316183478,0.733584106,0.195871487,0.819706738 -Switzerland,Europe,2018,7.508586884,11.16419792,0.930290997,72.30000305,0.926414549,0.094202042,0.301259965,0.755630374,0.191520154,0.84997946 -Switzerland,Europe,2019,7.69422102,11.16841984,0.948512852,72.5,0.913166702,0.029311452,0.293700755,0.742527902,0.170761779,0.80661273 -Switzerland,Europe,2020,7.508435249,11.13707161,0.946316481,72.69999695,0.917343259,-0.072107695,0.280367136,0.730246305,0.19322899,0.846330702 -Switzerland,Europe,2021,7.327672482,11.17089748,0.934393048,72.90000153,0.907875359,0.024104627,0.286672562,0.74678129,0.182606846,0.837848067 -Switzerland,Europe,2022,6.883844376,11.18412018,0.880787432,73.09999847,0.848361075,0.128131226,0.234620094,0.710059524,0.179944366, -Syria,,2008,5.32333231,8.657538414,0.712369621,68.62000275,0.66075325,0.118710905,0.680203855,0.562246561,0.338427007, -Syria,,2009,4.978970528,8.656476021,0.842402101,66.86000061,0.74825877,0.078968987,0.687760472,0.490969032,0.292455465, -Syria,,2010,4.464707851,8.732948303,0.934231639,65.09999847,0.647047997,0.005044768,0.743093967,0.489091724,0.224643707, -Syria,,2011,4.037889481,8.735453606,0.575722337,63.34000015,0.530432761,0.127509296,0.740585506,0.521413982,0.495505452, -Syria,,2012,3.164491177,8.577606201,0.588395178,61.58000183,0.466770619,0.312485069,0.672964215,0.451004714,0.704589665, -Syria,,2013,2.687552929,8.418934822,0.585450053,59.81999969,0.45488289,0.221554503,0.663430989,0.353619248,0.622229934, -Syria,,2015,3.46191287,8.492067337,0.463912874,56.29999924,0.448270857,0.038870115,0.685236931,0.363018543,0.642588735, -Taiwan Province of China,Asia,2006,6.189050198,10.60169029,0.882246196,68.68000031,0.629909635,-0.033146396,0.845849812,0.6825158,0.094316125,0.277935207 -Taiwan Province of China,Asia,2008,5.547682285,10.60038757,0.83000499,69.13999939,0.641715348,-0.020459196,0.784831822,0.682018161,0.169156894,0.41673243 -Taiwan Province of China,Asia,2010,6.228530884,10.68094063,0.831412911,69.59999847,0.676587284,0.001238356,0.821364701,0.738164246,0.135867342,0.433026195 -Taiwan Province of China,Asia,2011,6.308915138,10.6934166,0.862520754,,0.761488199,0.031886768,0.754584312,0.727105975,0.112288088,0.472066849 -Taiwan Province of China,Asia,2012,6.125916958,10.7178812,0.825072408,,0.698195159,0.017362813,0.802829146,0.701637328,0.140010804,0.33514151 -Taiwan Province of China,Asia,2013,6.340344429,10.72353172,0.816992879,,0.690070868,-0.000834691,0.841231883,0.754478216,0.124444835,0.264499396 -Taiwan Province of China,Asia,2014,6.36349678,10.74941063,0.870011866,,0.692899764,0.091174252,0.865740597,0.767370105,0.108366139,0.270723104 -Taiwan Province of China,Asia,2015,6.450088024,10.77875996,0.885388851,,0.700810492,0.018901616,0.857194841,0.750357687,0.129348695,0.270259619 -Taiwan Province of China,Asia,2016,6.512850761,10.76804733,0.894989252,,0.718925178,-0.046887252,0.810521007,0.742680013,0.108305417,0.404713333 -Taiwan Province of China,Asia,2017,6.359450817,10.77406597,0.891119123,,0.75965476,-0.067864984,0.742780089,0.715303183,0.114123158,0.322822392 -Taiwan Province of China,Asia,2018,6.467004776,10.78080177,0.896458745,,0.741032779,-0.176947579,0.735970736,0.745919168,0.092695646,0.311722934 -Taiwan Province of China,Asia,2019,6.537089825,10.7974596,0.893430591,,0.814484477,-0.128957808,0.71811235,0.76209718,0.093412384,0.431494951 -Taiwan Province of China,Asia,2020,6.751067638,,0.900832534,,0.798834741,,0.710567415,0.74316889,0.082736954,0.579726934 -Taiwan Province of China,Asia,2021,6.246744156,,0.866297543,,0.818467379,,0.675438643,0.667416632,0.122979514,0.437147856 -Taiwan Province of China,Asia,2022,6.607147217,,0.882819533,,0.800191641,,0.657555938,0.716586888,0.095398523, -Tajikistan,Asia,2006,4.613099098,7.590978146,0.723840773,60.5,0.701759934,-0.092669666,0.768155158,0.49406299,0.194670647,0.803951442 -Tajikistan,Asia,2007,4.431608677,7.647697449,0.726655126,60.59999847,0.818355024,-0.003961681,0.658519804,0.619465351,0.133113757,0.861269474 -Tajikistan,Asia,2008,5.063986778,7.704957485,0.700900733,60.70000076,0.815954745,0.0130558,0.723376989,0.487898767,0.16043596,0.879889667 -Tajikistan,Asia,2009,4.575174809,7.723751068,0.67565304,60.79999924,0.743786514,-0.004027501,0.791703999,0.474870116,0.203190178,0.834126532 -Tajikistan,Asia,2010,4.380636215,7.766423225,0.759163022,60.90000153,0.78449589,0.056981448,0.678527772,0.482640594,0.191733032,0.909929097 -Tajikistan,Asia,2011,4.262671471,7.81664753,0.750738382,61,0.776179969,-0.12384247,0.67219919,0.573455215,0.165632233,0.890875399 -Tajikistan,Asia,2012,4.496571541,7.86716938,0.728590906,61.09999847,0.749034524,-0.07782729,0.717097759,0.583021522,0.19819133,0.921518028 -Tajikistan,Asia,2013,4.966521263,7.916160107,0.700642824,61.20000076,0.693119764,0.058206622,0.76423651,0.578209102,0.169620931,0.892602265 -Tajikistan,Asia,2014,4.896157742,7.957959652,0.809826255,61.29999924,0.852732241,-0.003727215,0.698430777,0.586818874,0.196153805,0.830833197 -Tajikistan,Asia,2015,5.124210835,7.992942333,0.843932509,61.40000153,0.84654212,0.016705303,0.741689622,0.633298099,0.195661336,0.874170899 -Tajikistan,Asia,2016,5.103721142,8.036323547,0.856656969,61.54999924,0.703026891,0.004177582,0.631887853,0.587447524,0.219799668,0.844887733 -Tajikistan,Asia,2017,5.829234123,8.082228661,0.662693322,61.70000076,0.832002461,0.11894881,0.71833688,0.580617487,0.277725339,0.92979306 -Tajikistan,Asia,2018,5.497468948,8.133027077,0.875243485,61.84999847,,-0.070536941,0.577945948,0.63173908,0.219793811, -Tajikistan,Asia,2019,5.464015484,8.181798935,0.87982291,62,,-0.050671123,0.490029365,0.663062751,0.178497195, -Tajikistan,Asia,2020,5.373398781,8.203014374,0.789744556,62.15000153,,-0.051335339,0.549786448,0.651893914,0.344161272, -Tajikistan,Asia,2021,5.286824226,8.269582748,0.882888913,62.29999924,,-0.068064049,0.498924732,0.655013323,0.240199998, -Tanzania,Africa,2006,3.922484159,7.459784985,0.782916188,50.75999832,0.786858559,-0.02690478,0.649104774,0.725443363,0.20923847,0.810298979 -Tanzania,Africa,2007,4.317949772,7.497267246,0.707851589,51.41999817,0.715832293,-0.01257504,0.706752419,0.702123582,0.219852954,0.724731684 -Tanzania,Africa,2008,4.384741783,7.52532959,0.77436012,52.08000183,0.562211752,0.255990297,0.930031776,0.739763379,0.178047031,0.51525718 -Tanzania,Africa,2009,3.407507896,7.551692009,0.836828411,52.74000168,0.606549144,0.308239102,0.902627051,0.733148217,0.160527438,0.680313766 -Tanzania,Africa,2010,3.229129076,7.587300777,0.812531769,53.40000153,0.597121656,0.138581187,0.866263866,0.666602314,0.146118715,0.640798569 -Tanzania,Africa,2011,4.073562145,7.632745266,0.882530153,54.06000137,0.73603034,-0.046635401,0.81637615,0.719679892,0.145141155,0.564787149 -Tanzania,Africa,2012,4.006897449,7.647726059,0.832056403,54.72000122,0.577453315,0.21274434,0.886997938,0.641209841,0.195307106,0.414645106 -Tanzania,Africa,2013,3.852394819,7.683146954,0.803418577,55.38000107,0.654182136,0.053889256,0.859005868,0.707001388,0.19128789,0.518418312 -Tanzania,Africa,2014,3.483278513,7.717155933,0.789081037,56.04000092,0.654125094,0.10997434,0.877885878,0.693071842,0.241430685,0.645994246 -Tanzania,Africa,2015,3.660597324,7.743546486,0.79026258,56.70000076,0.758684695,0.148424551,0.906422615,0.606502652,0.191747963,0.68432039 -Tanzania,Africa,2016,2.90273428,7.775247097,0.63775593,57.15000153,0.77548492,0.1788214,0.739247262,0.649170816,0.245985955,0.899560869 -Tanzania,Africa,2017,3.347121239,7.80724287,0.705010295,57.59999847,0.800495505,0.11580196,0.653606057,0.662317872,0.255335689,0.913339019 -Tanzania,Africa,2018,3.445023298,7.828423023,0.6753304,58.04999924,0.807142138,0.153607219,0.611534059,0.701750636,0.221005499,0.914648473 -Tanzania,Africa,2019,3.640154839,7.85463953,0.687267542,58.5,0.850132525,0.100826584,0.589293599,0.679453611,0.243097946,0.91315937 -Tanzania,Africa,2020,3.785684109,7.844321728,0.739817083,58.95000076,0.830343485,0.296098918,0.520631671,0.667273879,0.271117926,0.905542135 -Tanzania,Africa,2021,3.68056798,7.856203079,0.618984401,59.40000153,0.821772814,0.113438092,0.546387076,0.648245037,0.246362492,0.89139092 -Tanzania,Africa,2022,3.615845203,7.871555328,0.600180984,59.84999847,0.856139898,0.136041611,0.584417045,0.707061291,0.195128813, -Thailand,Asia,2006,5.88543272,9.45248127,0.894326627,66.37999725,0.863195002,0.328907818,0.934745491,0.749904871,0.164122775,0.498704374 -Thailand,Asia,2007,5.783891201,9.497788429,0.888634205,66.55999756,0.870159268,0.3884992,0.897752762,0.783649325,0.180010006,0.479080051 -Thailand,Asia,2008,5.636471272,9.507421494,0.831711292,66.73999786,0.867833734,0.423185706,0.933372617,0.777418733,0.145058736,0.406274229 -Thailand,Asia,2009,5.475645065,9.493308067,0.89324528,66.91999817,0.868223727,0.522776604,0.903822482,0.8082816,0.166086391,0.511181891 -Thailand,Asia,2010,6.216702938,9.559039116,0.897651255,67.09999847,0.859636426,0.533928752,0.916693389,0.821447611,0.181523174,0.683404207 -Thailand,Asia,2011,6.663609028,9.560946465,0.884350836,67.27999878,0.92688185,0.39821884,0.923195601,0.834183812,0.116675928,0.539867997 -Thailand,Asia,2012,6.300235271,9.624428749,0.906098127,67.45999908,0.846932828,0.377990574,0.908612072,0.732703328,0.137503058,0.702815235 -Thailand,Asia,2013,6.231024742,9.644870758,0.926377833,67.63999939,0.781081975,0.454450846,0.925430059,0.781871855,0.140830517,0.506152332 -Thailand,Asia,2014,6.985463619,9.649187088,0.933167398,67.81999969,0.899846315,0.550825179,0.919834435,0.768266082,0.16873844,0.720304966 -Thailand,Asia,2015,6.201762676,9.675292015,0.866324544,68,0.884916544,0.314282238,0.913651109,0.883586407,0.174081355,0.657713354 -Thailand,Asia,2016,6.07363987,9.704628944,0.907543659,68.07499695,0.924145699,0.354074776,0.877978384,0.810856104,0.217879668,0.645925045 -Thailand,Asia,2017,5.938895226,9.741441727,0.877268732,68.15000153,0.922896802,0.210786507,0.883816779,0.775898397,0.231597617,0.605078816 -Thailand,Asia,2018,6.011561871,9.779569626,0.873052418,68.22499847,0.90482825,0.257063568,0.906596005,0.782850683,0.198190212,0.605364442 -Thailand,Asia,2019,6.02215147,9.798331261,0.903051019,68.30000305,0.898244619,0.307165354,0.87703979,0.791796386,0.208183601,0.467234045 -Thailand,Asia,2020,5.884544373,9.732022285,0.866702616,68.375,0.840463281,0.272304952,0.918340027,0.770296693,0.326168567,0.333083987 -Thailand,Asia,2021,5.638096809,9.745490074,0.882821918,68.44999695,0.835590303,0.292775661,0.943129361,0.71892941,0.297737539,0.239433169 -Thailand,Asia,2022,6.007117271,9.777226448,0.866995156,68.52500153,0.880613744,0.301083535,0.867953539,0.773228884,0.218288258, -Togo,Africa,2006,3.202429295,7.341597557,0.435413569,50.24000168,0.628228486,-0.026758458,0.849971652,0.570732355,0.348204553,0.319889128 -Togo,Africa,2008,2.807855129,7.312003613,0.291333675,51.11999893,0.286814392,-0.074569926,0.931986213,0.397701234,0.378714591,0.170060903 -Togo,Africa,2011,2.936220884,7.405950069,0.302955091,52.43999863,0.584088326,-0.089821838,0.832003653,0.47878173,0.395362616,0.512031615 -Togo,Africa,2014,2.83895874,7.509245396,0.444339007,53.75999832,0.663193226,-0.104941756,0.79534179,0.536514223,0.442813188,0.47710976 -Togo,Africa,2015,3.768301964,7.540040016,0.478593409,54.20000076,0.771577239,-0.088980012,0.733261764,0.59704268,0.415780723,0.500700116 -Togo,Africa,2016,3.878578424,7.569278717,0.509440958,54.70000076,0.730286777,-0.027281882,0.815044165,0.610478222,0.482885897,0.485859901 -Togo,Africa,2017,4.360805035,7.587156773,0.507805228,55.20000076,0.716694415,-0.062541232,0.725519598,0.614387572,0.425824255,0.48495236 -Togo,Africa,2018,4.022894859,7.611330509,0.596353889,55.70000076,0.611966252,-0.027302342,0.808537722,0.601868391,0.446454376,0.323221207 -Togo,Africa,2019,4.179493904,7.640375137,0.53870219,56.20000076,0.617419779,0.044211332,0.736675024,0.606394589,0.443869889,0.424144924 -Togo,Africa,2021,4.036543846,7.661435127,0.603399694,57.20000076,0.618520677,0.040942594,0.765818477,0.627953172,0.417280585,0.547805727 -Togo,Africa,2022,4.238982201,7.685194492,0.57893008,57.70000076,0.695722461,0.006935479,0.713181138,0.593969762,0.41426459, -Trinidad and Tobago,,2006,5.832188606,10.17208767,0.886789143,61.77999878,0.840088725,0.141344205,0.917428493,0.75001967,0.229044273,0.313278943 -Trinidad and Tobago,,2008,6.696444035,10.24041939,0.858300388,62.54000092,0.838140428,0.086639203,0.958828151,0.802126884,0.183789805,0.287057579 -Trinidad and Tobago,,2011,6.518745899,10.20590019,0.862838507,63.68000031,0.775391877,0.077806674,0.899956524,0.826687574,0.134090632,0.520987928 -Trinidad and Tobago,,2013,6.167706966,10.29314804,0.883180499,64.44000244,0.846941471,0.123256274,0.947674036,0.763941884,0.285929441,0.383484423 -Trinidad and Tobago,,2017,6.191859722,10.17404556,0.916029036,65.69999695,0.859140456,0.01170763,0.911336362,0.763025999,0.248098806,0.272540897 -Tunisia,Middle East and North Africa,2009,5.025470257,9.237887383,,66.22000122,0.781496286,-0.124444373,0.722210646,,, -Tunisia,Middle East and North Africa,2010,5.130520821,9.256966591,0.863187671,66.30000305,0.623592854,-0.140697673,0.732379258,0.696831405,0.248912811,0.903174698 -Tunisia,Middle East and North Africa,2011,4.87648201,9.223750114,0.714891434,66.37999725,0.603123665,-0.203948289,0.912656903,0.513189495,0.248196974,0.472290635 -Tunisia,Middle East and North Africa,2012,4.463531017,9.252275467,0.614422798,66.45999908,0.567737222,-0.181405813,0.899453163,0.490396291,0.326999813,0.435219467 -Tunisia,Middle East and North Africa,2013,5.245604992,9.265080452,0.647967458,66.54000092,0.536287725,-0.211687595,0.886026919,0.434686065,0.23915638,0.320763677 -Tunisia,Middle East and North Africa,2014,4.763594627,9.284193993,0.680260599,66.62000275,0.588934243,-0.236709133,0.783134162,0.423616856,0.320770472,0.391600043 -Tunisia,Middle East and North Africa,2015,5.131611824,9.282613754,0.60947001,66.69999695,0.711373389,-0.230600506,0.814824998,0.513881803,0.319542259,0.480274767 -Tunisia,Middle East and North Africa,2016,4.521453381,9.282727242,0.701822102,66.75,0.614438355,-0.169491678,0.810745656,0.531927884,0.378108263,0.347431242 -Tunisia,Middle East and North Africa,2017,4.124342918,9.29421711,0.717381597,66.80000305,0.477956653,-0.223429456,0.868826747,0.366641402,0.377196848,0.250827312 -Tunisia,Middle East and North Africa,2018,4.741132259,9.309548378,0.732953548,66.84999847,0.649680078,-0.195936218,0.84011662,0.535870433,0.365014285,0.349490464 -Tunisia,Middle East and North Africa,2019,4.315479755,9.314774513,0.609589279,66.90000153,0.659331739,-0.214174494,0.88890475,0.458863199,0.433413476,0.286565632 -Tunisia,Middle East and North Africa,2020,4.730811119,9.215332031,0.719013214,66.94999695,0.667758107,-0.203692898,0.877354085,0.519344747,0.438774347,0.29391408 -Tunisia,Middle East and North Africa,2021,4.49948597,9.249362946,0.711321533,67,0.591229916,-0.203170478,0.932745636,0.451362312,0.335503727,0.317189902 -Tunisia,Middle East and North Africa,2022,4.260868073,9.265902519,0.754739821,67.05000305,0.474189252,-0.230852157,0.908436537,0.458278269,0.303687036, -Turkiye,,2005,4.718733788,9.800280571,0.819936395,66.09999847,0.623114944,,0.876998603,0.478679717,, -Turkiye,,2007,5.623471737,9.89130497,0.792272806,66.41999817,0.459311515,-0.180983201,0.799733341,0.592484176,0.395127177, -Turkiye,,2008,5.118231773,9.887406349,0.644873619,66.58000183,0.415497869,-0.191523522,0.785390556,0.510493875,0.345338136, -Turkiye,,2009,5.212841511,9.825364113,0.754645526,66.73999786,0.455817074,-0.229694709,0.852887154,0.454365164,0.316301852, -Turkiye,,2010,5.490347385,9.892935753,0.794905484,66.90000153,0.514920354,-0.189835683,0.810895741,0.53223002,0.327065974, -Turkiye,,2011,5.271944046,9.985816956,0.691901684,67.05999756,0.445606649,-0.244793341,0.648596227,0.512297988,0.379784316, -Turkiye,,2012,5.309076309,10.01782227,0.739280581,67.22000122,0.470903218,-0.218662322,0.701850235,0.506105602,0.334832817, -Turkiye,,2013,4.888177395,10.08216667,0.795451164,67.37999725,0.540723383,-0.23243539,0.698064804,0.551321387,0.391873837, -Turkiye,,2014,5.579794407,10.11052322,0.863288283,67.54000092,0.649196088,-0.026465939,0.764013529,0.409512967,0.377324939, -Turkiye,,2015,5.514465332,10.15013885,0.851224601,67.69999695,0.653196752,-0.018882724,0.806076229,0.390979111,0.382290989, -Turkiye,,2016,5.326221943,10.16573524,0.879994631,67.875,0.64414674,-0.067680292,0.763706565,0.413586646,0.389962941, -Turkiye,,2017,5.607262135,10.22494888,0.876467824,68.05000305,0.644434214,-0.240131393,0.670910537,0.39316678,0.312846124, -Turkiye,,2018,5.185689449,10.2455864,0.847027302,68.22499847,0.528629065,-0.179061726,0.804878533,0.37929222,0.350773096, -Turkiye,,2019,4.87207365,10.24530506,0.791656196,68.40000153,0.631083786,-0.139380321,0.760442197,0.34748134,0.368088663, -Turkiye,,2020,4.861554146,10.25671864,0.856730223,68.57499695,0.510385871,-0.117426276,0.774417162,0.331563056,0.440387309, -Turkiye,,2021,4.366639614,10.35668087,0.736194909,68.75,0.44652763,-0.036791019,0.810165942,0.297092021,0.470578879, -Turkmenistan,Asia,2009,6.567713261,8.955208778,0.923845649,59.77999878,,-0.102010414,,0.695308208,0.151583612, -Turkmenistan,Asia,2011,5.791754723,9.146244049,0.964418709,60.41999817,,0.018015824,,0.576615632,0.122067995, -Turkmenistan,Asia,2012,5.463827133,9.233411789,0.945841253,60.74000168,0.78556335,-0.123258173,,0.540799439,0.1168807, -Turkmenistan,Asia,2013,5.391762733,9.312130928,0.845733166,61.06000137,0.704529464,-0.071969107,,0.551942766,0.159606159, -Turkmenistan,Asia,2014,5.787379265,9.391798973,0.908927441,61.38000107,0.804678082,0.031376246,,0.613807082,0.153949738, -Turkmenistan,Asia,2015,5.791460037,9.436701775,0.960158467,61.70000076,0.701358378,0.092151947,,0.633318007,0.301038891, -Turkmenistan,Asia,2016,5.887051582,9.479299545,0.929032266,61.79999924,0.7485044,0.003983712,,0.55969739,0.255499244, -Turkmenistan,Asia,2017,5.229148865,9.525407791,0.908454895,61.90000153,0.720399201,0.065373786,,0.487965137,0.349627674, -Turkmenistan,Asia,2018,4.620601654,9.56949234,0.984488964,62,0.857774079,0.258954704,,0.567175508,0.189024538, -Turkmenistan,Asia,2019,5.474299908,9.615312576,0.981501758,62.09999847,0.891526878,0.284132421,,0.49389109,0.183343247, -Uganda,Africa,2006,3.733583927,7.370232105,0.760255516,48.74000168,0.746722817,-0.042478558,0.80658859,0.55203253,0.254417956,0.582253158 -Uganda,Africa,2007,4.45583868,7.421669006,0.844879091,49.58000183,0.707960546,-0.00246858,0.880528808,0.670486212,0.227878153,0.579155207 -Uganda,Africa,2008,4.568619251,7.475902081,0.812828124,50.41999817,0.577933729,-0.056679573,0.848458529,0.623278558,0.239572912,0.495678872 -Uganda,Africa,2009,4.611985683,7.512547493,0.852087021,51.25999832,0.760231495,-0.03946368,0.840422809,0.594162881,0.296115577,0.479615837 -Uganda,Africa,2010,4.192882061,7.538239956,0.830155492,52.09999847,0.800667286,-0.01694892,0.854991913,0.627986968,0.251241982,0.662705898 -Uganda,Africa,2011,4.826001167,7.59893322,0.881751359,52.93999863,0.732973993,0.028986119,0.830123901,0.618214846,0.25448221,0.52145654 -Uganda,Africa,2012,4.309237957,7.607652664,0.884721696,53.77999878,0.649463236,0.078395411,0.837545872,0.708792746,0.265322387,0.396223307 -Uganda,Africa,2013,3.709578753,7.614126205,0.878275216,54.61999893,0.76302135,0.049727295,0.820480824,0.646537483,0.34635675,0.577862203 -Uganda,Africa,2014,3.769919157,7.634238243,0.821205795,55.45999908,0.834174395,0.005992836,0.897995412,0.634924591,0.396719784,0.57691586 -Uganda,Africa,2015,4.237686634,7.653903008,0.746633112,56.29999924,0.757835329,0.131468296,0.872740388,0.678660333,0.352847546,0.604114532 -Uganda,Africa,2016,4.233261108,7.667255402,0.753540218,56.77500153,0.739409745,0.127932861,0.811069787,0.664561212,0.410066664,0.671565831 -Uganda,Africa,2017,4.000516891,7.663124561,0.739956141,57.25,0.772344112,0.056213588,0.81577003,0.688604355,0.400025725,0.655109107 -Uganda,Africa,2018,4.321714878,7.690243721,0.739841044,57.72499847,0.728512764,0.075058661,0.856106222,0.686664224,0.390319228,0.50385344 -Uganda,Africa,2019,4.948051453,7.718692303,0.805487394,58.20000076,0.704376638,0.134901896,0.825612605,0.689078808,0.385220796,0.558205307 -Uganda,Africa,2020,4.640909672,7.714449883,0.800461173,58.67499924,0.687482119,0.143275976,0.877587259,0.705435634,0.424706668,0.48086071 -Uganda,Africa,2021,4.224533558,7.717090607,0.793349564,59.15000153,0.710621119,0.084252886,0.835011721,0.699308991,0.358832955,0.558759928 -Ukraine,Asia,2006,4.803954124,9.414028168,0.852453351,60.91999817,0.623814106,-0.262653708,0.929431498,0.551184297,0.249234051,0.15470925 -Ukraine,Asia,2007,5.25218153,9.498954773,0.820094347,61.24000168,0.493922472,-0.246703863,0.967939556,0.558919847,0.207651809,0.078787297 -Ukraine,Asia,2008,5.172380447,9.526556969,0.860013783,61.56000137,0.486626983,-0.270722479,0.929175198,0.544517279,0.185805932,0.159723967 -Ukraine,Asia,2009,5.1656394,9.366869926,0.845293224,61.88000107,0.460348487,-0.246958554,0.962244451,0.544606388,0.189013854,0.086690761 -Ukraine,Asia,2010,5.057561398,9.410946846,0.883555114,62.20000076,0.483833194,-0.194431901,0.953752279,0.472101361,0.227200434,0.263286889 -Ukraine,Asia,2011,5.083132744,9.467564583,0.859458685,62.52000046,0.57866931,-0.233417913,0.932535291,0.538531721,0.21964775,0.236262515 -Ukraine,Asia,2012,5.030342102,9.471556664,0.897573471,62.84000015,0.563649774,-0.228860572,0.896237016,0.508998454,0.192819074,0.236936122 -Ukraine,Asia,2013,4.710802555,9.474287987,0.896510422,63.15999985,0.568715692,-0.222087637,0.937324286,0.571862519,0.224595502,0.189184397 -Ukraine,Asia,2014,4.297329903,9.42430687,0.876760185,63.47999954,0.533267498,0.080815636,0.926788926,0.542552173,0.248560056,0.242528632 -Ukraine,Asia,2015,3.964542866,9.325107574,0.909439743,63.79999924,0.43059203,-0.036331616,0.952472746,0.531036317,0.241075858,0.084303714 -Ukraine,Asia,2016,4.028690338,9.353255272,0.884961367,63.92499924,0.5025419,0.007415353,0.891075134,0.549968243,0.219624251,0.125653401 -Ukraine,Asia,2017,4.311067104,9.380973816,0.858324885,64.05000305,0.598875523,-0.005324224,0.936764002,0.528048277,0.234763831,0.11093653 -Ukraine,Asia,2018,4.661909103,9.420351982,0.900936723,64.17500305,0.663055062,-0.077508025,0.942960739,0.550485551,0.221851483,0.079710059 -Ukraine,Asia,2019,4.701762199,9.457587242,0.88272649,64.30000305,0.715311766,-0.084162027,0.885004938,0.548534453,0.201131731,0.374282002 -Ukraine,Asia,2020,5.269675732,9.42607975,0.884686291,64.42500305,0.784273446,0.123323813,0.945668995,0.628791153,0.284736186,0.230166271 -Ukraine,Asia,2021,5.311355114,9.46835804,0.879308522,64.55000305,0.769904315,0.16855143,0.922350943,0.574909985,0.25038904,0.213765517 -Ukraine,Asia,2022,4.63743639,9.049329758,0.863068104,64.67500305,0.829034388,0.427582234,0.851863027,0.526714623,0.389885187, -United Arab Emirates,Middle East and North Africa,2006,6.734221935,11.43305492,0.903410435,64.86000061,0.89755702,-0.042062353,0.203358769,0.693962455,0.275255412, -United Arab Emirates,Middle East and North Africa,2009,6.866062641,10.95246792,0.885089338,65.04000092,0.848821878,0.016182568,0.338876456,0.718198836,0.287074417, -United Arab Emirates,Middle East and North Africa,2010,7.097455502,10.90897179,0.911762357,65.09999847,0.877750754,0.052678794,0.355115891,0.70074904,0.23301357, -United Arab Emirates,Middle East and North Africa,2011,7.118701458,10.96500683,0.881368935,65.16000366,0.889463484,0.064719394,,0.701554298,0.215870038, -United Arab Emirates,Middle East and North Africa,2012,7.217766762,11.00125313,0.855876803,65.22000122,0.919792593,,,0.719470143,0.223985344, -United Arab Emirates,Middle East and North Africa,2013,6.620951176,11.04059601,0.863715768,65.27999878,0.93597883,,,,0.29111284, -United Arab Emirates,Middle East and North Africa,2014,6.539854527,11.07184505,,65.33999634,,,,,, -United Arab Emirates,Middle East and North Africa,2015,6.568397522,11.12838936,0.824136674,65.40000153,0.915036201,0.19346121,,0.722089231,0.295732975, -United Arab Emirates,Middle East and North Africa,2016,6.83095026,11.1738739,0.849379838,65.55000305,0.949119508,0.121524878,,0.739080667,0.244667903, -United Arab Emirates,Middle East and North Africa,2017,7.039419651,11.17300034,0.83552736,65.69999695,0.962016642,0.207089752,,0.737348914,0.207598448, -United Arab Emirates,Middle East and North Africa,2018,6.603743553,11.17815971,0.851041317,65.84999847,0.943664372,0.044617459,,0.722823083,0.302041829, -United Arab Emirates,Middle East and North Africa,2019,6.710782528,11.18139076,0.861533284,66,0.911419511,0.119297586,,0.730051637,0.283763289, -United Arab Emirates,Middle East and North Africa,2020,6.458392143,11.12237263,0.826755583,66.15000153,0.9421615,0.050476916,,0.70239532,0.298480302, -United Arab Emirates,Middle East and North Africa,2021,6.733067513,11.15244007,0.826060593,66.30000305,0.95132792,0.151218623,,0.696669996,0.217109919, -United Arab Emirates,Middle East and North Africa,2022,6.737605572,11.20181751,0.797737062,66.44999695,0.93229568,0.170801714,,0.715105414,0.241539121, -United Kingdom,Europe,2005,6.983556747,10.66725636,0.978839755,69.09999847,0.922354519,,0.398456872,0.779467702,0.261732221,0.494749576 -United Kingdom,Europe,2007,6.801930904,10.69880486,0.969869673,69.22000122,0.83833164,0.332059264,0.498093426,0.686200142,0.241052061,0.363637656 -United Kingdom,Europe,2008,6.986463547,10.68938923,0.953838587,69.27999878,0.759144187,0.326848954,0.547769129,0.723952413,0.218296558,0.324165732 -United Kingdom,Europe,2009,6.90654707,10.63567162,0.964428782,69.33999634,0.816228807,0.337423772,0.558927298,0.739177883,0.231028661,0.384066552 -United Kingdom,Europe,2010,7.029364109,10.65184307,0.955068171,69.40000153,0.841306746,0.398790002,0.586813152,0.753458798,0.176342949,0.50351125 -United Kingdom,Europe,2011,6.869248867,10.65464783,0.94871068,69.45999908,0.899774432,0.331989884,0.437595308,0.742470384,0.173908412,0.467890024 -United Kingdom,Europe,2012,6.880784035,10.66207504,0.934574962,69.51999664,0.888970494,0.36725089,0.425169915,0.738626719,0.184244528,0.421262175 -United Kingdom,Europe,2013,6.918055058,10.67341232,0.936884105,69.58000183,0.905278027,0.342465341,0.568043172,0.71891278,0.252095789,0.379231632 -United Kingdom,Europe,2014,6.758147717,10.69754314,0.910247326,69.63999939,0.85703969,0.350483507,0.484118432,0.740233481,0.251140326,0.422672093 -United Kingdom,Europe,2015,6.515445232,10.71326923,0.935985744,69.69999695,0.832926095,0.295811176,0.456133723,0.739562273,0.219261855,0.456811696 -United Kingdom,Europe,2016,6.8242836,10.72711086,0.954068184,69.80000305,0.821192145,0.245829523,0.458313286,0.732421219,0.22958678,0.40863207 -United Kingdom,Europe,2017,7.103273392,10.74445915,0.937495291,69.90000153,0.812733293,0.286357582,0.418611348,0.712404668,0.20957242,0.440120846 -United Kingdom,Europe,2018,7.233445168,10.75530624,0.928483903,70,0.83750838,0.221139982,0.404276013,0.736233234,0.228275612,0.420859873 -United Kingdom,Europe,2019,7.157151222,10.76558113,0.942681074,70.09999847,0.85403955,0.265269667,0.485092282,0.738786042,0.251014441,0.340828866 -United Kingdom,Europe,2020,6.798177242,10.64504623,0.929353237,70.19999695,0.884624004,0.19695583,0.490203947,0.717481315,0.224655122,0.346972853 -United Kingdom,Europe,2021,6.866961956,10.71394444,0.854029596,70.30000305,0.815077186,0.253572524,0.447526574,0.683882475,0.265625894,0.394753993 -United Kingdom,Europe,2022,6.721779823,10.75374222,0.8634395,70.40000153,0.857062578,0.309394181,0.426054806,0.722764194,0.270162135, -United States,North America,2006,7.18179369,10.92078495,0.964571774,66.77999878,0.911496103,,0.600308657,0.774832726,0.260510951,0.558028817 -United States,North America,2007,7.512687683,10.93118,,66.76000214,0.871903777,0.192796171,0.633035123,0.755915344,0.231679291,0.393245459 -United States,North America,2008,7.280385971,10.92294216,0.952587247,66.73999786,0.877956271,0.250226587,0.668495476,0.774229228,0.226823047,0.379220605 -United States,North America,2009,7.158032417,10.8878336,0.911793768,66.72000122,0.830683827,0.196252614,0.665393829,0.75276643,0.2616615,0.503047287 -United States,North America,2010,7.16361618,10.90626526,0.926158726,66.69999695,0.828044355,0.239416048,0.689582586,0.776060641,0.231052637,0.418275833 -United States,North America,2011,7.115138531,10.91437721,0.921705008,66.68000031,0.863202393,0.15617764,0.696925759,0.736950576,0.273378521,0.382531583 -United States,North America,2012,7.026226997,10.92959213,0.903192282,66.66000366,0.822662294,0.210161909,0.71003443,0.76451987,0.259643853,0.348855615 -United States,North America,2013,7.249285221,10.94091511,0.92539686,66.63999939,0.79225564,0.26937291,0.746894062,0.776115954,0.260328352,0.288647503 -United States,North America,2014,7.151114464,10.95620155,0.902097046,66.62000275,0.866076887,0.216903836,0.702267468,0.785790622,0.281265348,0.348671198 -United States,North America,2015,6.863946915,10.97554302,0.903571069,66.59999847,0.848753452,0.215132326,0.697542608,0.768670917,0.274687767,0.346936464 -United States,North America,2016,6.803599834,10.98483372,0.896751285,66.47499847,0.757893085,0.139648169,0.738919556,0.736573935,0.264203817,0.297205657 -United States,North America,2017,6.9917593,11.00067806,0.921002865,66.34999847,0.868496716,0.192887589,0.681191266,0.754558206,0.268269062,0.386535019 -United States,North America,2018,6.882684708,11.02444267,0.903856039,66.22499847,0.824606657,0.111657284,0.709928274,0.757445514,0.292226255,0.3138161 -United States,North America,2019,6.943701267,11.04257393,0.916691124,66.09999847,0.836139023,0.139838308,0.706715524,0.755090654,0.243833661,0.362774432 -United States,North America,2020,7.028088093,11.0048933,0.937369823,65.97499847,0.850447297,0.029316831,0.678124607,0.721989095,0.295499027,0.464917094 -United States,North America,2021,6.959087849,11.06146431,0.920008719,65.84999847,0.815734804,0.190033197,0.686591566,0.739682019,0.277191907,0.404625207 -United States,North America,2022,6.692790031,11.07859612,0.900261819,65.72499847,0.735639811,0.190581053,0.701127529,0.711595833,0.267307669, -Uruguay,South America,2006,5.785868168,9.629241943,0.911876857,66.77999878,0.806579232,-0.122032814,0.476627111,0.701122224,0.306158066,0.652353764 -Uruguay,South America,2007,5.693945885,9.690691948,0.874576509,66.86000061,0.786248624,-0.174542174,0.614029229,0.709920585,0.273572266,0.610193133 -Uruguay,South America,2008,5.663869858,9.757752419,0.879113853,66.94000244,0.807930231,-0.152498081,0.596766949,0.684607685,0.26400578,0.590951741 -Uruguay,South America,2009,6.296222687,9.796907425,0.923861444,67.01999664,0.82504946,-0.127969831,0.543947875,0.722020388,0.254544437,0.655707836 -Uruguay,South America,2010,6.062010765,9.869509697,0.893039763,67.09999847,0.832241356,-0.16781567,0.47137624,0.738478601,0.231179178,0.728630126 -Uruguay,South America,2011,6.554047108,9.917165756,0.891282439,67.18000031,0.851441562,-0.089835346,0.556286037,0.702420473,0.252250046,0.631276906 -Uruguay,South America,2012,6.449728489,9.949114799,0.864693701,67.26000214,0.870590031,0.057246923,0.615349591,0.691910923,0.214202747,0.584287286 -Uruguay,South America,2013,6.444464684,9.991471291,0.917279661,67.33999634,0.888278008,-0.053028893,0.585632265,0.742915869,0.253228515,0.524399817 -Uruguay,South America,2014,6.561443806,10.02025032,0.901897848,67.41999817,0.904332876,-0.082714424,0.53349489,0.788126111,0.251498908,0.595346212 -Uruguay,South America,2015,6.628080368,10.02066708,0.891493499,67.5,0.916879654,-0.042211991,0.673475683,0.811901748,0.299538106,0.550558805 -Uruguay,South America,2016,6.171485424,10.03421211,0.900380909,67.5,0.886371911,-0.081924766,0.676212788,0.734732747,0.283180267,0.423132598 -Uruguay,South America,2017,6.336009979,10.04789066,0.91380167,67.5,0.897851646,-0.10079544,0.626581967,0.742276073,0.280323356,0.413032115 -Uruguay,South America,2018,6.371714592,10.05124474,0.917315602,67.5,0.876210928,-0.105916657,0.682916045,0.774895191,0.274945587,0.361706048 -Uruguay,South America,2019,6.600337029,10.05434418,0.933470964,67.5,0.902678788,-0.104386106,0.599399626,0.763834417,0.221730188,0.551632583 -Uruguay,South America,2020,6.309681416,9.990978241,0.921070337,67.5,0.907761931,-0.091452166,0.491007835,0.720520616,0.264692068,0.665177822 -Uruguay,South America,2021,6.501700401,10.0345459,0.913873136,67.5,0.8987239,-0.050625291,0.60564214,0.746208131,0.26320982,0.485830873 -Uruguay,South America,2022,6.670852661,10.08412075,0.904825211,67.5,0.877968609,-0.051668242,0.631336689,0.774694264,0.267484903, -Uzbekistan,Asia,2006,5.232322216,8.255723,0.903066933,61.34000015,0.784301162,-0.122146532,0.608808279,0.650082767,0.195057839,0.891237795 -Uzbekistan,Asia,2008,5.311368465,8.402387619,0.894025862,61.81999969,0.831268847,-0.029875154,,0.647092998,0.186682403, -Uzbekistan,Asia,2009,5.26072073,8.462946892,0.904677987,62.06000137,,0.006301182,0.610257804,0.646040261,0.158656552, -Uzbekistan,Asia,2010,5.095342159,8.507943153,0.903226435,62.29999924,,-0.036957644,0.51872021,0.664852977,0.151882708, -Uzbekistan,Asia,2011,5.738744259,8.553657532,0.924071252,62.54000092,0.934132695,0.035348363,0.52186209,0.662584543,0.122773238, -Uzbekistan,Asia,2012,6.019331932,8.607551575,0.933141291,62.77999878,0.913550138,-0.043978337,0.463375092,0.650409043,0.118176885, -Uzbekistan,Asia,2013,5.939986229,8.662359238,0.962780654,63.02000046,0.949539959,-0.040499594,0.433931798,0.686188698,0.130197287, -Uzbekistan,Asia,2014,6.049212456,8.711969376,0.952406049,63.25999832,0.954481184,0.05503799,0.536461055,0.712928891,0.106158175, -Uzbekistan,Asia,2015,5.972364426,8.764227867,0.968225241,63.5,0.979937136,0.368484914,0.470916927,0.778201997,0.103493795,0.973944485 -Uzbekistan,Asia,2016,5.892539024,8.804467201,0.945102155,63.79999924,0.983803034,0.202084795,,0.77125746,0.146897659,0.978045106 -Uzbekistan,Asia,2017,6.421447754,8.830646515,0.942131102,64.09999847,0.985177755,0.116439149,0.464641601,0.745110095,0.202737495,0.964690447 -Uzbekistan,Asia,2018,6.205460072,8.865442276,0.920821011,64.40000153,0.969897985,0.311532587,0.520360112,0.746031344,0.208660305,0.969356358 -Uzbekistan,Asia,2019,6.154049397,8.90220356,0.915275931,64.69999695,0.970294535,0.298114806,0.511196852,0.751279771,0.219745517,0.960944533 -Uzbekistan,Asia,2020,5.841929913,8.901668549,0.849564791,65,0.928216279,0.193077326,0.642043591,0.67792666,0.278508723,0.89849627 -Uzbekistan,Asia,2021,6.18530798,8.953489304,0.895503759,65.30000305,0.927415252,0.186012119,0.661561668,0.698459327,0.232672125,0.912673354 -Uzbekistan,Asia,2022,6.016238689,8.989866257,0.878923297,65.59999847,0.959019244,0.308950752,0.615844429,0.741081834,0.224579901, -Venezuela,South America,2005,7.169620991,9.316228867,0.955278456,65.5,0.838198006,,0.719800055,0.802928805,0.23301369,0.491368443 -Venezuela,South America,2006,6.525146008,9.467176437,0.946309865,65.45999908,0.798280835,-0.034786578,0.646170914,0.836671948,0.178482935,0.630931258 -Venezuela,South America,2008,6.257771492,9.719097137,0.922433853,65.37999725,0.678400517,-0.229712844,0.776102602,0.818030298,0.224190742,0.53069824 -Venezuela,South America,2009,7.188803196,9.567276001,0.944540977,65.33999634,0.676885664,-0.121412233,0.827593684,0.792498291,0.180226415,0.487303972 -Venezuela,South America,2010,7.47845459,9.747844696,0.931575835,65.30000305,0.768256962,-0.160537377,0.754268944,0.847399771,0.129685894,0.588830411 -Venezuela,South America,2011,6.579789162,9.858507156,0.930619895,65.26000214,0.766335011,-0.232478663,0.77153933,0.823433876,0.19866626,0.518393934 -Venezuela,South America,2012,7.066577435,9.862484932,0.931629658,65.22000122,0.80410856,-0.198845744,0.743374348,0.843570352,0.176307857,0.539273024 -Venezuela,South America,2013,6.552796364,9.801931381,0.896301091,65.18000031,0.64196521,-0.227711573,0.837299705,0.812144101,0.237609103,0.388055533 -Venezuela,South America,2014,6.136096478,9.365731239,0.903955817,65.13999939,0.569961905,-0.188282639,0.826534986,0.796721876,0.243603572,0.202779502 -Venezuela,South America,2015,5.568800449,8.532186508,0.911086857,65.09999847,0.512159348,-0.085864797,0.813096821,0.837068617,0.222635239,0.212657243 -Venezuela,South America,2016,4.041114807,7.602412224,0.901949286,64.92500305,0.457601577,-0.056050498,0.890124679,0.675662339,0.391754121,0.164021522 -Venezuela,South America,2017,5.070750713,5.943209171,0.895879328,64.75,0.635505021,0.054433815,0.843969226,0.697486162,0.362984866,0.241123602 -Venezuela,South America,2018,5.005663395,5.935121536,0.886882067,64.57499695,0.610855222,0.072311707,0.827560008,0.723259926,0.373657614,0.260699689 -Venezuela,South America,2019,5.080803394,5.526723385,0.88767153,64.40000153,0.62552619,0.128371239,0.839340389,0.729552984,0.35095045,0.260136247 -Venezuela,South America,2020,4.573829651,,0.80522424,64.22499847,0.611814618,,0.811319113,0.689349473,0.396250457,0.251202166 -Venezuela,South America,2021,5.107553005,,0.812418044,64.05000305,0.595620394,,0.823898435,0.697586775,0.389350802,0.175912097 -Venezuela,South America,2022,5.948992252,,0.899366319,63.875,0.770416737,,0.798016429,0.754336953,0.292252004, -Vietnam,Asia,2006,5.293659687,8.553801537,0.887664497,64.18000031,0.885792136,-0.00345441,,0.65748477,0.203979179,0.860485971 -Vietnam,Asia,2007,5.421687603,8.613061905,0.856022894,64.26000214,0.917835951,0.071138225,0.753933966,,0.205932111,0.906147838 -Vietnam,Asia,2008,5.480425358,8.658331871,0.804560363,64.33999634,0.888624668,0.182484388,0.789237559,0.623606741,0.217537612,0.866248786 -Vietnam,Asia,2009,5.304264545,8.700611115,0.815026462,64.41999817,0.834133863,-0.079960719,0.837869763,0.480906844,0.189930111,0.863494039 -Vietnam,Asia,2010,5.295780659,8.75219059,0.786611378,64.5,0.831494451,-0.023855312,0.74263674,0.670660913,0.215798423,0.850196421 -Vietnam,Asia,2011,5.767344475,8.803674698,0.897655129,64.58000183,0.818404377,0.086779304,0.742161632,0.493658513,0.192669109,0.772131264 -Vietnam,Asia,2012,5.53456974,8.846538544,0.775008678,64.66000366,0.856053472,-0.128692746,0.814884901,0.546053529,0.221355975,0.856453717 -Vietnam,Asia,2013,5.022698879,8.889822006,0.75947696,64.73999786,0.91960746,-0.045563158,0.771245837,0.688877702,0.165225267,0.811746299 -Vietnam,Asia,2014,5.084923267,8.941402435,0.792168498,64.81999969,,-0.018800916,,0.633852303,0.240606785, -Vietnam,Asia,2015,5.076315403,8.998518944,0.848676682,64.90000153,,0.066410445,,0.583119392,0.232416138, -Vietnam,Asia,2016,5.062267303,9.053183556,0.876323581,65,0.894351125,-0.109294027,0.799240172,0.487257183,0.222550198, -Vietnam,Asia,2017,5.175278664,9.110595703,,65.09999847,,,,,, -Vietnam,Asia,2018,5.295547009,9.173262596,0.83194524,65.19999695,0.909259796,-0.06076809,0.808422983,0.614404261,0.191061363, -Vietnam,Asia,2019,5.467451096,9.235228539,0.847592115,65.30000305,0.95246917,-0.145854294,0.787889242,0.657785714,0.18561019, -Vietnam,Asia,2020,5.462341785,9.254416466,0.764509618,65.40000153,0.944707036,0.065848432,0.791133821,0.699164987,0.286374211, -Vietnam,Asia,2021,5.540249825,9.271267891,0.799493909,65.5,0.896800399,0.106941305,0.797787547,0.650598168,0.28043741, -Vietnam,Asia,2022,6.266508579,9.332854271,0.878744006,65.59999847,0.975405157,-0.178986996,0.703422904,0.774236381,0.10847342, -Yemen,Middle East and North Africa,2007,4.477132797,8.211858749,0.824968934,58.72000122,0.672685325,0.009045254,,0.523651838,0.378784448,0.46513769 -Yemen,Middle East and North Africa,2009,4.809258938,8.250217438,0.756429732,58.63999939,0.644228697,-0.052437279,0.832427204,0.510788321,0.374159932,0.552199423 -Yemen,Middle East and North Africa,2010,4.35031271,8.413556099,0.726612389,58.59999847,0.659283996,-0.10378509,0.853403211,0.513613045,0.308332771,0.520392537 -Yemen,Middle East and North Africa,2011,3.746255636,8.263951302,0.662679553,58.56000137,0.638210595,-0.170486093,0.753882468,0.415944576,0.284862578,0.38704443 -Yemen,Middle East and North Africa,2012,4.060600758,8.179214478,0.681678295,58.52000046,0.705815315,-0.168769374,0.793232739,0.412569791,0.262816578,0.598434687 -Yemen,Middle East and North Africa,2013,4.217678547,8.166424751,0.693905294,58.47999954,0.542547464,-0.175701022,0.885196507,0.47832936,0.265685052,0.387677372 -Yemen,Middle East and North Africa,2014,3.967957973,8.159071922,0.638252258,58.43999863,0.66390872,-0.162415519,0.885429204,0.526576996,0.275673747,0.344929039 -Yemen,Middle East and North Africa,2015,2.982673883,7.772318363,0.668683469,58.40000153,0.609980762,-0.135051996,0.829097569,0.458002269,0.321357071,0.263296992 -Yemen,Middle East and North Africa,2016,3.825630903,7.552322388,0.775407016,58.17499924,0.532964051,-0.140765935,,0.401007384,0.227924526,0.267581195 -Yemen,Middle East and North Africa,2017,3.253560066,7.243477345,0.789555013,57.95000076,0.595190763,-0.124106795,,0.368106306,0.295063585,0.247786984 -Yemen,Middle East and North Africa,2018,3.057513952,7.443574429,0.789421916,57.72499847,0.55272609,-0.123615965,0.792586863,0.409409612,0.31486994,0.308151186 -Yemen,Middle East and North Africa,2019,4.196912766,7.447972775,0.870042801,57.5,0.651308239,-0.102915406,0.798228264,0.481123149,0.213043228, -Zambia,Africa,2006,4.824454784,7.83403492,0.797664523,46.75999832,0.720971525,-0.008994478,0.78528136,0.663519204,0.226278365,0.526590049 -Zambia,Africa,2007,3.998293161,7.878924847,0.687989235,47.41999817,0.682005048,-0.069392756,0.947914422,0.65270865,0.245637134,0.404140472 -Zambia,Africa,2008,4.730263233,7.918079376,0.624418199,48.08000183,0.716993749,0.053854529,0.89029932,0.706577241,0.205723315,0.557461917 -Zambia,Africa,2009,5.260360718,7.970727921,0.781925559,48.74000168,0.696183026,-0.097342148,0.916553378,0.693196416,0.122658856,0.413417637 -Zambia,Africa,2011,4.99911356,8.05415535,0.864022553,50.06000137,0.662850082,0.00203808,0.882149816,0.770685017,0.204069972,0.397612721 -Zambia,Africa,2012,5.013374805,8.094368935,0.780022562,50.72000122,0.787760317,0.007005189,0.806394398,0.675891519,0.250368446,0.594113767 -Zambia,Africa,2013,5.243995667,8.110990524,0.761311531,51.38000107,0.769912362,-0.10499499,0.732267559,0.726740301,0.307959944,0.552761495 -Zambia,Africa,2014,4.345837116,8.124429703,0.706222713,52.04000092,0.811824918,-0.011231022,0.80884099,0.638975799,0.327383965,0.606338799 -Zambia,Africa,2015,4.843164444,8.121295929,0.691483498,52.70000076,0.758653641,-0.039224371,0.871019542,0.634061992,0.381731302,0.631103098 -Zambia,Africa,2016,4.347543716,8.126893044,0.76704663,53.125,0.811574519,0.122042373,0.770643592,0.687513888,0.372240722,0.696891546 -Zambia,Africa,2017,3.932777405,8.130200386,0.74375391,53.54999924,0.823168576,0.140128255,0.739540637,0.660320103,0.387188882,0.717004061 -Zambia,Africa,2018,4.041488171,8.139133453,0.717720389,53.97499847,0.79062593,0.048025679,0.810731292,0.662484407,0.350962847,0.606715262 -Zambia,Africa,2019,3.306796551,8.12336731,0.637894392,54.40000153,0.811039805,0.077647731,0.831956029,0.673511207,0.394385278,0.589811146 -Zambia,Africa,2020,4.837992191,8.065783501,0.766871631,54.82500076,0.750422418,0.057657126,0.809749782,0.679042757,0.344525933,0.589309394 -Zambia,Africa,2021,3.082154989,8.082337379,0.619071007,55.25,0.832573771,0.141229719,0.824030817,0.655689895,0.348551363,0.697677791 -Zimbabwe,Africa,2006,3.826268435,7.459545135,0.821655512,40.40000153,0.431110412,-0.059926417,0.904756904,0.66866225,0.297146589,0.317073196 -Zimbabwe,Africa,2007,3.280246735,7.412636757,0.828113437,41.59999847,0.455957234,-0.06547711,0.946287155,0.588695168,0.264988512,0.225751966 -Zimbabwe,Africa,2008,3.174263716,7.210232735,0.843474507,42.79999924,0.343556046,-0.073041894,0.963846326,0.570537865,0.250060171,0.181593537 -Zimbabwe,Africa,2009,4.055914402,7.313473701,0.805780947,44,0.411089182,-0.061251741,0.930817783,0.660172701,0.218418732,0.285287261 -Zimbabwe,Africa,2010,4.681569576,7.495286465,0.856637836,45.20000076,0.664718211,-0.077650897,0.828360796,0.699366033,0.122149915,0.47120136 -Zimbabwe,Africa,2011,4.845641613,7.617357254,0.864693522,46.40000153,0.632977962,-0.073153012,0.829800427,0.699490964,0.210543975,0.425926328 -Zimbabwe,Africa,2012,4.955100536,7.745352268,0.896476209,47.59999847,0.469531178,-0.087236792,0.8586905,0.613298178,0.17731078,0.407083839 -Zimbabwe,Africa,2013,4.690187931,7.755186558,0.799273849,48.79999924,0.575884283,-0.089404978,0.830936551,0.623596251,0.182287797,0.527755439 -Zimbabwe,Africa,2014,4.184450626,7.748008728,0.765838981,50,0.642033815,-0.058241516,0.820217133,0.66130662,0.239110738,0.56620872 -Zimbabwe,Africa,2015,3.70319128,7.74668026,0.735800326,51.20000076,0.667193294,-0.107364602,0.810457349,0.639001906,0.178861097,0.590012372 -Zimbabwe,Africa,2016,3.7354002,7.734831333,0.768425405,51.67499924,0.732971489,-0.078541413,0.72361201,0.685255527,0.208554924,0.699344039 -Zimbabwe,Africa,2017,3.63830018,7.754387379,0.754147053,52.15000153,0.752826095,-0.080725066,0.751208007,0.733641446,0.224051341,0.682646692 -Zimbabwe,Africa,2018,3.616479874,7.783066273,0.775388479,52.625,0.762674868,-0.05121934,0.844208658,0.657523572,0.211725846,0.550507784 -Zimbabwe,Africa,2019,2.693523169,7.697755337,0.759162307,53.09999847,0.631907582,-0.047463853,0.830651879,0.658433676,0.235354334,0.456455022 -Zimbabwe,Africa,2020,3.159802198,7.596050262,0.717242658,53.57500076,0.643302977,0.006313191,0.78852278,0.660658062,0.345736384,0.57730186 -Zimbabwe,Africa,2021,3.154578209,7.656878471,0.685150504,54.04999924,0.667636156,-0.075574532,0.756945193,0.609917223,0.241681874,0.665703177 -Zimbabwe,Africa,2022,3.296219587,7.670122623,0.666171908,54.52500153,0.651987135,-0.069513284,0.752632082,0.640609264,0.191350296, diff --git a/public/ThinkAloud/data/titanic.csv b/public/ThinkAloud/data/titanic.csv deleted file mode 100644 index 95d205014..000000000 --- a/public/ThinkAloud/data/titanic.csv +++ /dev/null @@ -1,889 +0,0 @@ -PassengerId,Survived,Class,Name,Sex,Age,Siblings Or Spouse,Parents Or Children,Ticket,Fare,Cabin,Embarked -1,No,3,"Braund, Mr. Owen Harris",male,22,1,0,A/5 21171,7.25,,S -2,Yes,1,"Cumings, Mrs. John Bradley (Florence Briggs Thayer)",female,38,1,0,PC 17599,71.2833,C85,C -3,Yes,3,"Heikkinen, Miss. Laina",female,26,0,0,STON/O2. 3101282,7.925,,S -4,Yes,1,"Futrelle, Mrs. Jacques Heath (Lily May Peel)",female,35,1,0,113803,53.1,C123,S -5,No,3,"Allen, Mr. William Henry",male,35,0,0,373450,8.05,,S -6,No,3,"Moran, Mr. James",male,,0,0,330877,8.4583,,Q -7,No,1,"McCarthy, Mr. Timothy J",male,54,0,0,17463,51.8625,E46,S -8,No,3,"Palsson, Master. Gosta Leonard",male,2,3,1,349909,21.075,,S -9,Yes,3,"Johnson, Mrs. Oscar W (Elisabeth Vilhelmina Berg)",female,27,0,2,347742,11.1333,,S -10,Yes,2,"Nasser, Mrs. Nicholas (Adele Achem)",female,14,1,0,237736,30.0708,,C -11,Yes,3,"Sandstrom, Miss. Marguerite Rut",female,4,1,1,PP 9549,16.7,G6,S -12,Yes,1,"Bonnell, Miss. Elizabeth",female,58,0,0,113783,26.55,C103,S -13,No,3,"Saundercock, Mr. William Henry",male,20,0,0,A/5. 2151,8.05,,S -14,No,3,"Andersson, Mr. Anders Johan",male,39,1,5,347082,31.275,,S -15,No,3,"Vestrom, Miss. Hulda Amanda Adolfina",female,14,0,0,350406,7.8542,,S -16,Yes,2,"Hewlett, Mrs. (Mary D Kingcome) ",female,55,0,0,248706,16,,S -17,No,3,"Rice, Master. Eugene",male,2,4,1,382652,29.125,,Q -18,Yes,2,"Williams, Mr. Charles Eugene",male,,0,0,244373,13,,S -19,No,3,"Vander Planke, Mrs. Julius (Emelia Maria Vandemoortele)",female,31,1,0,345763,18,,S -20,Yes,3,"Masselmani, Mrs. Fatima",female,,0,0,2649,7.225,,C -21,No,2,"Fynney, Mr. Joseph J",male,35,0,0,239865,26,,S -22,Yes,2,"Beesley, Mr. Lawrence",male,34,0,0,248698,13,D56,S -23,Yes,3,"McGowan, Miss. Anna ""Annie""",female,15,0,0,330923,8.0292,,Q -24,Yes,1,"Sloper, Mr. William Thompson",male,28,0,0,113788,35.5,A6,S -25,No,3,"Palsson, Miss. Torborg Danira",female,8,3,1,349909,21.075,,S -26,Yes,3,"Asplund, Mrs. Carl Oscar (Selma Augusta Emilia Johansson)",female,38,1,5,347077,31.3875,,S -27,No,3,"Emir, Mr. Farred Chehab",male,,0,0,2631,7.225,,C -28,No,1,"Fortune, Mr. Charles Alexander",male,19,3,2,19950,263,C23 C25 C27,S -29,Yes,3,"O'Dwyer, Miss. Ellen ""Nellie""",female,,0,0,330959,7.8792,,Q -30,No,3,"Todoroff, Mr. Lalio",male,,0,0,349216,7.8958,,S -31,No,1,"Uruchurtu, Don. Manuel E",male,40,0,0,PC 17601,27.7208,,C -32,Yes,1,"Spencer, Mrs. William Augustus (Marie Eugenie)",female,,1,0,PC 17569,146.5208,B78,C -33,Yes,3,"Glynn, Miss. Mary Agatha",female,,0,0,335677,7.75,,Q -34,No,2,"Wheadon, Mr. Edward H",male,66,0,0,C.A. 24579,10.5,,S -35,No,1,"Meyer, Mr. Edgar Joseph",male,28,1,0,PC 17604,82.1708,,C -36,No,1,"Holverson, Mr. Alexander Oskar",male,42,1,0,113789,52,,S -37,Yes,3,"Mamee, Mr. Hanna",male,,0,0,2677,7.2292,,C -38,No,3,"Cann, Mr. Ernest Charles",male,21,0,0,A./5. 2152,8.05,,S -39,No,3,"Vander Planke, Miss. Augusta Maria",female,18,2,0,345764,18,,S -40,Yes,3,"Nicola-Yarred, Miss. Jamila",female,14,1,0,2651,11.2417,,C -41,No,3,"Ahlin, Mrs. Johan (Johanna Persdotter Larsson)",female,40,1,0,7546,9.475,,S -42,No,2,"Turpin, Mrs. William John Robert (Dorothy Ann Wonnacott)",female,27,1,0,11668,21,,S -43,No,3,"Kraeff, Mr. Theodor",male,,0,0,349253,7.8958,,C -44,Yes,2,"Laroche, Miss. Simonne Marie Anne Andree",female,3,1,2,SC/Paris 2123,41.5792,,C -45,Yes,3,"Devaney, Miss. Margaret Delia",female,19,0,0,330958,7.8792,,Q -46,No,3,"Rogers, Mr. William John",male,,0,0,S.C./A.4. 23567,8.05,,S -47,No,3,"Lennon, Mr. Denis",male,,1,0,370371,15.5,,Q -48,Yes,3,"O'Driscoll, Miss. Bridget",female,,0,0,14311,7.75,,Q -49,No,3,"Samaan, Mr. Youssef",male,,2,0,2662,21.6792,,C -50,No,3,"Arnold-Franchi, Mrs. Josef (Josefine Franchi)",female,18,1,0,349237,17.8,,S -51,No,3,"Panula, Master. Juha Niilo",male,7,4,1,3101295,39.6875,,S -52,No,3,"Nosworthy, Mr. Richard Cater",male,21,0,0,A/4. 39886,7.8,,S -53,Yes,1,"Harper, Mrs. Henry Sleeper (Myna Haxtun)",female,49,1,0,PC 17572,76.7292,D33,C -54,Yes,2,"Faunthorpe, Mrs. Lizzie (Elizabeth Anne Wilkinson)",female,29,1,0,2926,26,,S -55,No,1,"Ostby, Mr. Engelhart Cornelius",male,65,0,1,113509,61.9792,B30,C -56,Yes,1,"Woolner, Mr. Hugh",male,,0,0,19947,35.5,C52,S -57,Yes,2,"Rugg, Miss. Emily",female,21,0,0,C.A. 31026,10.5,,S -58,No,3,"Novel, Mr. Mansouer",male,28.5,0,0,2697,7.2292,,C -59,Yes,2,"West, Miss. Constance Mirium",female,5,1,2,C.A. 34651,27.75,,S -60,No,3,"Goodwin, Master. William Frederick",male,11,5,2,CA 2144,46.9,,S -61,No,3,"Sirayanian, Mr. Orsen",male,22,0,0,2669,7.2292,,C -62,Yes,1,"Icard, Miss. Amelie",female,38,0,0,113572,80,B28, -63,No,1,"Harris, Mr. Henry Birkhardt",male,45,1,0,36973,83.475,C83,S -64,No,3,"Skoog, Master. Harald",male,4,3,2,347088,27.9,,S -65,No,1,"Stewart, Mr. Albert A",male,,0,0,PC 17605,27.7208,,C -66,Yes,3,"Moubarek, Master. Gerios",male,,1,1,2661,15.2458,,C -67,Yes,2,"Nye, Mrs. (Elizabeth Ramell)",female,29,0,0,C.A. 29395,10.5,F33,S -68,No,3,"Crease, Mr. Ernest James",male,19,0,0,S.P. 3464,8.1583,,S -69,Yes,3,"Andersson, Miss. Erna Alexandra",female,17,4,2,3101281,7.925,,S -70,No,3,"Kink, Mr. Vincenz",male,26,2,0,315151,8.6625,,S -71,No,2,"Jenkin, Mr. Stephen Curnow",male,32,0,0,C.A. 33111,10.5,,S -72,No,3,"Goodwin, Miss. Lillian Amy",female,16,5,2,CA 2144,46.9,,S -73,No,2,"Hood, Mr. Ambrose Jr",male,21,0,0,S.O.C. 14879,73.5,,S -74,No,3,"Chronopoulos, Mr. Apostolos",male,26,1,0,2680,14.4542,,C -75,Yes,3,"Bing, Mr. Lee",male,32,0,0,1601,56.4958,,S -76,No,3,"Moen, Mr. Sigurd Hansen",male,25,0,0,348123,7.65,F G73,S -77,No,3,"Staneff, Mr. Ivan",male,,0,0,349208,7.8958,,S -78,No,3,"Moutal, Mr. Rahamin Haim",male,,0,0,374746,8.05,,S -79,Yes,2,"Caldwell, Master. Alden Gates",male,0.83,0,2,248738,29,,S -80,Yes,3,"Dowdell, Miss. Elizabeth",female,30,0,0,364516,12.475,,S -81,No,3,"Waelens, Mr. Achille",male,22,0,0,345767,9,,S -82,Yes,3,"Sheerlinck, Mr. Jan Baptist",male,29,0,0,345779,9.5,,S -83,Yes,3,"McDermott, Miss. Brigdet Delia",female,,0,0,330932,7.7875,,Q -84,No,1,"Carrau, Mr. Francisco M",male,28,0,0,113059,47.1,,S -85,Yes,2,"Ilett, Miss. Bertha",female,17,0,0,SO/C 14885,10.5,,S -86,Yes,3,"Backstrom, Mrs. Karl Alfred (Maria Mathilda Gustafsson)",female,33,3,0,3101278,15.85,,S -87,No,3,"Ford, Mr. William Neal",male,16,1,3,W./C. 6608,34.375,,S -88,No,3,"Slocovski, Mr. Selman Francis",male,,0,0,SOTON/OQ 392086,8.05,,S -89,Yes,1,"Fortune, Miss. Mabel Helen",female,23,3,2,19950,263,C23 C25 C27,S -90,No,3,"Celotti, Mr. Francesco",male,24,0,0,343275,8.05,,S -91,No,3,"Christmann, Mr. Emil",male,29,0,0,343276,8.05,,S -92,No,3,"Andreasson, Mr. Paul Edvin",male,20,0,0,347466,7.8542,,S -93,No,1,"Chaffee, Mr. Herbert Fuller",male,46,1,0,W.E.P. 5734,61.175,E31,S -94,No,3,"Dean, Mr. Bertram Frank",male,26,1,2,C.A. 2315,20.575,,S -95,No,3,"Coxon, Mr. Daniel",male,59,0,0,364500,7.25,,S -96,No,3,"Shorney, Mr. Charles Joseph",male,,0,0,374910,8.05,,S -97,No,1,"Goldschmidt, Mr. George B",male,71,0,0,PC 17754,34.6542,A5,C -98,Yes,1,"Greenfield, Mr. William Bertram",male,23,0,1,PC 17759,63.3583,D10 D12,C -99,Yes,2,"Doling, Mrs. John T (Ada Julia Bone)",female,34,0,1,231919,23,,S -100,No,2,"Kantor, Mr. Sinai",male,34,1,0,244367,26,,S -101,No,3,"Petranec, Miss. Matilda",female,28,0,0,349245,7.8958,,S -102,No,3,"Petroff, Mr. Pastcho (""Pentcho"")",male,,0,0,349215,7.8958,,S -103,No,1,"White, Mr. Richard Frasar",male,21,0,1,35281,77.2875,D26,S -104,No,3,"Johansson, Mr. Gustaf Joel",male,33,0,0,7540,8.6542,,S -105,No,3,"Gustafsson, Mr. Anders Vilhelm",male,37,2,0,3101276,7.925,,S -106,No,3,"Mionoff, Mr. Stoytcho",male,28,0,0,349207,7.8958,,S -107,Yes,3,"Salkjelsvik, Miss. Anna Kristine",female,21,0,0,343120,7.65,,S -108,Yes,3,"Moss, Mr. Albert Johan",male,,0,0,312991,7.775,,S -109,No,3,"Rekic, Mr. Tido",male,38,0,0,349249,7.8958,,S -110,Yes,3,"Moran, Miss. Bertha",female,,1,0,371110,24.15,,Q -111,No,1,"Porter, Mr. Walter Chamberlain",male,47,0,0,110465,52,C110,S -112,No,3,"Zabour, Miss. Hileni",female,14.5,1,0,2665,14.4542,,C -113,No,3,"Barton, Mr. David John",male,22,0,0,324669,8.05,,S -114,No,3,"Jussila, Miss. Katriina",female,20,1,0,4136,9.825,,S -115,No,3,"Attalah, Miss. Malake",female,17,0,0,2627,14.4583,,C -116,No,3,"Pekoniemi, Mr. Edvard",male,21,0,0,STON/O 2. 3101294,7.925,,S -117,No,3,"Connors, Mr. Patrick",male,70.5,0,0,370369,7.75,,Q -118,No,2,"Turpin, Mr. William John Robert",male,29,1,0,11668,21,,S -119,No,1,"Baxter, Mr. Quigg Edmond",male,24,0,1,PC 17558,247.5208,B58 B60,C -120,No,3,"Andersson, Miss. Ellis Anna Maria",female,2,4,2,347082,31.275,,S -121,No,2,"Hickman, Mr. Stanley George",male,21,2,0,S.O.C. 14879,73.5,,S -122,No,3,"Moore, Mr. Leonard Charles",male,,0,0,A4. 54510,8.05,,S -123,No,2,"Nasser, Mr. Nicholas",male,32.5,1,0,237736,30.0708,,C -124,Yes,2,"Webber, Miss. Susan",female,32.5,0,0,27267,13,E101,S -125,No,1,"White, Mr. Percival Wayland",male,54,0,1,35281,77.2875,D26,S -126,Yes,3,"Nicola-Yarred, Master. Elias",male,12,1,0,2651,11.2417,,C -127,No,3,"McMahon, Mr. Martin",male,,0,0,370372,7.75,,Q -128,Yes,3,"Madsen, Mr. Fridtjof Arne",male,24,0,0,C 17369,7.1417,,S -129,Yes,3,"Peter, Miss. Anna",female,,1,1,2668,22.3583,F E69,C -130,No,3,"Ekstrom, Mr. Johan",male,45,0,0,347061,6.975,,S -131,No,3,"Drazenoic, Mr. Jozef",male,33,0,0,349241,7.8958,,C -132,No,3,"Coelho, Mr. Domingos Fernandeo",male,20,0,0,SOTON/O.Q. 3101307,7.05,,S -133,No,3,"Robins, Mrs. Alexander A (Grace Charity Laury)",female,47,1,0,A/5. 3337,14.5,,S -134,Yes,2,"Weisz, Mrs. Leopold (Mathilde Francoise Pede)",female,29,1,0,228414,26,,S -135,No,2,"Sobey, Mr. Samuel James Hayden",male,25,0,0,C.A. 29178,13,,S -136,No,2,"Richard, Mr. Emile",male,23,0,0,SC/PARIS 2133,15.0458,,C -137,Yes,1,"Newsom, Miss. Helen Monypeny",female,19,0,2,11752,26.2833,D47,S -138,No,1,"Futrelle, Mr. Jacques Heath",male,37,1,0,113803,53.1,C123,S -139,No,3,"Osen, Mr. Olaf Elon",male,16,0,0,7534,9.2167,,S -140,No,1,"Giglio, Mr. Victor",male,24,0,0,PC 17593,79.2,B86,C -141,No,3,"Boulos, Mrs. Joseph (Sultana)",female,,0,2,2678,15.2458,,C -142,Yes,3,"Nysten, Miss. Anna Sofia",female,22,0,0,347081,7.75,,S -143,Yes,3,"Hakkarainen, Mrs. Pekka Pietari (Elin Matilda Dolck)",female,24,1,0,STON/O2. 3101279,15.85,,S -144,No,3,"Burke, Mr. Jeremiah",male,19,0,0,365222,6.75,,Q -145,No,2,"Andrew, Mr. Edgardo Samuel",male,18,0,0,231945,11.5,,S -146,No,2,"Nicholls, Mr. Joseph Charles",male,19,1,1,C.A. 33112,36.75,,S -147,Yes,3,"Andersson, Mr. August Edvard (""Wennerstrom"")",male,27,0,0,350043,7.7958,,S -148,No,3,"Ford, Miss. Robina Maggie ""Ruby""",female,9,2,2,W./C. 6608,34.375,,S -149,No,2,"Navratil, Mr. Michel (""Louis M Hoffman"")",male,36.5,0,2,230080,26,F2,S -150,No,2,"Byles, Rev. Thomas Roussel Davids",male,42,0,0,244310,13,,S -151,No,2,"Bateman, Rev. Robert James",male,51,0,0,S.O.P. 1166,12.525,,S -152,Yes,1,"Pears, Mrs. Thomas (Edith Wearne)",female,22,1,0,113776,66.6,C2,S -153,No,3,"Meo, Mr. Alfonzo",male,55.5,0,0,A.5. 11206,8.05,,S -154,No,3,"van Billiard, Mr. Austin Blyler",male,40.5,0,2,A/5. 851,14.5,,S -155,No,3,"Olsen, Mr. Ole Martin",male,,0,0,Fa 265302,7.3125,,S -156,No,1,"Williams, Mr. Charles Duane",male,51,0,1,PC 17597,61.3792,,C -157,Yes,3,"Gilnagh, Miss. Katherine ""Katie""",female,16,0,0,35851,7.7333,,Q -158,No,3,"Corn, Mr. Harry",male,30,0,0,SOTON/OQ 392090,8.05,,S -159,No,3,"Smiljanic, Mr. Mile",male,,0,0,315037,8.6625,,S -160,No,3,"Sage, Master. Thomas Henry",male,,8,2,CA. 2343,69.55,,S -161,No,3,"Cribb, Mr. John Hatfield",male,44,0,1,371362,16.1,,S -162,Yes,2,"Watt, Mrs. James (Elizabeth ""Bessie"" Inglis Milne)",female,40,0,0,C.A. 33595,15.75,,S -163,No,3,"Bengtsson, Mr. John Viktor",male,26,0,0,347068,7.775,,S -164,No,3,"Calic, Mr. Jovo",male,17,0,0,315093,8.6625,,S -165,No,3,"Panula, Master. Eino Viljami",male,1,4,1,3101295,39.6875,,S -166,Yes,3,"Goldsmith, Master. Frank John William ""Frankie""",male,9,0,2,363291,20.525,,S -167,Yes,1,"Chibnall, Mrs. (Edith Martha Bowerman)",female,,0,1,113505,55,E33,S -168,No,3,"Skoog, Mrs. William (Anna Bernhardina Karlsson)",female,45,1,4,347088,27.9,,S -169,No,1,"Baumann, Mr. John D",male,,0,0,PC 17318,25.925,,S -170,No,3,"Ling, Mr. Lee",male,28,0,0,1601,56.4958,,S -171,No,1,"Van der hoef, Mr. Wyckoff",male,61,0,0,111240,33.5,B19,S -172,No,3,"Rice, Master. Arthur",male,4,4,1,382652,29.125,,Q -173,Yes,3,"Johnson, Miss. Eleanor Ileen",female,1,1,1,347742,11.1333,,S -174,No,3,"Sivola, Mr. Antti Wilhelm",male,21,0,0,STON/O 2. 3101280,7.925,,S -175,No,1,"Smith, Mr. James Clinch",male,56,0,0,17764,30.6958,A7,C -176,No,3,"Klasen, Mr. Klas Albin",male,18,1,1,350404,7.8542,,S -177,No,3,"Lefebre, Master. Henry Forbes",male,,3,1,4133,25.4667,,S -178,No,1,"Isham, Miss. Ann Elizabeth",female,50,0,0,PC 17595,28.7125,C49,C -179,No,2,"Hale, Mr. Reginald",male,30,0,0,250653,13,,S -180,No,3,"Leonard, Mr. Lionel",male,36,0,0,LINE,0,,S -181,No,3,"Sage, Miss. Constance Gladys",female,,8,2,CA. 2343,69.55,,S -182,No,2,"Pernot, Mr. Rene",male,,0,0,SC/PARIS 2131,15.05,,C -183,No,3,"Asplund, Master. Clarence Gustaf Hugo",male,9,4,2,347077,31.3875,,S -184,Yes,2,"Becker, Master. Richard F",male,1,2,1,230136,39,F4,S -185,Yes,3,"Kink-Heilmann, Miss. Luise Gretchen",female,4,0,2,315153,22.025,,S -186,No,1,"Rood, Mr. Hugh Roscoe",male,,0,0,113767,50,A32,S -187,Yes,3,"O'Brien, Mrs. Thomas (Johanna ""Hannah"" Godfrey)",female,,1,0,370365,15.5,,Q -188,Yes,1,"Romaine, Mr. Charles Hallace (""Mr C Rolmane"")",male,45,0,0,111428,26.55,,S -189,No,3,"Bourke, Mr. John",male,40,1,1,364849,15.5,,Q -190,No,3,"Turcin, Mr. Stjepan",male,36,0,0,349247,7.8958,,S -191,Yes,2,"Pinsky, Mrs. (Rosa)",female,32,0,0,234604,13,,S -192,No,2,"Carbines, Mr. William",male,19,0,0,28424,13,,S -193,Yes,3,"Andersen-Jensen, Miss. Carla Christine Nielsine",female,19,1,0,350046,7.8542,,S -194,Yes,2,"Navratil, Master. Michel M",male,3,1,1,230080,26,F2,S -195,Yes,1,"Brown, Mrs. James Joseph (Margaret Tobin)",female,44,0,0,PC 17610,27.7208,B4,C -196,Yes,1,"Lurette, Miss. Elise",female,58,0,0,PC 17569,146.5208,B80,C -197,No,3,"Mernagh, Mr. Robert",male,,0,0,368703,7.75,,Q -198,No,3,"Olsen, Mr. Karl Siegwart Andreas",male,42,0,1,4579,8.4042,,S -199,Yes,3,"Madigan, Miss. Margaret ""Maggie""",female,,0,0,370370,7.75,,Q -200,No,2,"Yrois, Miss. Henriette (""Mrs Harbeck"")",female,24,0,0,248747,13,,S -201,No,3,"Vande Walle, Mr. Nestor Cyriel",male,28,0,0,345770,9.5,,S -202,No,3,"Sage, Mr. Frederick",male,,8,2,CA. 2343,69.55,,S -203,No,3,"Johanson, Mr. Jakob Alfred",male,34,0,0,3101264,6.4958,,S -204,No,3,"Youseff, Mr. Gerious",male,45.5,0,0,2628,7.225,,C -205,Yes,3,"Cohen, Mr. Gurshon ""Gus""",male,18,0,0,A/5 3540,8.05,,S -206,No,3,"Strom, Miss. Telma Matilda",female,2,0,1,347054,10.4625,G6,S -207,No,3,"Backstrom, Mr. Karl Alfred",male,32,1,0,3101278,15.85,,S -208,Yes,3,"Albimona, Mr. Nassef Cassem",male,26,0,0,2699,18.7875,,C -209,Yes,3,"Carr, Miss. Helen ""Ellen""",female,16,0,0,367231,7.75,,Q -210,Yes,1,"Blank, Mr. Henry",male,40,0,0,112277,31,A31,C -211,No,3,"Ali, Mr. Ahmed",male,24,0,0,SOTON/O.Q. 3101311,7.05,,S -212,Yes,2,"Cameron, Miss. Clear Annie",female,35,0,0,F.C.C. 13528,21,,S -213,No,3,"Perkin, Mr. John Henry",male,22,0,0,A/5 21174,7.25,,S -214,No,2,"Givard, Mr. Hans Kristensen",male,30,0,0,250646,13,,S -215,No,3,"Kiernan, Mr. Philip",male,,1,0,367229,7.75,,Q -216,Yes,1,"Newell, Miss. Madeleine",female,31,1,0,35273,113.275,D36,C -217,Yes,3,"Honkanen, Miss. Eliina",female,27,0,0,STON/O2. 3101283,7.925,,S -218,No,2,"Jacobsohn, Mr. Sidney Samuel",male,42,1,0,243847,27,,S -219,Yes,1,"Bazzani, Miss. Albina",female,32,0,0,11813,76.2917,D15,C -220,No,2,"Harris, Mr. Walter",male,30,0,0,W/C 14208,10.5,,S -221,Yes,3,"Sunderland, Mr. Victor Francis",male,16,0,0,SOTON/OQ 392089,8.05,,S -222,No,2,"Bracken, Mr. James H",male,27,0,0,220367,13,,S -223,No,3,"Green, Mr. George Henry",male,51,0,0,21440,8.05,,S -224,No,3,"Nenkoff, Mr. Christo",male,,0,0,349234,7.8958,,S -225,Yes,1,"Hoyt, Mr. Frederick Maxfield",male,38,1,0,19943,90,C93,S -226,No,3,"Berglund, Mr. Karl Ivar Sven",male,22,0,0,PP 4348,9.35,,S -227,Yes,2,"Mellors, Mr. William John",male,19,0,0,SW/PP 751,10.5,,S -228,No,3,"Lovell, Mr. John Hall (""Henry"")",male,20.5,0,0,A/5 21173,7.25,,S -229,No,2,"Fahlstrom, Mr. Arne Jonas",male,18,0,0,236171,13,,S -230,No,3,"Lefebre, Miss. Mathilde",female,,3,1,4133,25.4667,,S -231,Yes,1,"Harris, Mrs. Henry Birkhardt (Irene Wallach)",female,35,1,0,36973,83.475,C83,S -232,No,3,"Larsson, Mr. Bengt Edvin",male,29,0,0,347067,7.775,,S -233,No,2,"Sjostedt, Mr. Ernst Adolf",male,59,0,0,237442,13.5,,S -234,Yes,3,"Asplund, Miss. Lillian Gertrud",female,5,4,2,347077,31.3875,,S -235,No,2,"Leyson, Mr. Robert William Norman",male,24,0,0,C.A. 29566,10.5,,S -236,No,3,"Harknett, Miss. Alice Phoebe",female,,0,0,W./C. 6609,7.55,,S -237,No,2,"Hold, Mr. Stephen",male,44,1,0,26707,26,,S -238,Yes,2,"Collyer, Miss. Marjorie ""Lottie""",female,8,0,2,C.A. 31921,26.25,,S -239,No,2,"Pengelly, Mr. Frederick William",male,19,0,0,28665,10.5,,S -240,No,2,"Hunt, Mr. George Henry",male,33,0,0,SCO/W 1585,12.275,,S -241,No,3,"Zabour, Miss. Thamine",female,,1,0,2665,14.4542,,C -242,Yes,3,"Murphy, Miss. Katherine ""Kate""",female,,1,0,367230,15.5,,Q -243,No,2,"Coleridge, Mr. Reginald Charles",male,29,0,0,W./C. 14263,10.5,,S -244,No,3,"Maenpaa, Mr. Matti Alexanteri",male,22,0,0,STON/O 2. 3101275,7.125,,S -245,No,3,"Attalah, Mr. Sleiman",male,30,0,0,2694,7.225,,C -246,No,1,"Minahan, Dr. William Edward",male,44,2,0,19928,90,C78,Q -247,No,3,"Lindahl, Miss. Agda Thorilda Viktoria",female,25,0,0,347071,7.775,,S -248,Yes,2,"Hamalainen, Mrs. William (Anna)",female,24,0,2,250649,14.5,,S -249,Yes,1,"Beckwith, Mr. Richard Leonard",male,37,1,1,11751,52.5542,D35,S -250,No,2,"Carter, Rev. Ernest Courtenay",male,54,1,0,244252,26,,S -251,No,3,"Reed, Mr. James George",male,,0,0,362316,7.25,,S -252,No,3,"Strom, Mrs. Wilhelm (Elna Matilda Persson)",female,29,1,1,347054,10.4625,G6,S -253,No,1,"Stead, Mr. William Thomas",male,62,0,0,113514,26.55,C87,S -254,No,3,"Lobb, Mr. William Arthur",male,30,1,0,A/5. 3336,16.1,,S -255,No,3,"Rosblom, Mrs. Viktor (Helena Wilhelmina)",female,41,0,2,370129,20.2125,,S -256,Yes,3,"Touma, Mrs. Darwis (Hanne Youssef Razi)",female,29,0,2,2650,15.2458,,C -257,Yes,1,"Thorne, Mrs. Gertrude Maybelle",female,,0,0,PC 17585,79.2,,C -258,Yes,1,"Cherry, Miss. Gladys",female,30,0,0,110152,86.5,B77,S -260,Yes,2,"Parrish, Mrs. (Lutie Davis)",female,50,0,1,230433,26,,S -261,No,3,"Smith, Mr. Thomas",male,,0,0,384461,7.75,,Q -262,Yes,3,"Asplund, Master. Edvin Rojj Felix",male,3,4,2,347077,31.3875,,S -263,No,1,"Taussig, Mr. Emil",male,52,1,1,110413,79.65,E67,S -264,No,1,"Harrison, Mr. William",male,40,0,0,112059,0,B94,S -265,No,3,"Henry, Miss. Delia",female,,0,0,382649,7.75,,Q -266,No,2,"Reeves, Mr. David",male,36,0,0,C.A. 17248,10.5,,S -267,No,3,"Panula, Mr. Ernesti Arvid",male,16,4,1,3101295,39.6875,,S -268,Yes,3,"Persson, Mr. Ernst Ulrik",male,25,1,0,347083,7.775,,S -269,Yes,1,"Graham, Mrs. William Thompson (Edith Junkins)",female,58,0,1,PC 17582,153.4625,C125,S -270,Yes,1,"Bissette, Miss. Amelia",female,35,0,0,PC 17760,135.6333,C99,S -271,No,1,"Cairns, Mr. Alexander",male,,0,0,113798,31,,S -272,Yes,3,"Tornquist, Mr. William Henry",male,25,0,0,LINE,0,,S -273,Yes,2,"Mellinger, Mrs. (Elizabeth Anne Maidment)",female,41,0,1,250644,19.5,,S -274,No,1,"Natsch, Mr. Charles H",male,37,0,1,PC 17596,29.7,C118,C -275,Yes,3,"Healy, Miss. Hanora ""Nora""",female,,0,0,370375,7.75,,Q -276,Yes,1,"Andrews, Miss. Kornelia Theodosia",female,63,1,0,13502,77.9583,D7,S -277,No,3,"Lindblom, Miss. Augusta Charlotta",female,45,0,0,347073,7.75,,S -278,No,2,"Parkes, Mr. Francis ""Frank""",male,,0,0,239853,0,,S -279,No,3,"Rice, Master. Eric",male,7,4,1,382652,29.125,,Q -280,Yes,3,"Abbott, Mrs. Stanton (Rosa Hunt)",female,35,1,1,C.A. 2673,20.25,,S -281,No,3,"Duane, Mr. Frank",male,65,0,0,336439,7.75,,Q -282,No,3,"Olsson, Mr. Nils Johan Goransson",male,28,0,0,347464,7.8542,,S -283,No,3,"de Pelsmaeker, Mr. Alfons",male,16,0,0,345778,9.5,,S -284,Yes,3,"Dorking, Mr. Edward Arthur",male,19,0,0,A/5. 10482,8.05,,S -285,No,1,"Smith, Mr. Richard William",male,,0,0,113056,26,A19,S -286,No,3,"Stankovic, Mr. Ivan",male,33,0,0,349239,8.6625,,C -287,Yes,3,"de Mulder, Mr. Theodore",male,30,0,0,345774,9.5,,S -288,No,3,"Naidenoff, Mr. Penko",male,22,0,0,349206,7.8958,,S -289,Yes,2,"Hosono, Mr. Masabumi",male,42,0,0,237798,13,,S -290,Yes,3,"Connolly, Miss. Kate",female,22,0,0,370373,7.75,,Q -291,Yes,1,"Barber, Miss. Ellen ""Nellie""",female,26,0,0,19877,78.85,,S -292,Yes,1,"Bishop, Mrs. Dickinson H (Helen Walton)",female,19,1,0,11967,91.0792,B49,C -293,No,2,"Levy, Mr. Rene Jacques",male,36,0,0,SC/Paris 2163,12.875,D,C -294,No,3,"Haas, Miss. Aloisia",female,24,0,0,349236,8.85,,S -295,No,3,"Mineff, Mr. Ivan",male,24,0,0,349233,7.8958,,S -296,No,1,"Lewy, Mr. Ervin G",male,,0,0,PC 17612,27.7208,,C -297,No,3,"Hanna, Mr. Mansour",male,23.5,0,0,2693,7.2292,,C -298,No,1,"Allison, Miss. Helen Loraine",female,2,1,2,113781,151.55,C22 C26,S -299,Yes,1,"Saalfeld, Mr. Adolphe",male,,0,0,19988,30.5,C106,S -300,Yes,1,"Baxter, Mrs. James (Helene DeLaudeniere Chaput)",female,50,0,1,PC 17558,247.5208,B58 B60,C -301,Yes,3,"Kelly, Miss. Anna Katherine ""Annie Kate""",female,,0,0,9234,7.75,,Q -302,Yes,3,"McCoy, Mr. Bernard",male,,2,0,367226,23.25,,Q -303,No,3,"Johnson, Mr. William Cahoone Jr",male,19,0,0,LINE,0,,S -304,Yes,2,"Keane, Miss. Nora A",female,,0,0,226593,12.35,E101,Q -305,No,3,"Williams, Mr. Howard Hugh ""Harry""",male,,0,0,A/5 2466,8.05,,S -306,Yes,1,"Allison, Master. Hudson Trevor",male,0.92,1,2,113781,151.55,C22 C26,S -307,Yes,1,"Fleming, Miss. Margaret",female,,0,0,17421,110.8833,,C -308,Yes,1,"Penasco y Castellana, Mrs. Victor de Satode (Maria Josefa Perez de Soto y Vallejo)",female,17,1,0,PC 17758,108.9,C65,C -309,No,2,"Abelson, Mr. Samuel",male,30,1,0,P/PP 3381,24,,C -310,Yes,1,"Francatelli, Miss. Laura Mabel",female,30,0,0,PC 17485,56.9292,E36,C -311,Yes,1,"Hays, Miss. Margaret Bechstein",female,24,0,0,11767,83.1583,C54,C -312,Yes,1,"Ryerson, Miss. Emily Borie",female,18,2,2,PC 17608,262.375,B57 B59 B63 B66,C -313,No,2,"Lahtinen, Mrs. William (Anna Sylfven)",female,26,1,1,250651,26,,S -314,No,3,"Hendekovic, Mr. Ignjac",male,28,0,0,349243,7.8958,,S -315,No,2,"Hart, Mr. Benjamin",male,43,1,1,F.C.C. 13529,26.25,,S -316,Yes,3,"Nilsson, Miss. Helmina Josefina",female,26,0,0,347470,7.8542,,S -317,Yes,2,"Kantor, Mrs. Sinai (Miriam Sternin)",female,24,1,0,244367,26,,S -318,No,2,"Moraweck, Dr. Ernest",male,54,0,0,29011,14,,S -319,Yes,1,"Wick, Miss. Mary Natalie",female,31,0,2,36928,164.8667,C7,S -320,Yes,1,"Spedden, Mrs. Frederic Oakley (Margaretta Corning Stone)",female,40,1,1,16966,134.5,E34,C -321,No,3,"Dennis, Mr. Samuel",male,22,0,0,A/5 21172,7.25,,S -322,No,3,"Danoff, Mr. Yoto",male,27,0,0,349219,7.8958,,S -323,Yes,2,"Slayter, Miss. Hilda Mary",female,30,0,0,234818,12.35,,Q -324,Yes,2,"Caldwell, Mrs. Albert Francis (Sylvia Mae Harbaugh)",female,22,1,1,248738,29,,S -325,No,3,"Sage, Mr. George John Jr",male,,8,2,CA. 2343,69.55,,S -326,Yes,1,"Young, Miss. Marie Grice",female,36,0,0,PC 17760,135.6333,C32,C -327,No,3,"Nysveen, Mr. Johan Hansen",male,61,0,0,345364,6.2375,,S -328,Yes,2,"Ball, Mrs. (Ada E Hall)",female,36,0,0,28551,13,D,S -329,Yes,3,"Goldsmith, Mrs. Frank John (Emily Alice Brown)",female,31,1,1,363291,20.525,,S -330,Yes,1,"Hippach, Miss. Jean Gertrude",female,16,0,1,111361,57.9792,B18,C -331,Yes,3,"McCoy, Miss. Agnes",female,,2,0,367226,23.25,,Q -332,No,1,"Partner, Mr. Austen",male,45.5,0,0,113043,28.5,C124,S -333,No,1,"Graham, Mr. George Edward",male,38,0,1,PC 17582,153.4625,C91,S -334,No,3,"Vander Planke, Mr. Leo Edmondus",male,16,2,0,345764,18,,S -335,Yes,1,"Frauenthal, Mrs. Henry William (Clara Heinsheimer)",female,,1,0,PC 17611,133.65,,S -336,No,3,"Denkoff, Mr. Mitto",male,,0,0,349225,7.8958,,S -337,No,1,"Pears, Mr. Thomas Clinton",male,29,1,0,113776,66.6,C2,S -338,Yes,1,"Burns, Miss. Elizabeth Margaret",female,41,0,0,16966,134.5,E40,C -339,Yes,3,"Dahl, Mr. Karl Edwart",male,45,0,0,7598,8.05,,S -340,No,1,"Blackwell, Mr. Stephen Weart",male,45,0,0,113784,35.5,T,S -341,Yes,2,"Navratil, Master. Edmond Roger",male,2,1,1,230080,26,F2,S -342,Yes,1,"Fortune, Miss. Alice Elizabeth",female,24,3,2,19950,263,C23 C25 C27,S -343,No,2,"Collander, Mr. Erik Gustaf",male,28,0,0,248740,13,,S -344,No,2,"Sedgwick, Mr. Charles Frederick Waddington",male,25,0,0,244361,13,,S -345,No,2,"Fox, Mr. Stanley Hubert",male,36,0,0,229236,13,,S -346,Yes,2,"Brown, Miss. Amelia ""Mildred""",female,24,0,0,248733,13,F33,S -347,Yes,2,"Smith, Miss. Marion Elsie",female,40,0,0,31418,13,,S -348,Yes,3,"Davison, Mrs. Thomas Henry (Mary E Finck)",female,,1,0,386525,16.1,,S -349,Yes,3,"Coutts, Master. William Loch ""William""",male,3,1,1,C.A. 37671,15.9,,S -350,No,3,"Dimic, Mr. Jovan",male,42,0,0,315088,8.6625,,S -351,No,3,"Odahl, Mr. Nils Martin",male,23,0,0,7267,9.225,,S -352,No,1,"Williams-Lambert, Mr. Fletcher Fellows",male,,0,0,113510,35,C128,S -353,No,3,"Elias, Mr. Tannous",male,15,1,1,2695,7.2292,,C -354,No,3,"Arnold-Franchi, Mr. Josef",male,25,1,0,349237,17.8,,S -355,No,3,"Yousif, Mr. Wazli",male,,0,0,2647,7.225,,C -356,No,3,"Vanden Steen, Mr. Leo Peter",male,28,0,0,345783,9.5,,S -357,Yes,1,"Bowerman, Miss. Elsie Edith",female,22,0,1,113505,55,E33,S -358,No,2,"Funk, Miss. Annie Clemmer",female,38,0,0,237671,13,,S -359,Yes,3,"McGovern, Miss. Mary",female,,0,0,330931,7.8792,,Q -360,Yes,3,"Mockler, Miss. Helen Mary ""Ellie""",female,,0,0,330980,7.8792,,Q -361,No,3,"Skoog, Mr. Wilhelm",male,40,1,4,347088,27.9,,S -362,No,2,"del Carlo, Mr. Sebastiano",male,29,1,0,SC/PARIS 2167,27.7208,,C -363,No,3,"Barbara, Mrs. (Catherine David)",female,45,0,1,2691,14.4542,,C -364,No,3,"Asim, Mr. Adola",male,35,0,0,SOTON/O.Q. 3101310,7.05,,S -365,No,3,"O'Brien, Mr. Thomas",male,,1,0,370365,15.5,,Q -366,No,3,"Adahl, Mr. Mauritz Nils Martin",male,30,0,0,C 7076,7.25,,S -367,Yes,1,"Warren, Mrs. Frank Manley (Anna Sophia Atkinson)",female,60,1,0,110813,75.25,D37,C -368,Yes,3,"Moussa, Mrs. (Mantoura Boulos)",female,,0,0,2626,7.2292,,C -369,Yes,3,"Jermyn, Miss. Annie",female,,0,0,14313,7.75,,Q -370,Yes,1,"Aubart, Mme. Leontine Pauline",female,24,0,0,PC 17477,69.3,B35,C -371,Yes,1,"Harder, Mr. George Achilles",male,25,1,0,11765,55.4417,E50,C -372,No,3,"Wiklund, Mr. Jakob Alfred",male,18,1,0,3101267,6.4958,,S -373,No,3,"Beavan, Mr. William Thomas",male,19,0,0,323951,8.05,,S -374,No,1,"Ringhini, Mr. Sante",male,22,0,0,PC 17760,135.6333,,C -375,No,3,"Palsson, Miss. Stina Viola",female,3,3,1,349909,21.075,,S -376,Yes,1,"Meyer, Mrs. Edgar Joseph (Leila Saks)",female,,1,0,PC 17604,82.1708,,C -377,Yes,3,"Landergren, Miss. Aurora Adelia",female,22,0,0,C 7077,7.25,,S -378,No,1,"Widener, Mr. Harry Elkins",male,27,0,2,113503,211.5,C82,C -379,No,3,"Betros, Mr. Tannous",male,20,0,0,2648,4.0125,,C -380,No,3,"Gustafsson, Mr. Karl Gideon",male,19,0,0,347069,7.775,,S -381,Yes,1,"Bidois, Miss. Rosalie",female,42,0,0,PC 17757,227.525,,C -382,Yes,3,"Nakid, Miss. Maria (""Mary"")",female,1,0,2,2653,15.7417,,C -383,No,3,"Tikkanen, Mr. Juho",male,32,0,0,STON/O 2. 3101293,7.925,,S -384,Yes,1,"Holverson, Mrs. Alexander Oskar (Mary Aline Towner)",female,35,1,0,113789,52,,S -385,No,3,"Plotcharsky, Mr. Vasil",male,,0,0,349227,7.8958,,S -386,No,2,"Davies, Mr. Charles Henry",male,18,0,0,S.O.C. 14879,73.5,,S -387,No,3,"Goodwin, Master. Sidney Leonard",male,1,5,2,CA 2144,46.9,,S -388,Yes,2,"Buss, Miss. Kate",female,36,0,0,27849,13,,S -389,No,3,"Sadlier, Mr. Matthew",male,,0,0,367655,7.7292,,Q -390,Yes,2,"Lehmann, Miss. Bertha",female,17,0,0,SC 1748,12,,C -391,Yes,1,"Carter, Mr. William Ernest",male,36,1,2,113760,120,B96 B98,S -392,Yes,3,"Jansson, Mr. Carl Olof",male,21,0,0,350034,7.7958,,S -393,No,3,"Gustafsson, Mr. Johan Birger",male,28,2,0,3101277,7.925,,S -394,Yes,1,"Newell, Miss. Marjorie",female,23,1,0,35273,113.275,D36,C -395,Yes,3,"Sandstrom, Mrs. Hjalmar (Agnes Charlotta Bengtsson)",female,24,0,2,PP 9549,16.7,G6,S -396,No,3,"Johansson, Mr. Erik",male,22,0,0,350052,7.7958,,S -397,No,3,"Olsson, Miss. Elina",female,31,0,0,350407,7.8542,,S -398,No,2,"McKane, Mr. Peter David",male,46,0,0,28403,26,,S -399,No,2,"Pain, Dr. Alfred",male,23,0,0,244278,10.5,,S -400,Yes,2,"Trout, Mrs. William H (Jessie L)",female,28,0,0,240929,12.65,,S -401,Yes,3,"Niskanen, Mr. Juha",male,39,0,0,STON/O 2. 3101289,7.925,,S -402,No,3,"Adams, Mr. John",male,26,0,0,341826,8.05,,S -403,No,3,"Jussila, Miss. Mari Aina",female,21,1,0,4137,9.825,,S -404,No,3,"Hakkarainen, Mr. Pekka Pietari",male,28,1,0,STON/O2. 3101279,15.85,,S -405,No,3,"Oreskovic, Miss. Marija",female,20,0,0,315096,8.6625,,S -406,No,2,"Gale, Mr. Shadrach",male,34,1,0,28664,21,,S -407,No,3,"Widegren, Mr. Carl/Charles Peter",male,51,0,0,347064,7.75,,S -408,Yes,2,"Richards, Master. William Rowe",male,3,1,1,29106,18.75,,S -409,No,3,"Birkeland, Mr. Hans Martin Monsen",male,21,0,0,312992,7.775,,S -410,No,3,"Lefebre, Miss. Ida",female,,3,1,4133,25.4667,,S -411,No,3,"Sdycoff, Mr. Todor",male,,0,0,349222,7.8958,,S -412,No,3,"Hart, Mr. Henry",male,,0,0,394140,6.8583,,Q -413,Yes,1,"Minahan, Miss. Daisy E",female,33,1,0,19928,90,C78,Q -414,No,2,"Cunningham, Mr. Alfred Fleming",male,,0,0,239853,0,,S -415,Yes,3,"Sundman, Mr. Johan Julian",male,44,0,0,STON/O 2. 3101269,7.925,,S -416,No,3,"Meek, Mrs. Thomas (Annie Louise Rowley)",female,,0,0,343095,8.05,,S -417,Yes,2,"Drew, Mrs. James Vivian (Lulu Thorne Christian)",female,34,1,1,28220,32.5,,S -418,Yes,2,"Silven, Miss. Lyyli Karoliina",female,18,0,2,250652,13,,S -419,No,2,"Matthews, Mr. William John",male,30,0,0,28228,13,,S -420,No,3,"Van Impe, Miss. Catharina",female,10,0,2,345773,24.15,,S -421,No,3,"Gheorgheff, Mr. Stanio",male,,0,0,349254,7.8958,,C -422,No,3,"Charters, Mr. David",male,21,0,0,A/5. 13032,7.7333,,Q -423,No,3,"Zimmerman, Mr. Leo",male,29,0,0,315082,7.875,,S -424,No,3,"Danbom, Mrs. Ernst Gilbert (Anna Sigrid Maria Brogren)",female,28,1,1,347080,14.4,,S -425,No,3,"Rosblom, Mr. Viktor Richard",male,18,1,1,370129,20.2125,,S -426,No,3,"Wiseman, Mr. Phillippe",male,,0,0,A/4. 34244,7.25,,S -427,Yes,2,"Clarke, Mrs. Charles V (Ada Maria Winfield)",female,28,1,0,2003,26,,S -428,Yes,2,"Phillips, Miss. Kate Florence (""Mrs Kate Louise Phillips Marshall"")",female,19,0,0,250655,26,,S -429,No,3,"Flynn, Mr. James",male,,0,0,364851,7.75,,Q -430,Yes,3,"Pickard, Mr. Berk (Berk Trembisky)",male,32,0,0,SOTON/O.Q. 392078,8.05,E10,S -431,Yes,1,"Bjornstrom-Steffansson, Mr. Mauritz Hakan",male,28,0,0,110564,26.55,C52,S -432,Yes,3,"Thorneycroft, Mrs. Percival (Florence Kate White)",female,,1,0,376564,16.1,,S -433,Yes,2,"Louch, Mrs. Charles Alexander (Alice Adelaide Slow)",female,42,1,0,SC/AH 3085,26,,S -434,No,3,"Kallio, Mr. Nikolai Erland",male,17,0,0,STON/O 2. 3101274,7.125,,S -435,No,1,"Silvey, Mr. William Baird",male,50,1,0,13507,55.9,E44,S -436,Yes,1,"Carter, Miss. Lucile Polk",female,14,1,2,113760,120,B96 B98,S -437,No,3,"Ford, Miss. Doolina Margaret ""Daisy""",female,21,2,2,W./C. 6608,34.375,,S -438,Yes,2,"Richards, Mrs. Sidney (Emily Hocking)",female,24,2,3,29106,18.75,,S -439,No,1,"Fortune, Mr. Mark",male,64,1,4,19950,263,C23 C25 C27,S -440,No,2,"Kvillner, Mr. Johan Henrik Johannesson",male,31,0,0,C.A. 18723,10.5,,S -441,Yes,2,"Hart, Mrs. Benjamin (Esther Ada Bloomfield)",female,45,1,1,F.C.C. 13529,26.25,,S -442,No,3,"Hampe, Mr. Leon",male,20,0,0,345769,9.5,,S -443,No,3,"Petterson, Mr. Johan Emil",male,25,1,0,347076,7.775,,S -444,Yes,2,"Reynaldo, Ms. Encarnacion",female,28,0,0,230434,13,,S -445,Yes,3,"Johannesen-Bratthammer, Mr. Bernt",male,,0,0,65306,8.1125,,S -446,Yes,1,"Dodge, Master. Washington",male,4,0,2,33638,81.8583,A34,S -447,Yes,2,"Mellinger, Miss. Madeleine Violet",female,13,0,1,250644,19.5,,S -448,Yes,1,"Seward, Mr. Frederic Kimber",male,34,0,0,113794,26.55,,S -449,Yes,3,"Baclini, Miss. Marie Catherine",female,5,2,1,2666,19.2583,,C -450,Yes,1,"Peuchen, Major. Arthur Godfrey",male,52,0,0,113786,30.5,C104,S -451,No,2,"West, Mr. Edwy Arthur",male,36,1,2,C.A. 34651,27.75,,S -452,No,3,"Hagland, Mr. Ingvald Olai Olsen",male,,1,0,65303,19.9667,,S -453,No,1,"Foreman, Mr. Benjamin Laventall",male,30,0,0,113051,27.75,C111,C -454,Yes,1,"Goldenberg, Mr. Samuel L",male,49,1,0,17453,89.1042,C92,C -455,No,3,"Peduzzi, Mr. Joseph",male,,0,0,A/5 2817,8.05,,S -456,Yes,3,"Jalsevac, Mr. Ivan",male,29,0,0,349240,7.8958,,C -457,No,1,"Millet, Mr. Francis Davis",male,65,0,0,13509,26.55,E38,S -458,Yes,1,"Kenyon, Mrs. Frederick R (Marion)",female,,1,0,17464,51.8625,D21,S -459,Yes,2,"Toomey, Miss. Ellen",female,50,0,0,F.C.C. 13531,10.5,,S -460,No,3,"O'Connor, Mr. Maurice",male,,0,0,371060,7.75,,Q -461,Yes,1,"Anderson, Mr. Harry",male,48,0,0,19952,26.55,E12,S -462,No,3,"Morley, Mr. William",male,34,0,0,364506,8.05,,S -463,No,1,"Gee, Mr. Arthur H",male,47,0,0,111320,38.5,E63,S -464,No,2,"Milling, Mr. Jacob Christian",male,48,0,0,234360,13,,S -465,No,3,"Maisner, Mr. Simon",male,,0,0,A/S 2816,8.05,,S -466,No,3,"Goncalves, Mr. Manuel Estanslas",male,38,0,0,SOTON/O.Q. 3101306,7.05,,S -467,No,2,"Campbell, Mr. William",male,,0,0,239853,0,,S -468,No,1,"Smart, Mr. John Montgomery",male,56,0,0,113792,26.55,,S -469,No,3,"Scanlan, Mr. James",male,,0,0,36209,7.725,,Q -470,Yes,3,"Baclini, Miss. Helene Barbara",female,0.75,2,1,2666,19.2583,,C -471,No,3,"Keefe, Mr. Arthur",male,,0,0,323592,7.25,,S -472,No,3,"Cacic, Mr. Luka",male,38,0,0,315089,8.6625,,S -473,Yes,2,"West, Mrs. Edwy Arthur (Ada Mary Worth)",female,33,1,2,C.A. 34651,27.75,,S -474,Yes,2,"Jerwan, Mrs. Amin S (Marie Marthe Thuillard)",female,23,0,0,SC/AH Basle 541,13.7917,D,C -475,No,3,"Strandberg, Miss. Ida Sofia",female,22,0,0,7553,9.8375,,S -476,No,1,"Clifford, Mr. George Quincy",male,,0,0,110465,52,A14,S -477,No,2,"Renouf, Mr. Peter Henry",male,34,1,0,31027,21,,S -478,No,3,"Braund, Mr. Lewis Richard",male,29,1,0,3460,7.0458,,S -479,No,3,"Karlsson, Mr. Nils August",male,22,0,0,350060,7.5208,,S -480,Yes,3,"Hirvonen, Miss. Hildur E",female,2,0,1,3101298,12.2875,,S -481,No,3,"Goodwin, Master. Harold Victor",male,9,5,2,CA 2144,46.9,,S -482,No,2,"Frost, Mr. Anthony Wood ""Archie""",male,,0,0,239854,0,,S -483,No,3,"Rouse, Mr. Richard Henry",male,50,0,0,A/5 3594,8.05,,S -484,Yes,3,"Turkula, Mrs. (Hedwig)",female,63,0,0,4134,9.5875,,S -485,Yes,1,"Bishop, Mr. Dickinson H",male,25,1,0,11967,91.0792,B49,C -486,No,3,"Lefebre, Miss. Jeannie",female,,3,1,4133,25.4667,,S -487,Yes,1,"Hoyt, Mrs. Frederick Maxfield (Jane Anne Forby)",female,35,1,0,19943,90,C93,S -488,No,1,"Kent, Mr. Edward Austin",male,58,0,0,11771,29.7,B37,C -489,No,3,"Somerton, Mr. Francis William",male,30,0,0,A.5. 18509,8.05,,S -490,Yes,3,"Coutts, Master. Eden Leslie ""Neville""",male,9,1,1,C.A. 37671,15.9,,S -491,No,3,"Hagland, Mr. Konrad Mathias Reiersen",male,,1,0,65304,19.9667,,S -492,No,3,"Windelov, Mr. Einar",male,21,0,0,SOTON/OQ 3101317,7.25,,S -493,No,1,"Molson, Mr. Harry Markland",male,55,0,0,113787,30.5,C30,S -494,No,1,"Artagaveytia, Mr. Ramon",male,71,0,0,PC 17609,49.5042,,C -495,No,3,"Stanley, Mr. Edward Roland",male,21,0,0,A/4 45380,8.05,,S -496,No,3,"Yousseff, Mr. Gerious",male,,0,0,2627,14.4583,,C -497,Yes,1,"Eustis, Miss. Elizabeth Mussey",female,54,1,0,36947,78.2667,D20,C -498,No,3,"Shellard, Mr. Frederick William",male,,0,0,C.A. 6212,15.1,,S -499,No,1,"Allison, Mrs. Hudson J C (Bessie Waldo Daniels)",female,25,1,2,113781,151.55,C22 C26,S -500,No,3,"Svensson, Mr. Olof",male,24,0,0,350035,7.7958,,S -501,No,3,"Calic, Mr. Petar",male,17,0,0,315086,8.6625,,S -502,No,3,"Canavan, Miss. Mary",female,21,0,0,364846,7.75,,Q -503,No,3,"O'Sullivan, Miss. Bridget Mary",female,,0,0,330909,7.6292,,Q -504,No,3,"Laitinen, Miss. Kristina Sofia",female,37,0,0,4135,9.5875,,S -505,Yes,1,"Maioni, Miss. Roberta",female,16,0,0,110152,86.5,B79,S -506,No,1,"Penasco y Castellana, Mr. Victor de Satode",male,18,1,0,PC 17758,108.9,C65,C -507,Yes,2,"Quick, Mrs. Frederick Charles (Jane Richards)",female,33,0,2,26360,26,,S -508,Yes,1,"Bradley, Mr. George (""George Arthur Brayton"")",male,,0,0,111427,26.55,,S -509,No,3,"Olsen, Mr. Henry Margido",male,28,0,0,C 4001,22.525,,S -510,Yes,3,"Lang, Mr. Fang",male,26,0,0,1601,56.4958,,S -511,Yes,3,"Daly, Mr. Eugene Patrick",male,29,0,0,382651,7.75,,Q -512,No,3,"Webber, Mr. James",male,,0,0,SOTON/OQ 3101316,8.05,,S -513,Yes,1,"McGough, Mr. James Robert",male,36,0,0,PC 17473,26.2875,E25,S -514,Yes,1,"Rothschild, Mrs. Martin (Elizabeth L. Barrett)",female,54,1,0,PC 17603,59.4,,C -515,No,3,"Coleff, Mr. Satio",male,24,0,0,349209,7.4958,,S -516,No,1,"Walker, Mr. William Anderson",male,47,0,0,36967,34.0208,D46,S -517,Yes,2,"Lemore, Mrs. (Amelia Milley)",female,34,0,0,C.A. 34260,10.5,F33,S -518,No,3,"Ryan, Mr. Patrick",male,,0,0,371110,24.15,,Q -519,Yes,2,"Angle, Mrs. William A (Florence ""Mary"" Agnes Hughes)",female,36,1,0,226875,26,,S -520,No,3,"Pavlovic, Mr. Stefo",male,32,0,0,349242,7.8958,,S -521,Yes,1,"Perreault, Miss. Anne",female,30,0,0,12749,93.5,B73,S -522,No,3,"Vovk, Mr. Janko",male,22,0,0,349252,7.8958,,S -523,No,3,"Lahoud, Mr. Sarkis",male,,0,0,2624,7.225,,C -524,Yes,1,"Hippach, Mrs. Louis Albert (Ida Sophia Fischer)",female,44,0,1,111361,57.9792,B18,C -525,No,3,"Kassem, Mr. Fared",male,,0,0,2700,7.2292,,C -526,No,3,"Farrell, Mr. James",male,40.5,0,0,367232,7.75,,Q -527,Yes,2,"Ridsdale, Miss. Lucy",female,50,0,0,W./C. 14258,10.5,,S -528,No,1,"Farthing, Mr. John",male,,0,0,PC 17483,221.7792,C95,S -529,No,3,"Salonen, Mr. Johan Werner",male,39,0,0,3101296,7.925,,S -530,No,2,"Hocking, Mr. Richard George",male,23,2,1,29104,11.5,,S -531,Yes,2,"Quick, Miss. Phyllis May",female,2,1,1,26360,26,,S -532,No,3,"Toufik, Mr. Nakli",male,,0,0,2641,7.2292,,C -533,No,3,"Elias, Mr. Joseph Jr",male,17,1,1,2690,7.2292,,C -534,Yes,3,"Peter, Mrs. Catherine (Catherine Rizk)",female,,0,2,2668,22.3583,,C -535,No,3,"Cacic, Miss. Marija",female,30,0,0,315084,8.6625,,S -536,Yes,2,"Hart, Miss. Eva Miriam",female,7,0,2,F.C.C. 13529,26.25,,S -537,No,1,"Butt, Major. Archibald Willingham",male,45,0,0,113050,26.55,B38,S -538,Yes,1,"LeRoy, Miss. Bertha",female,30,0,0,PC 17761,106.425,,C -539,No,3,"Risien, Mr. Samuel Beard",male,,0,0,364498,14.5,,S -540,Yes,1,"Frolicher, Miss. Hedwig Margaritha",female,22,0,2,13568,49.5,B39,C -541,Yes,1,"Crosby, Miss. Harriet R",female,36,0,2,WE/P 5735,71,B22,S -542,No,3,"Andersson, Miss. Ingeborg Constanzia",female,9,4,2,347082,31.275,,S -543,No,3,"Andersson, Miss. Sigrid Elisabeth",female,11,4,2,347082,31.275,,S -544,Yes,2,"Beane, Mr. Edward",male,32,1,0,2908,26,,S -545,No,1,"Douglas, Mr. Walter Donald",male,50,1,0,PC 17761,106.425,C86,C -546,No,1,"Nicholson, Mr. Arthur Ernest",male,64,0,0,693,26,,S -547,Yes,2,"Beane, Mrs. Edward (Ethel Clarke)",female,19,1,0,2908,26,,S -548,Yes,2,"Padro y Manent, Mr. Julian",male,,0,0,SC/PARIS 2146,13.8625,,C -549,No,3,"Goldsmith, Mr. Frank John",male,33,1,1,363291,20.525,,S -550,Yes,2,"Davies, Master. John Morgan Jr",male,8,1,1,C.A. 33112,36.75,,S -551,Yes,1,"Thayer, Mr. John Borland Jr",male,17,0,2,17421,110.8833,C70,C -552,No,2,"Sharp, Mr. Percival James R",male,27,0,0,244358,26,,S -553,No,3,"O'Brien, Mr. Timothy",male,,0,0,330979,7.8292,,Q -554,Yes,3,"Leeni, Mr. Fahim (""Philip Zenni"")",male,22,0,0,2620,7.225,,C -555,Yes,3,"Ohman, Miss. Velin",female,22,0,0,347085,7.775,,S -556,No,1,"Wright, Mr. George",male,62,0,0,113807,26.55,,S -557,Yes,1,"Duff Gordon, Lady. (Lucille Christiana Sutherland) (""Mrs Morgan"")",female,48,1,0,11755,39.6,A16,C -558,No,1,"Robbins, Mr. Victor",male,,0,0,PC 17757,227.525,,C -559,Yes,1,"Taussig, Mrs. Emil (Tillie Mandelbaum)",female,39,1,1,110413,79.65,E67,S -560,Yes,3,"de Messemaeker, Mrs. Guillaume Joseph (Emma)",female,36,1,0,345572,17.4,,S -561,No,3,"Morrow, Mr. Thomas Rowan",male,,0,0,372622,7.75,,Q -562,No,3,"Sivic, Mr. Husein",male,40,0,0,349251,7.8958,,S -563,No,2,"Norman, Mr. Robert Douglas",male,28,0,0,218629,13.5,,S -564,No,3,"Simmons, Mr. John",male,,0,0,SOTON/OQ 392082,8.05,,S -565,No,3,"Meanwell, Miss. (Marion Ogden)",female,,0,0,SOTON/O.Q. 392087,8.05,,S -566,No,3,"Davies, Mr. Alfred J",male,24,2,0,A/4 48871,24.15,,S -567,No,3,"Stoytcheff, Mr. Ilia",male,19,0,0,349205,7.8958,,S -568,No,3,"Palsson, Mrs. Nils (Alma Cornelia Berglund)",female,29,0,4,349909,21.075,,S -569,No,3,"Doharr, Mr. Tannous",male,,0,0,2686,7.2292,,C -570,Yes,3,"Jonsson, Mr. Carl",male,32,0,0,350417,7.8542,,S -571,Yes,2,"Harris, Mr. George",male,62,0,0,S.W./PP 752,10.5,,S -572,Yes,1,"Appleton, Mrs. Edward Dale (Charlotte Lamson)",female,53,2,0,11769,51.4792,C101,S -573,Yes,1,"Flynn, Mr. John Irwin (""Irving"")",male,36,0,0,PC 17474,26.3875,E25,S -574,Yes,3,"Kelly, Miss. Mary",female,,0,0,14312,7.75,,Q -575,No,3,"Rush, Mr. Alfred George John",male,16,0,0,A/4. 20589,8.05,,S -576,No,3,"Patchett, Mr. George",male,19,0,0,358585,14.5,,S -577,Yes,2,"Garside, Miss. Ethel",female,34,0,0,243880,13,,S -578,Yes,1,"Silvey, Mrs. William Baird (Alice Munger)",female,39,1,0,13507,55.9,E44,S -579,No,3,"Caram, Mrs. Joseph (Maria Elias)",female,,1,0,2689,14.4583,,C -580,Yes,3,"Jussila, Mr. Eiriik",male,32,0,0,STON/O 2. 3101286,7.925,,S -581,Yes,2,"Christy, Miss. Julie Rachel",female,25,1,1,237789,30,,S -582,Yes,1,"Thayer, Mrs. John Borland (Marian Longstreth Morris)",female,39,1,1,17421,110.8833,C68,C -583,No,2,"Downton, Mr. William James",male,54,0,0,28403,26,,S -584,No,1,"Ross, Mr. John Hugo",male,36,0,0,13049,40.125,A10,C -585,No,3,"Paulner, Mr. Uscher",male,,0,0,3411,8.7125,,C -586,Yes,1,"Taussig, Miss. Ruth",female,18,0,2,110413,79.65,E68,S -587,No,2,"Jarvis, Mr. John Denzil",male,47,0,0,237565,15,,S -588,Yes,1,"Frolicher-Stehli, Mr. Maxmillian",male,60,1,1,13567,79.2,B41,C -589,No,3,"Gilinski, Mr. Eliezer",male,22,0,0,14973,8.05,,S -590,No,3,"Murdlin, Mr. Joseph",male,,0,0,A./5. 3235,8.05,,S -591,No,3,"Rintamaki, Mr. Matti",male,35,0,0,STON/O 2. 3101273,7.125,,S -592,Yes,1,"Stephenson, Mrs. Walter Bertram (Martha Eustis)",female,52,1,0,36947,78.2667,D20,C -593,No,3,"Elsbury, Mr. William James",male,47,0,0,A/5 3902,7.25,,S -594,No,3,"Bourke, Miss. Mary",female,,0,2,364848,7.75,,Q -595,No,2,"Chapman, Mr. John Henry",male,37,1,0,SC/AH 29037,26,,S -596,No,3,"Van Impe, Mr. Jean Baptiste",male,36,1,1,345773,24.15,,S -597,Yes,2,"Leitch, Miss. Jessie Wills",female,,0,0,248727,33,,S -598,No,3,"Johnson, Mr. Alfred",male,49,0,0,LINE,0,,S -599,No,3,"Boulos, Mr. Hanna",male,,0,0,2664,7.225,,C -600,Yes,1,"Duff Gordon, Sir. Cosmo Edmund (""Mr Morgan"")",male,49,1,0,PC 17485,56.9292,A20,C -601,Yes,2,"Jacobsohn, Mrs. Sidney Samuel (Amy Frances Christy)",female,24,2,1,243847,27,,S -602,No,3,"Slabenoff, Mr. Petco",male,,0,0,349214,7.8958,,S -603,No,1,"Harrington, Mr. Charles H",male,,0,0,113796,42.4,,S -604,No,3,"Torber, Mr. Ernst William",male,44,0,0,364511,8.05,,S -605,Yes,1,"Homer, Mr. Harry (""Mr E Haven"")",male,35,0,0,111426,26.55,,C -606,No,3,"Lindell, Mr. Edvard Bengtsson",male,36,1,0,349910,15.55,,S -607,No,3,"Karaic, Mr. Milan",male,30,0,0,349246,7.8958,,S -608,Yes,1,"Daniel, Mr. Robert Williams",male,27,0,0,113804,30.5,,S -609,Yes,2,"Laroche, Mrs. Joseph (Juliette Marie Louise Lafargue)",female,22,1,2,SC/Paris 2123,41.5792,,C -610,Yes,1,"Shutes, Miss. Elizabeth W",female,40,0,0,PC 17582,153.4625,C125,S -611,No,3,"Andersson, Mrs. Anders Johan (Alfrida Konstantia Brogren)",female,39,1,5,347082,31.275,,S -612,No,3,"Jardin, Mr. Jose Neto",male,,0,0,SOTON/O.Q. 3101305,7.05,,S -613,Yes,3,"Murphy, Miss. Margaret Jane",female,,1,0,367230,15.5,,Q -614,No,3,"Horgan, Mr. John",male,,0,0,370377,7.75,,Q -615,No,3,"Brocklebank, Mr. William Alfred",male,35,0,0,364512,8.05,,S -616,Yes,2,"Herman, Miss. Alice",female,24,1,2,220845,65,,S -617,No,3,"Danbom, Mr. Ernst Gilbert",male,34,1,1,347080,14.4,,S -618,No,3,"Lobb, Mrs. William Arthur (Cordelia K Stanlick)",female,26,1,0,A/5. 3336,16.1,,S -619,Yes,2,"Becker, Miss. Marion Louise",female,4,2,1,230136,39,F4,S -620,No,2,"Gavey, Mr. Lawrence",male,26,0,0,31028,10.5,,S -621,No,3,"Yasbeck, Mr. Antoni",male,27,1,0,2659,14.4542,,C -622,Yes,1,"Kimball, Mr. Edwin Nelson Jr",male,42,1,0,11753,52.5542,D19,S -623,Yes,3,"Nakid, Mr. Sahid",male,20,1,1,2653,15.7417,,C -624,No,3,"Hansen, Mr. Henry Damsgaard",male,21,0,0,350029,7.8542,,S -625,No,3,"Bowen, Mr. David John ""Dai""",male,21,0,0,54636,16.1,,S -626,No,1,"Sutton, Mr. Frederick",male,61,0,0,36963,32.3208,D50,S -627,No,2,"Kirkland, Rev. Charles Leonard",male,57,0,0,219533,12.35,,Q -628,Yes,1,"Longley, Miss. Gretchen Fiske",female,21,0,0,13502,77.9583,D9,S -629,No,3,"Bostandyeff, Mr. Guentcho",male,26,0,0,349224,7.8958,,S -630,No,3,"O'Connell, Mr. Patrick D",male,,0,0,334912,7.7333,,Q -631,Yes,1,"Barkworth, Mr. Algernon Henry Wilson",male,80,0,0,27042,30,A23,S -632,No,3,"Lundahl, Mr. Johan Svensson",male,51,0,0,347743,7.0542,,S -633,Yes,1,"Stahelin-Maeglin, Dr. Max",male,32,0,0,13214,30.5,B50,C -634,No,1,"Parr, Mr. William Henry Marsh",male,,0,0,112052,0,,S -635,No,3,"Skoog, Miss. Mabel",female,9,3,2,347088,27.9,,S -636,Yes,2,"Davis, Miss. Mary",female,28,0,0,237668,13,,S -637,No,3,"Leinonen, Mr. Antti Gustaf",male,32,0,0,STON/O 2. 3101292,7.925,,S -638,No,2,"Collyer, Mr. Harvey",male,31,1,1,C.A. 31921,26.25,,S -639,No,3,"Panula, Mrs. Juha (Maria Emilia Ojala)",female,41,0,5,3101295,39.6875,,S -640,No,3,"Thorneycroft, Mr. Percival",male,,1,0,376564,16.1,,S -641,No,3,"Jensen, Mr. Hans Peder",male,20,0,0,350050,7.8542,,S -642,Yes,1,"Sagesser, Mlle. Emma",female,24,0,0,PC 17477,69.3,B35,C -643,No,3,"Skoog, Miss. Margit Elizabeth",female,2,3,2,347088,27.9,,S -644,Yes,3,"Foo, Mr. Choong",male,,0,0,1601,56.4958,,S -645,Yes,3,"Baclini, Miss. Eugenie",female,0.75,2,1,2666,19.2583,,C -646,Yes,1,"Harper, Mr. Henry Sleeper",male,48,1,0,PC 17572,76.7292,D33,C -647,No,3,"Cor, Mr. Liudevit",male,19,0,0,349231,7.8958,,S -648,Yes,1,"Simonius-Blumer, Col. Oberst Alfons",male,56,0,0,13213,35.5,A26,C -649,No,3,"Willey, Mr. Edward",male,,0,0,S.O./P.P. 751,7.55,,S -650,Yes,3,"Stanley, Miss. Amy Zillah Elsie",female,23,0,0,CA. 2314,7.55,,S -651,No,3,"Mitkoff, Mr. Mito",male,,0,0,349221,7.8958,,S -652,Yes,2,"Doling, Miss. Elsie",female,18,0,1,231919,23,,S -653,No,3,"Kalvik, Mr. Johannes Halvorsen",male,21,0,0,8475,8.4333,,S -654,Yes,3,"O'Leary, Miss. Hanora ""Norah""",female,,0,0,330919,7.8292,,Q -655,No,3,"Hegarty, Miss. Hanora ""Nora""",female,18,0,0,365226,6.75,,Q -656,No,2,"Hickman, Mr. Leonard Mark",male,24,2,0,S.O.C. 14879,73.5,,S -657,No,3,"Radeff, Mr. Alexander",male,,0,0,349223,7.8958,,S -658,No,3,"Bourke, Mrs. John (Catherine)",female,32,1,1,364849,15.5,,Q -659,No,2,"Eitemiller, Mr. George Floyd",male,23,0,0,29751,13,,S -660,No,1,"Newell, Mr. Arthur Webster",male,58,0,2,35273,113.275,D48,C -661,Yes,1,"Frauenthal, Dr. Henry William",male,50,2,0,PC 17611,133.65,,S -662,No,3,"Badt, Mr. Mohamed",male,40,0,0,2623,7.225,,C -663,No,1,"Colley, Mr. Edward Pomeroy",male,47,0,0,5727,25.5875,E58,S -664,No,3,"Coleff, Mr. Peju",male,36,0,0,349210,7.4958,,S -665,Yes,3,"Lindqvist, Mr. Eino William",male,20,1,0,STON/O 2. 3101285,7.925,,S -666,No,2,"Hickman, Mr. Lewis",male,32,2,0,S.O.C. 14879,73.5,,S -667,No,2,"Butler, Mr. Reginald Fenton",male,25,0,0,234686,13,,S -668,No,3,"Rommetvedt, Mr. Knud Paust",male,,0,0,312993,7.775,,S -669,No,3,"Cook, Mr. Jacob",male,43,0,0,A/5 3536,8.05,,S -670,Yes,1,"Taylor, Mrs. Elmer Zebley (Juliet Cummins Wright)",female,,1,0,19996,52,C126,S -671,Yes,2,"Brown, Mrs. Thomas William Solomon (Elizabeth Catherine Ford)",female,40,1,1,29750,39,,S -672,No,1,"Davidson, Mr. Thornton",male,31,1,0,F.C. 12750,52,B71,S -673,No,2,"Mitchell, Mr. Henry Michael",male,70,0,0,C.A. 24580,10.5,,S -674,Yes,2,"Wilhelms, Mr. Charles",male,31,0,0,244270,13,,S -675,No,2,"Watson, Mr. Ennis Hastings",male,,0,0,239856,0,,S -676,No,3,"Edvardsson, Mr. Gustaf Hjalmar",male,18,0,0,349912,7.775,,S -677,No,3,"Sawyer, Mr. Frederick Charles",male,24.5,0,0,342826,8.05,,S -678,Yes,3,"Turja, Miss. Anna Sofia",female,18,0,0,4138,9.8417,,S -679,No,3,"Goodwin, Mrs. Frederick (Augusta Tyler)",female,43,1,6,CA 2144,46.9,,S -681,No,3,"Peters, Miss. Katie",female,,0,0,330935,8.1375,,Q -682,Yes,1,"Hassab, Mr. Hammad",male,27,0,0,PC 17572,76.7292,D49,C -683,No,3,"Olsvigen, Mr. Thor Anderson",male,20,0,0,6563,9.225,,S -684,No,3,"Goodwin, Mr. Charles Edward",male,14,5,2,CA 2144,46.9,,S -685,No,2,"Brown, Mr. Thomas William Solomon",male,60,1,1,29750,39,,S -686,No,2,"Laroche, Mr. Joseph Philippe Lemercier",male,25,1,2,SC/Paris 2123,41.5792,,C -687,No,3,"Panula, Mr. Jaako Arnold",male,14,4,1,3101295,39.6875,,S -688,No,3,"Dakic, Mr. Branko",male,19,0,0,349228,10.1708,,S -689,No,3,"Fischer, Mr. Eberhard Thelander",male,18,0,0,350036,7.7958,,S -690,Yes,1,"Madill, Miss. Georgette Alexandra",female,15,0,1,24160,211.3375,B5,S -691,Yes,1,"Dick, Mr. Albert Adrian",male,31,1,0,17474,57,B20,S -692,Yes,3,"Karun, Miss. Manca",female,4,0,1,349256,13.4167,,C -693,Yes,3,"Lam, Mr. Ali",male,,0,0,1601,56.4958,,S -694,No,3,"Saad, Mr. Khalil",male,25,0,0,2672,7.225,,C -695,No,1,"Weir, Col. John",male,60,0,0,113800,26.55,,S -696,No,2,"Chapman, Mr. Charles Henry",male,52,0,0,248731,13.5,,S -697,No,3,"Kelly, Mr. James",male,44,0,0,363592,8.05,,S -698,Yes,3,"Mullens, Miss. Katherine ""Katie""",female,,0,0,35852,7.7333,,Q -699,No,1,"Thayer, Mr. John Borland",male,49,1,1,17421,110.8833,C68,C -700,No,3,"Humblen, Mr. Adolf Mathias Nicolai Olsen",male,42,0,0,348121,7.65,F G63,S -701,Yes,1,"Astor, Mrs. John Jacob (Madeleine Talmadge Force)",female,18,1,0,PC 17757,227.525,C62 C64,C -702,Yes,1,"Silverthorne, Mr. Spencer Victor",male,35,0,0,PC 17475,26.2875,E24,S -703,No,3,"Barbara, Miss. Saiide",female,18,0,1,2691,14.4542,,C -704,No,3,"Gallagher, Mr. Martin",male,25,0,0,36864,7.7417,,Q -705,No,3,"Hansen, Mr. Henrik Juul",male,26,1,0,350025,7.8542,,S -706,No,2,"Morley, Mr. Henry Samuel (""Mr Henry Marshall"")",male,39,0,0,250655,26,,S -707,Yes,2,"Kelly, Mrs. Florence ""Fannie""",female,45,0,0,223596,13.5,,S -708,Yes,1,"Calderhead, Mr. Edward Pennington",male,42,0,0,PC 17476,26.2875,E24,S -709,Yes,1,"Cleaver, Miss. Alice",female,22,0,0,113781,151.55,,S -710,Yes,3,"Moubarek, Master. Halim Gonios (""William George"")",male,,1,1,2661,15.2458,,C -711,Yes,1,"Mayne, Mlle. Berthe Antonine (""Mrs de Villiers"")",female,24,0,0,PC 17482,49.5042,C90,C -712,No,1,"Klaber, Mr. Herman",male,,0,0,113028,26.55,C124,S -713,Yes,1,"Taylor, Mr. Elmer Zebley",male,48,1,0,19996,52,C126,S -714,No,3,"Larsson, Mr. August Viktor",male,29,0,0,7545,9.4833,,S -715,No,2,"Greenberg, Mr. Samuel",male,52,0,0,250647,13,,S -716,No,3,"Soholt, Mr. Peter Andreas Lauritz Andersen",male,19,0,0,348124,7.65,F G73,S -717,Yes,1,"Endres, Miss. Caroline Louise",female,38,0,0,PC 17757,227.525,C45,C -718,Yes,2,"Troutt, Miss. Edwina Celia ""Winnie""",female,27,0,0,34218,10.5,E101,S -719,No,3,"McEvoy, Mr. Michael",male,,0,0,36568,15.5,,Q -720,No,3,"Johnson, Mr. Malkolm Joackim",male,33,0,0,347062,7.775,,S -721,Yes,2,"Harper, Miss. Annie Jessie ""Nina""",female,6,0,1,248727,33,,S -722,No,3,"Jensen, Mr. Svend Lauritz",male,17,1,0,350048,7.0542,,S -723,No,2,"Gillespie, Mr. William Henry",male,34,0,0,12233,13,,S -724,No,2,"Hodges, Mr. Henry Price",male,50,0,0,250643,13,,S -725,Yes,1,"Chambers, Mr. Norman Campbell",male,27,1,0,113806,53.1,E8,S -726,No,3,"Oreskovic, Mr. Luka",male,20,0,0,315094,8.6625,,S -727,Yes,2,"Renouf, Mrs. Peter Henry (Lillian Jefferys)",female,30,3,0,31027,21,,S -728,Yes,3,"Mannion, Miss. Margareth",female,,0,0,36866,7.7375,,Q -729,No,2,"Bryhl, Mr. Kurt Arnold Gottfrid",male,25,1,0,236853,26,,S -730,No,3,"Ilmakangas, Miss. Pieta Sofia",female,25,1,0,STON/O2. 3101271,7.925,,S -731,Yes,1,"Allen, Miss. Elisabeth Walton",female,29,0,0,24160,211.3375,B5,S -732,No,3,"Hassan, Mr. Houssein G N",male,11,0,0,2699,18.7875,,C -733,No,2,"Knight, Mr. Robert J",male,,0,0,239855,0,,S -734,No,2,"Berriman, Mr. William John",male,23,0,0,28425,13,,S -735,No,2,"Troupiansky, Mr. Moses Aaron",male,23,0,0,233639,13,,S -736,No,3,"Williams, Mr. Leslie",male,28.5,0,0,54636,16.1,,S -737,No,3,"Ford, Mrs. Edward (Margaret Ann Watson)",female,48,1,3,W./C. 6608,34.375,,S -739,No,3,"Ivanoff, Mr. Kanio",male,,0,0,349201,7.8958,,S -740,No,3,"Nankoff, Mr. Minko",male,,0,0,349218,7.8958,,S -741,Yes,1,"Hawksford, Mr. Walter James",male,,0,0,16988,30,D45,S -742,No,1,"Cavendish, Mr. Tyrell William",male,36,1,0,19877,78.85,C46,S -743,Yes,1,"Ryerson, Miss. Susan Parker ""Suzette""",female,21,2,2,PC 17608,262.375,B57 B59 B63 B66,C -744,No,3,"McNamee, Mr. Neal",male,24,1,0,376566,16.1,,S -745,Yes,3,"Stranden, Mr. Juho",male,31,0,0,STON/O 2. 3101288,7.925,,S -746,No,1,"Crosby, Capt. Edward Gifford",male,70,1,1,WE/P 5735,71,B22,S -747,No,3,"Abbott, Mr. Rossmore Edward",male,16,1,1,C.A. 2673,20.25,,S -748,Yes,2,"Sinkkonen, Miss. Anna",female,30,0,0,250648,13,,S -749,No,1,"Marvin, Mr. Daniel Warner",male,19,1,0,113773,53.1,D30,S -750,No,3,"Connaghton, Mr. Michael",male,31,0,0,335097,7.75,,Q -751,Yes,2,"Wells, Miss. Joan",female,4,1,1,29103,23,,S -752,Yes,3,"Moor, Master. Meier",male,6,0,1,392096,12.475,E121,S -753,No,3,"Vande Velde, Mr. Johannes Joseph",male,33,0,0,345780,9.5,,S -754,No,3,"Jonkoff, Mr. Lalio",male,23,0,0,349204,7.8958,,S -755,Yes,2,"Herman, Mrs. Samuel (Jane Laver)",female,48,1,2,220845,65,,S -756,Yes,2,"Hamalainen, Master. Viljo",male,0.67,1,1,250649,14.5,,S -757,No,3,"Carlsson, Mr. August Sigfrid",male,28,0,0,350042,7.7958,,S -758,No,2,"Bailey, Mr. Percy Andrew",male,18,0,0,29108,11.5,,S -759,No,3,"Theobald, Mr. Thomas Leonard",male,34,0,0,363294,8.05,,S -760,Yes,1,"Rothes, the Countess. of (Lucy Noel Martha Dyer-Edwards)",female,33,0,0,110152,86.5,B77,S -761,No,3,"Garfirth, Mr. John",male,,0,0,358585,14.5,,S -762,No,3,"Nirva, Mr. Iisakki Antino Aijo",male,41,0,0,SOTON/O2 3101272,7.125,,S -763,Yes,3,"Barah, Mr. Hanna Assi",male,20,0,0,2663,7.2292,,C -764,Yes,1,"Carter, Mrs. William Ernest (Lucile Polk)",female,36,1,2,113760,120,B96 B98,S -765,No,3,"Eklund, Mr. Hans Linus",male,16,0,0,347074,7.775,,S -766,Yes,1,"Hogeboom, Mrs. John C (Anna Andrews)",female,51,1,0,13502,77.9583,D11,S -767,No,1,"Brewe, Dr. Arthur Jackson",male,,0,0,112379,39.6,,C -768,No,3,"Mangan, Miss. Mary",female,30.5,0,0,364850,7.75,,Q -769,No,3,"Moran, Mr. Daniel J",male,,1,0,371110,24.15,,Q -770,No,3,"Gronnestad, Mr. Daniel Danielsen",male,32,0,0,8471,8.3625,,S -771,No,3,"Lievens, Mr. Rene Aime",male,24,0,0,345781,9.5,,S -772,No,3,"Jensen, Mr. Niels Peder",male,48,0,0,350047,7.8542,,S -773,No,2,"Mack, Mrs. (Mary)",female,57,0,0,S.O./P.P. 3,10.5,E77,S -774,No,3,"Elias, Mr. Dibo",male,,0,0,2674,7.225,,C -775,Yes,2,"Hocking, Mrs. Elizabeth (Eliza Needs)",female,54,1,3,29105,23,,S -776,No,3,"Myhrman, Mr. Pehr Fabian Oliver Malkolm",male,18,0,0,347078,7.75,,S -777,No,3,"Tobin, Mr. Roger",male,,0,0,383121,7.75,F38,Q -778,Yes,3,"Emanuel, Miss. Virginia Ethel",female,5,0,0,364516,12.475,,S -779,No,3,"Kilgannon, Mr. Thomas J",male,,0,0,36865,7.7375,,Q -780,Yes,1,"Robert, Mrs. Edward Scott (Elisabeth Walton McMillan)",female,43,0,1,24160,211.3375,B3,S -781,Yes,3,"Ayoub, Miss. Banoura",female,13,0,0,2687,7.2292,,C -782,Yes,1,"Dick, Mrs. Albert Adrian (Vera Gillespie)",female,17,1,0,17474,57,B20,S -783,No,1,"Long, Mr. Milton Clyde",male,29,0,0,113501,30,D6,S -784,No,3,"Johnston, Mr. Andrew G",male,,1,2,W./C. 6607,23.45,,S -785,No,3,"Ali, Mr. William",male,25,0,0,SOTON/O.Q. 3101312,7.05,,S -786,No,3,"Harmer, Mr. Abraham (David Lishin)",male,25,0,0,374887,7.25,,S -787,Yes,3,"Sjoblom, Miss. Anna Sofia",female,18,0,0,3101265,7.4958,,S -788,No,3,"Rice, Master. George Hugh",male,8,4,1,382652,29.125,,Q -789,Yes,3,"Dean, Master. Bertram Vere",male,1,1,2,C.A. 2315,20.575,,S -790,No,1,"Guggenheim, Mr. Benjamin",male,46,0,0,PC 17593,79.2,B82 B84,C -791,No,3,"Keane, Mr. Andrew ""Andy""",male,,0,0,12460,7.75,,Q -792,No,2,"Gaskell, Mr. Alfred",male,16,0,0,239865,26,,S -793,No,3,"Sage, Miss. Stella Anna",female,,8,2,CA. 2343,69.55,,S -794,No,1,"Hoyt, Mr. William Fisher",male,,0,0,PC 17600,30.6958,,C -795,No,3,"Dantcheff, Mr. Ristiu",male,25,0,0,349203,7.8958,,S -796,No,2,"Otter, Mr. Richard",male,39,0,0,28213,13,,S -797,Yes,1,"Leader, Dr. Alice (Farnham)",female,49,0,0,17465,25.9292,D17,S -798,Yes,3,"Osman, Mrs. Mara",female,31,0,0,349244,8.6833,,S -799,No,3,"Ibrahim Shawah, Mr. Yousseff",male,30,0,0,2685,7.2292,,C -800,No,3,"Van Impe, Mrs. Jean Baptiste (Rosalie Paula Govaert)",female,30,1,1,345773,24.15,,S -801,No,2,"Ponesell, Mr. Martin",male,34,0,0,250647,13,,S -802,Yes,2,"Collyer, Mrs. Harvey (Charlotte Annie Tate)",female,31,1,1,C.A. 31921,26.25,,S -803,Yes,1,"Carter, Master. William Thornton II",male,11,1,2,113760,120,B96 B98,S -804,Yes,3,"Thomas, Master. Assad Alexander",male,0.42,0,1,2625,8.5167,,C -805,Yes,3,"Hedman, Mr. Oskar Arvid",male,27,0,0,347089,6.975,,S -806,No,3,"Johansson, Mr. Karl Johan",male,31,0,0,347063,7.775,,S -807,No,1,"Andrews, Mr. Thomas Jr",male,39,0,0,112050,0,A36,S -808,No,3,"Pettersson, Miss. Ellen Natalia",female,18,0,0,347087,7.775,,S -809,No,2,"Meyer, Mr. August",male,39,0,0,248723,13,,S -810,Yes,1,"Chambers, Mrs. Norman Campbell (Bertha Griggs)",female,33,1,0,113806,53.1,E8,S -811,No,3,"Alexander, Mr. William",male,26,0,0,3474,7.8875,,S -812,No,3,"Lester, Mr. James",male,39,0,0,A/4 48871,24.15,,S -813,No,2,"Slemen, Mr. Richard James",male,35,0,0,28206,10.5,,S -814,No,3,"Andersson, Miss. Ebba Iris Alfrida",female,6,4,2,347082,31.275,,S -815,No,3,"Tomlin, Mr. Ernest Portage",male,30.5,0,0,364499,8.05,,S -816,No,1,"Fry, Mr. Richard",male,,0,0,112058,0,B102,S -817,No,3,"Heininen, Miss. Wendla Maria",female,23,0,0,STON/O2. 3101290,7.925,,S -818,No,2,"Mallet, Mr. Albert",male,31,1,1,S.C./PARIS 2079,37.0042,,C -819,No,3,"Holm, Mr. John Fredrik Alexander",male,43,0,0,C 7075,6.45,,S -820,No,3,"Skoog, Master. Karl Thorsten",male,10,3,2,347088,27.9,,S -821,Yes,1,"Hays, Mrs. Charles Melville (Clara Jennings Gregg)",female,52,1,1,12749,93.5,B69,S -822,Yes,3,"Lulic, Mr. Nikola",male,27,0,0,315098,8.6625,,S -823,No,1,"Reuchlin, Jonkheer. John George",male,38,0,0,19972,0,,S -824,Yes,3,"Moor, Mrs. (Beila)",female,27,0,1,392096,12.475,E121,S -825,No,3,"Panula, Master. Urho Abraham",male,2,4,1,3101295,39.6875,,S -826,No,3,"Flynn, Mr. John",male,,0,0,368323,6.95,,Q -827,No,3,"Lam, Mr. Len",male,,0,0,1601,56.4958,,S -828,Yes,2,"Mallet, Master. Andre",male,1,0,2,S.C./PARIS 2079,37.0042,,C -829,Yes,3,"McCormack, Mr. Thomas Joseph",male,,0,0,367228,7.75,,Q -830,Yes,1,"Stone, Mrs. George Nelson (Martha Evelyn)",female,62,0,0,113572,80,B28, -831,Yes,3,"Yasbeck, Mrs. Antoni (Selini Alexander)",female,15,1,0,2659,14.4542,,C -832,Yes,2,"Richards, Master. George Sibley",male,0.83,1,1,29106,18.75,,S -833,No,3,"Saad, Mr. Amin",male,,0,0,2671,7.2292,,C -834,No,3,"Augustsson, Mr. Albert",male,23,0,0,347468,7.8542,,S -835,No,3,"Allum, Mr. Owen George",male,18,0,0,2223,8.3,,S -836,Yes,1,"Compton, Miss. Sara Rebecca",female,39,1,1,PC 17756,83.1583,E49,C -837,No,3,"Pasic, Mr. Jakob",male,21,0,0,315097,8.6625,,S -838,No,3,"Sirota, Mr. Maurice",male,,0,0,392092,8.05,,S -839,Yes,3,"Chip, Mr. Chang",male,32,0,0,1601,56.4958,,S -840,Yes,1,"Marechal, Mr. Pierre",male,,0,0,11774,29.7,C47,C -841,No,3,"Alhomaki, Mr. Ilmari Rudolf",male,20,0,0,SOTON/O2 3101287,7.925,,S -842,No,2,"Mudd, Mr. Thomas Charles",male,16,0,0,S.O./P.P. 3,10.5,,S -843,Yes,1,"Serepeca, Miss. Augusta",female,30,0,0,113798,31,,C -844,No,3,"Lemberopolous, Mr. Peter L",male,34.5,0,0,2683,6.4375,,C -845,No,3,"Culumovic, Mr. Jeso",male,17,0,0,315090,8.6625,,S -846,No,3,"Abbing, Mr. Anthony",male,42,0,0,C.A. 5547,7.55,,S -847,No,3,"Sage, Mr. Douglas Bullen",male,,8,2,CA. 2343,69.55,,S -848,No,3,"Markoff, Mr. Marin",male,35,0,0,349213,7.8958,,C -849,No,2,"Harper, Rev. John",male,28,0,1,248727,33,,S -850,Yes,1,"Goldenberg, Mrs. Samuel L (Edwiga Grabowska)",female,,1,0,17453,89.1042,C92,C -851,No,3,"Andersson, Master. Sigvard Harald Elias",male,4,4,2,347082,31.275,,S -852,No,3,"Svensson, Mr. Johan",male,74,0,0,347060,7.775,,S -853,No,3,"Boulos, Miss. Nourelain",female,9,1,1,2678,15.2458,,C -854,Yes,1,"Lines, Miss. Mary Conover",female,16,0,1,PC 17592,39.4,D28,S -855,No,2,"Carter, Mrs. Ernest Courtenay (Lilian Hughes)",female,44,1,0,244252,26,,S -856,Yes,3,"Aks, Mrs. Sam (Leah Rosen)",female,18,0,1,392091,9.35,,S -857,Yes,1,"Wick, Mrs. George Dennick (Mary Hitchcock)",female,45,1,1,36928,164.8667,,S -858,Yes,1,"Daly, Mr. Peter Denis ",male,51,0,0,113055,26.55,E17,S -859,Yes,3,"Baclini, Mrs. Solomon (Latifa Qurban)",female,24,0,3,2666,19.2583,,C -860,No,3,"Razi, Mr. Raihed",male,,0,0,2629,7.2292,,C -861,No,3,"Hansen, Mr. Claus Peter",male,41,2,0,350026,14.1083,,S -862,No,2,"Giles, Mr. Frederick Edward",male,21,1,0,28134,11.5,,S -863,Yes,1,"Swift, Mrs. Frederick Joel (Margaret Welles Barron)",female,48,0,0,17466,25.9292,D17,S -864,No,3,"Sage, Miss. Dorothy Edith ""Dolly""",female,,8,2,CA. 2343,69.55,,S -865,No,2,"Gill, Mr. John William",male,24,0,0,233866,13,,S -866,Yes,2,"Bystrom, Mrs. (Karolina)",female,42,0,0,236852,13,,S -867,Yes,2,"Duran y More, Miss. Asuncion",female,27,1,0,SC/PARIS 2149,13.8583,,C -868,No,1,"Roebling, Mr. Washington Augustus II",male,31,0,0,PC 17590,50.4958,A24,S -869,No,3,"van Melkebeke, Mr. Philemon",male,,0,0,345777,9.5,,S -870,Yes,3,"Johnson, Master. Harold Theodor",male,4,1,1,347742,11.1333,,S -871,No,3,"Balkic, Mr. Cerin",male,26,0,0,349248,7.8958,,S -872,Yes,1,"Beckwith, Mrs. Richard Leonard (Sallie Monypeny)",female,47,1,1,11751,52.5542,D35,S -873,No,1,"Carlsson, Mr. Frans Olof",male,33,0,0,695,5,B51 B53 B55,S -874,No,3,"Vander Cruyssen, Mr. Victor",male,47,0,0,345765,9,,S -875,Yes,2,"Abelson, Mrs. Samuel (Hannah Wizosky)",female,28,1,0,P/PP 3381,24,,C -876,Yes,3,"Najib, Miss. Adele Kiamie ""Jane""",female,15,0,0,2667,7.225,,C -877,No,3,"Gustafsson, Mr. Alfred Ossian",male,20,0,0,7534,9.8458,,S -878,No,3,"Petroff, Mr. Nedelio",male,19,0,0,349212,7.8958,,S -879,No,3,"Laleff, Mr. Kristo",male,,0,0,349217,7.8958,,S -880,Yes,1,"Potter, Mrs. Thomas Jr (Lily Alexenia Wilson)",female,56,0,1,11767,83.1583,C50,C -881,Yes,2,"Shelley, Mrs. William (Imanita Parrish Hall)",female,25,0,1,230433,26,,S -882,No,3,"Markun, Mr. Johann",male,33,0,0,349257,7.8958,,S -883,No,3,"Dahlberg, Miss. Gerda Ulrika",female,22,0,0,7552,10.5167,,S -884,No,2,"Banfield, Mr. Frederick James",male,28,0,0,C.A./SOTON 34068,10.5,,S -885,No,3,"Sutehall, Mr. Henry Jr",male,25,0,0,SOTON/OQ 392076,7.05,,S -886,No,3,"Rice, Mrs. William (Margaret Norton)",female,39,0,5,382652,29.125,,Q -887,No,2,"Montvila, Rev. Juozas",male,27,0,0,211536,13,,S -888,Yes,1,"Graham, Miss. Margaret Edith",female,19,0,0,112053,30,B42,S -889,No,3,"Johnston, Miss. Catherine Helen ""Carrie""",female,,1,2,W./C. 6607,23.45,,S -890,Yes,1,"Behr, Mr. Karl Howell",male,26,0,0,111369,30,C148,C -891,No,3,"Dooley, Mr. Patrick",male,32,0,0,370376,7.75,,Q diff --git a/public/ThinkAloud/help.md b/public/ThinkAloud/help.md deleted file mode 100644 index e9cc9d0ee..000000000 --- a/public/ThinkAloud/help.md +++ /dev/null @@ -1,14 +0,0 @@ -# Titanic Dataset - -In the next section we will ask you a few questions about a dataset gathered from passengers of the Titanic. The dataset has the following data. - -- Survived -- Whether or not the passenger survived -- Pclass -- Class of the passenger. 1 is 1st class, 2 is 2nd class, 3 is 3rd class -- Gender -- Gender -- Age -- Age in years -- SibSp -- Number of siblings or spouses aboard -- Parch -- Number of parents or children aboard -- Fare -- Price of ticket - -Click on the help button if you'd like to see this information again during the questions. - diff --git a/public/ThinkAloud/titanicTutorial.md b/public/ThinkAloud/titanicTutorial.md deleted file mode 100644 index 337ff7f29..000000000 --- a/public/ThinkAloud/titanicTutorial.md +++ /dev/null @@ -1,16 +0,0 @@ -# Titanic Dataset - -In the next section we will ask you a few questions about a dataset gathered from passengers of the Titanic. The dataset has the following data. - -- Survived -- Whether or not the passenger survived -- Pclass -- Class of the passenger. 1 is 1st class, 2 is 2nd class, 3 is 3rd class -- Gender -- Gender -- Age -- Age in years -- SibSp -- Number of siblings or spouses aboard -- Parch -- Number of parents or children aboard -- Fare -- Price of ticket - -Click on the help button if you'd like to see this information again during the questions. - -In addition to the plots seen in the previous questions, there will be additional plots which you may interact with. Feel free to click on any bar or violin to select, as well as using the paintbrush. - diff --git a/public/ThinkAloud/tutorial.md b/public/ThinkAloud/tutorial.md deleted file mode 100644 index c062f8719..000000000 --- a/public/ThinkAloud/tutorial.md +++ /dev/null @@ -1,10 +0,0 @@ -# Tutorial -In this study you will complete 8 tasks using a paintbrush selection in one or multiple scatterplots. Utilize the selection and the linked chart to answer the questions. Some of the questions will ask you to enter specific numbers, please estimate the best you can. More information on the paintbrush selection is listed below. You can access this information during the study at any time via the help button in the upper left. - -## Paintbrush Selection - -Click and drag to select points. Use the tool above the scatterplot to switch to deselect if you want to deselect points in your selection. - - - - diff --git a/public/ThinkAloud/tutorialImages/addPlot.gif b/public/ThinkAloud/tutorialImages/addPlot.gif deleted file mode 100644 index 8a9c8fc74..000000000 Binary files a/public/ThinkAloud/tutorialImages/addPlot.gif and /dev/null differ diff --git a/public/stage-2/config-stage-2.json b/public/stage-2/config-stage-2.json index 14a8e5850..447f767e8 100644 --- a/public/stage-2/config-stage-2.json +++ b/public/stage-2/config-stage-2.json @@ -21,6 +21,8 @@ "urlParticipantIdParam": "PROLIFIC_PID", "studyEndMsg": "**Thank you for completing the study. You may click this link and return to Prolific**: [https://app.prolific.com/submissions/complete?cc=C1FY420B](https://app.prolific.com/submissions/complete?cc=C1FY420B)" }, + "recordStudyAudio": true, + "tasksToNotRecordAudio": ["introduction", "consent", "end"], "baseComponents": { "viral-a": { "instruction": "You've come across this visualization and the accompanying caption.
Please review the visualization and the caption, and then answer the questions below **based solely on this information**.", @@ -428,6 +430,22 @@ } }, "components": { + "audioTest": { + "description": "Audio test", + "type": "react-component", + "path": "viz-guardrails/AudioTest.tsx", + "nextButtonLocation": "sidebar", + "nextButtonText": "Continue", + "response": [{ + "id": "audioResponse", + "type": "radio", + "required": true, + "hidden": true, + "location": "sidebar", + "prompt": "Found Audio", + "options": [{"label": "Yes", "value": "Yes"}] + }] + }, "55b688fafdf99b26e287abd3-viral-a-n": { "baseComponent": "viral-a", "parameters": { @@ -1400,6 +1418,7 @@ "caption": "Seen here is the rapid decline in infections." } }, + "5d49f28a3fefca00193319ac-viral-a-ss": { "baseComponent": "viral-a", "parameters": { @@ -11434,6 +11453,7 @@ "components": [ "introduction", "consent", + "audioTest", { "order": "latinSquare", "numSamples": 1,