Skip to content

Commit 65fc691

Browse files
committed
make requested changes
1 parent 9765d5e commit 65fc691

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

lectures/long_run_growth.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@ A project initiated by [Angus Maddison](https://en.wikipedia.org/wiki/Angus_Madd
6161
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.
6262

6363
```{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.
6567
```
6668

6769
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()
438440

439441
Now we'll construct some graphs of interest to geopolitical historians like Adam Tooze.
440442

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).
442444

443445
```{code-cell} ipython3
444446
data = pd.read_excel("datasets/mpd2020.xlsx", sheet_name='Full data')

0 commit comments

Comments
 (0)