From fe03916a7301395dd03fe101d60fcb89a4ed4f55 Mon Sep 17 00:00:00 2001 From: Anupriya Srivastava Date: Fri, 18 Feb 2022 18:16:33 -0800 Subject: [PATCH 1/3] docs: data desc in proposal.md --- docs/proposal.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/proposal.md b/docs/proposal.md index 9004a3d..450e1cc 100644 --- a/docs/proposal.md +++ b/docs/proposal.md @@ -22,7 +22,7 @@ This dashboard intends to educate with a fact-based worldview that everyone can ## Description of the data -TBC +The gapminder dataset is collected and maintained by Gapminder.org, a non-for-profit organization trying to eliminate social misconceptions from our societies. For this project, we have focused on a subset of nine (9) social parameters which we wanted to analyse. Data on these selected parameters is available from the year 1800 to 2018, and is collected at country level. Overall, there are 38982 observations. The description of columns in dataset is given below: ## Usage Scenario From e421133379a7b1954c06c557d08ac71fb89e25b0 Mon Sep 17 00:00:00 2001 From: Anupriya Srivastava Date: Fri, 18 Feb 2022 18:32:02 -0800 Subject: [PATCH 2/3] docs: column descriptions in proposal.md --- docs/proposal.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/docs/proposal.md b/docs/proposal.md index 450e1cc..dd65f01 100644 --- a/docs/proposal.md +++ b/docs/proposal.md @@ -22,7 +22,22 @@ This dashboard intends to educate with a fact-based worldview that everyone can ## Description of the data -The gapminder dataset is collected and maintained by Gapminder.org, a non-for-profit organization trying to eliminate social misconceptions from our societies. For this project, we have focused on a subset of nine (9) social parameters which we wanted to analyse. Data on these selected parameters is available from the year 1800 to 2018, and is collected at country level. Overall, there are 38982 observations. The description of columns in dataset is given below: +The gapminder dataset is collected and maintained by \href{https://www.gapminder.org/}{Gapminder.org}, a non-for-profit organization trying to eliminate social misconceptions from our societies. For this project, we have focused on a subset of nine (9) social parameters which we wanted to analyse. Data on these selected parameters is available from the year 1800 to 2018, and is collected at country level. Overall, there are 38982 observations. The description of columns in dataset is given below: + +- `year`: Year of observation +- `country`: Country name +- `region`: Continent the country belongs to +- `sub_region`: Sub regions as defined +- `population`: Population in the country at each year +- `income_group`: Income group as specified by the world bank +- `income`: GDP per capita (in USD) adjusted for purchasing power +- `life_expectancy`: Average years a newborn child would live if mortality patterns stay the same +- `children_per_woman`: Number of children born to each woman +- `child_mortality`: Deaths of children under 5 years of age per 1000 live births +- `pop_density`: Average number of people per km2 +- `co2_per_capita`: CO2 emissions from fossil fuels (tonnes per capita) +- `years_in_school_men`: Average years attending primary, secondary, and tertiary school for 25-36 years old men +- `years_in_school_women`: Average years attending primary, secondary, and tertiary school for 25-36 years old women ## Usage Scenario From 1d2a505ffddf974a6393fb7e78028df8f100a560 Mon Sep 17 00:00:00 2001 From: Anupriya Srivastava Date: Fri, 18 Feb 2022 18:37:05 -0800 Subject: [PATCH 3/3] docs: proposal.md --- docs/proposal.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/proposal.md b/docs/proposal.md index dd65f01..7beb787 100644 --- a/docs/proposal.md +++ b/docs/proposal.md @@ -2,7 +2,7 @@ ## Motivation and purpose -### Why are creating this dashboard? +### Why are we creating this dashboard? The objective is to investigate what the young population of students know and don't know about basic global patterns and macro-trends and educate the intended users on global development trends. This dashboard has been developed to communicate insights about historical social/economic trends and create a better understanding of using and teaching statistics.