Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
small edits
  • Loading branch information
HumphreyYang committed Jun 3, 2023
commit ee01287762fab3c8e99e8f2ca2a7ae65eb9f00e8
8 changes: 4 additions & 4 deletions lectures/long_run_growth.md
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ plt.show()

+++ {"user_expressions": []}

## The Industrialized World
## The industrialized world

(TODO: Write description for this section)

Expand All @@ -443,7 +443,7 @@ gdp = data['gdp'].unstack('countrycode')

+++ {"user_expressions": []}

### Early Industralization (1820 to 1940)
### Early industralization (1820 to 1940)


Gross Domestic Product
Expand Down Expand Up @@ -486,7 +486,7 @@ ax = draw_interp_plots(gdppc[cntry].loc[start_year:end_year],

+++ {"user_expressions": []}

### The Modern Era (1970 to 2018)
### The modern era (1970 to 2018)

Gross Domestic Product (GDP)

Expand Down Expand Up @@ -528,7 +528,7 @@ ax = draw_interp_plots(gdppc[cntry].loc[start_year:end_year],

+++ {"user_expressions": []}

## Regional Analysis
## Regional analysis
(TODO: Write descriptions for this section)

The [Maddison Historical Statistics](https://www.rug.nl/ggdc/historicaldevelopment/maddison/) dataset also includes regional aggregations
Expand Down