You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lectures/long_run_growth.md
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,9 @@ A project initiated by [Angus Maddison](https://en.wikipedia.org/wiki/Angus_Madd
61
61
We can use the [Maddison Historical Statistics](https://www.rug.nl/ggdc/historicaldevelopment/maddison/) to look at many different countries, including some countries dating back to the first century.
62
62
63
63
```{tip}
64
-
The data can be downloaded from [this webpage](https://www.rug.nl/ggdc/historicaldevelopment/maddison/) and clicking on the `Latest Maddison Project Release`. In this lecture we use the [Maddison Project Database 2020](https://www.rug.nl/ggdc/historicaldevelopment/maddison/releases/maddison-project-database-2020) using the `Excel` Format.
64
+
The data can be downloaded from [this webpage](https://www.rug.nl/ggdc/historicaldevelopment/maddison/) by clicking on the `Latest Maddison Project Release`.
65
+
66
+
Here we use the [Maddison Project Database 2020](https://www.rug.nl/ggdc/historicaldevelopment/maddison/releases/maddison-project-database-2020) in `Excel` format.
65
67
```
66
68
67
69
If you don't want to fetch the data file from [Maddison Historical Statistics](https://www.rug.nl/ggdc/historicaldevelopment/maddison/) you can download the file directly {download}`datasets/mpd2020.xlsx`.
@@ -438,7 +440,7 @@ plt.show()
438
440
439
441
Now we'll construct some graphs of interest to geopolitical historians like Adam Tooze.
440
442
441
-
We'll focus on total Gross Domestic Product (GDP) (as a proxy for ``national geopolitical-military power'') rather than focusing on GDP per capita (as a proxy for living standards).
443
+
We'll focus on total Gross Domestic Product (GDP) (as a proxy for ''national geopolitical-military power'') rather than focusing on GDP per capita (as a proxy for living standards).
442
444
443
445
```{code-cell} ipython3
444
446
data = pd.read_excel("datasets/mpd2020.xlsx", sheet_name='Full data')
0 commit comments