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
+44-22Lines changed: 44 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,26 @@ kernelspec:
19
19
20
20
Adam Tooze's account of the geopolitical precedents and antecedents of World War I includes a comparison of how National Gross National Products of European Great Powers had evolved during the 70 years preceding 1914 (see chapter 1 of {cite}`Tooze_2014`).
21
21
22
+
We report a version of Tooze's graph later in this lecture.
22
23
24
+
Looking at his graph and how it set the geopolitical stage for "the American (20th) century" naturally
25
+
tempts one to want a counterpart to his graph for 2014 or later.
26
+
27
+
As we'll see, reasoning just by analogy, this graph perhaps set the stage for an "XXX (21st) century", where you get to fill in a country for our XXX.
28
+
29
+
As we gather data to construct those two graphs, we'll also study growth experiences for a number of countries for time horizons extending as far back as possible.
30
+
31
+
These graphs will portray how the "Industrial Revolution" began in Britain in the late 18th century, then migrated to one country after another.
32
+
33
+
In a nutshell, this lecture records growth trajectories of various countries over long time periods.
34
+
35
+
While some countries have experienced long term rapid growth across that has lasted a hundred years, others have not.
36
+
37
+
38
+
Since populations differ across country and within a country vary over time, it will
39
+
be interesting to describe both total GNP and GNP per capita as it evolves within a country.
40
+
41
+
First let's import the packages needed to explore what the data says about long run growth.
23
42
24
43
This lecture growth trajectories of various countries over long time periods.
25
44
@@ -301,24 +320,26 @@ plt.show()
301
320
302
321
+++ {"user_expressions": []}
303
322
304
-
(TODO: Finalize trend)
305
-
We can see some interesting trends:
323
+
The preceding graph of percapita GDP strikingly reveals how the spread of the industrial revolution has over time gradually lifted the living standards of substantial
324
+
groups of people
306
325
307
326
- Most of the growth happened in the past 150 years after the industrial revolution.
308
-
-There was a divergence between the West and the East during the process of industrialization (from 1820 to 1940).
309
-
- The gap is rapidly closing in the modern era.
310
-
-The shift in the paradigm in policy is usually intertwined with the technological and political.
327
+
-Percapita GDP's in the UK and the US, on the one hand, and in China, on the other, diverged from 1820 to 1940.
328
+
- The gap has closed rapidly after 1950 and especially after the late 1970s.
329
+
-These outcomes reflect complicated combinations of technological and economic-policy factors that students of economic growth try to understand and quantify
311
330
312
331
+++ {"user_expressions": []}
313
332
314
-
Looking at China's GDP per capita levels from 1500 through to the 1970s showed a long period of declining GDP per capital levels from the 1700s to the early 20th century.
333
+
It is fascinating to see China's GDP per capita levels from 1500 through to the 1970s.
315
334
316
-
(TODO: Finalize trend)
317
-
Trends to note:
318
-
- Period of economic downturn after the Closed-door Policy by the Qing government
319
-
- Missing out on the industrial revolution
320
-
- Self-Strengthening Movement may help the growth but in a very mild way
321
-
- Modern Chinese economic policies and the growth after the founding of the PRC (political stability) and after the Reform and Opening-up
335
+
Notice the long period of declining GDP per capital levels from the 1700s until the early 20th century.
336
+
337
+
Thus, the graph indicates
338
+
339
+
- A long economic downturn and stagnation after the Closed-door Policy by the Qing government
340
+
- China's very different experience than the UK's after the onset of the industrial revolution in the UK
341
+
- How the Self-Strengthening Movement seemed mostly to help China to grow
342
+
- How stunning have been the growth achievements of Modern Chinese economic policies by the PRC that culminated with its late 1970s Reform and Opening-up
322
343
323
344
```{code-cell} ipython3
324
345
---
@@ -370,12 +391,12 @@ plt.show()
370
391
371
392
+++ {"user_expressions": []}
372
393
373
-
(TODO: Finalize trend)
374
-
Trends to note:
375
-
-The impact of trade policy (Navigation Act)
376
-
-The productivity change created by the industrial revolution
377
-
-US surpasses UK -- any specific event?
378
-
-Wars and business cycles (link to business cycles lecture)
394
+
In the following graph, please watch for
395
+
- impact of trade policy (Navigation Act)
396
+
-productivity changes brought by the industrial revolution
397
+
-how the US gradually approaches and then surpasses the UK, setting the stage for the ``American Century''
398
+
-the often unanticipated consequenes of Wars
399
+
-interruptions and scars left by business cycle recessions and depressions
379
400
380
401
```{code-cell} ipython3
381
402
---
@@ -430,9 +451,9 @@ plt.show()
430
451
431
452
## The Industrialized World
432
453
433
-
(TODO: Write description for this section)
454
+
Now we'll construct some graphs of interest to geopolitical historians like Adam Tooze.
434
455
435
-
Now we can look at total Gross Domestic Product (GDP) rather than focusing on GDP per capita (as a proxy for living standards).
456
+
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).
436
457
437
458
```{code-cell} ipython3
438
459
data = pd.read_excel("datasets/mpd2020.xlsx", sheet_name='Full data')
0 commit comments