commit 1f72f7ef49b5a83fa3dc6c6d19a967762e0e32b2 Author: Gerardo Marx Date: Tue Sep 9 19:09:22 2025 -0600 data ready diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..3c8ddf9 --- /dev/null +++ b/Readme.md @@ -0,0 +1,5 @@ +# Introduction + +This repository contains data from two datasets. The `gdp-satisfaction.csv` was prepared previously for you. If you plot GDP vs. life satisfaction, you should observe a similar plot: + +![](output_15_0.png) diff --git a/gdp-satisfaction.csv b/gdp-satisfaction.csv new file mode 100644 index 0000000..ea65e6f --- /dev/null +++ b/gdp-satisfaction.csv @@ -0,0 +1,30 @@ +Country,GDP per capita,Life satisfaction +Russia,9054.914,6.0 +Turkey,9437.372,5.6 +Hungary,12239.894,4.9 +Poland,12495.334,5.8 +Slovak Republic,15991.736,6.1 +Estonia,17288.083,5.6 +Greece,18064.288,4.8 +Portugal,19121.592,5.1 +Slovenia,20732.482,5.7 +Spain,25864.721,6.5 +Korea,27195.197,5.8 +Italy,29866.581,6.0 +Japan,32485.545,5.9 +Israel,35343.336,7.4 +New Zealand,37044.891,7.3 +France,37675.006,6.5 +Belgium,40106.632,6.9 +Germany,40996.511,7.0 +Finland,41973.988,7.4 +Canada,43331.961,7.3 +Netherlands,43603.115,7.3 +Austria,43724.031,6.9 +United Kingdom,43770.688,6.8 +Sweden,49866.266,7.2 +Iceland,50854.583,7.5 +Australia,50961.865,7.3 +Ireland,51350.744,7.0 +Denmark,52114.165,7.5 +United States,55805.204,7.2 diff --git a/output_15_0.png b/output_15_0.png new file mode 100644 index 0000000..a5ccd6a Binary files /dev/null and b/output_15_0.png differ