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/inequality.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -405,7 +405,7 @@ Now let's look at Gini coefficients for US data derived from the SCF.
405
405
406
406
The following code creates a list called ``Ginis``.
407
407
408
-
It stores data of Gini coefficients generated from the dataframe ``df_income_wealth`` and method [gini_coefficient](https://quanteconpy.readthedocs.io/en/latest/tools/inequality.html#quantecon.inequality.gini_coefficient), from [QuantEcon](https://quantecon.org/quantecon-py/) library.
408
+
It stores data of Gini coefficients generated from the dataframe ``df_income_wealth`` and method [gini_coefficient](https://quanteconpy.readthedocs.io/en/latest/tools/inequality.html#quantecon.inequality.gini_coefficient), from [QuantEcon](https://quantecon.org/quantecon-py/) library.
Copy file name to clipboardExpand all lines: lectures/long_run_growth.md
+13-13Lines changed: 13 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ kernelspec:
16
16
17
17
## Overview
18
18
19
-
Adam Tooze's account of the geopolitical precedents and antecedents of World War I includes a comparison of how Gross National Products of European Great Powers had evolved during the 70 years preceding 1914 (see chapter 1 of {cite}`Tooze_2014`).
19
+
Adam Tooze's account of the geopolitical precedents and antecedents of World War I includes a comparison of how Gross National Products of European Great Powers had evolved during the 70 years preceding 1914 (see chapter 1 of {cite}`Tooze_2014`).
20
20
21
21
We report a version of Tooze's graph later in this lecture.
22
22
@@ -29,7 +29,7 @@ As we gather data to construct those two graphs, we'll also study growth experie
29
29
30
30
These graphs will portray how the "Industrial Revolution" began in Britain in the late 18th century, then migrated to one country after another.
31
31
32
-
In a nutshell, this lecture records growth trajectories of various countries over long time periods.
32
+
In a nutshell, this lecture records growth trajectories of various countries over long time periods.
33
33
34
34
While some countries have experienced long term rapid growth across that has lasted a hundred years, others have not.
35
35
@@ -295,19 +295,19 @@ The preceding graph of percapita GDP strikingly reveals how the spread of the in
295
295
groups of people
296
296
297
297
- Most of the growth happened in the past 150 years after the industrial revolution.
298
-
- Percapita GDP's in the UK and the US, on the one hand, and in China, on the other, diverged from 1820 to 1940.
299
-
- The gap has closed rapidly after 1950 and especially after the late 1970s.
298
+
- Percapita GDP's in the UK and the US, on the one hand, and in China, on the other, diverged from 1820 to 1940.
299
+
- The gap has closed rapidly after 1950 and especially after the late 1970s.
300
300
- These outcomes reflect complicated combinations of technological and economic-policy factors that students of economic growth try to understand and quantify
301
301
302
302
303
-
It is fascinating to see China's GDP per capita levels from 1500 through to the 1970s.
303
+
It is fascinating to see China's GDP per capita levels from 1500 through to the 1970s.
304
304
305
305
Notice the long period of declining GDP per capital levels from the 1700s until the early 20th century.
306
306
307
307
Thus, the graph indicates
308
308
309
-
- A long economic downturn and stagnation after the Closed-door Policy by the Qing government
310
-
- China's very different experience than the UK's after the onset of the industrial revolution in the UK
309
+
- A long economic downturn and stagnation after the Closed-door Policy by the Qing government
310
+
- China's very different experience than the UK's after the onset of the industrial revolution in the UK
311
311
- How the Self-Strengthening Movement seemed mostly to help China to grow
312
312
- 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
313
313
@@ -365,9 +365,9 @@ We can also look at the United States (USA) and United Kingdom (GBR) in more det
365
365
In the following graph, please watch for
366
366
- impact of trade policy (Navigation Act)
367
367
- productivity changes brought by the industrial revolution
368
-
- how the US gradually approaches and then surpasses the UK, setting the stage for the ``American Century''
369
-
- the often unanticipated consequenes of wars
370
-
- interruptions and scars left by {ref}`business cycle<mc1_ex_1>` recessions and depressions
368
+
- how the US gradually approaches and then surpasses the UK, setting the stage for the ``American Century''
369
+
- the often unanticipated consequences of wars
370
+
- interruptions and scars left by {ref}`business cycle<mc1_ex_1>` recessions and depressions
371
371
372
372
```{code-cell} ipython3
373
373
---
@@ -424,7 +424,7 @@ plt.show()
424
424
425
425
Now we'll construct some graphs of interest to geopolitical historians like Adam Tooze.
426
426
427
-
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).
427
+
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).
428
428
429
429
```{code-cell} ipython3
430
430
data = pd.read_excel("datasets/mpd2020.xlsx", sheet_name='Full data')
0 commit comments