Skip to content

Commit b76ce39

Browse files
committed
Update business_cycle.md
1 parent f0e67f3 commit b76ce39

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lectures/business_cycle.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ These include expansions (also called booms) and contractions (also called reces
2424

2525
For our study, we will use economic indicators from the [World Bank](https://documents.worldbank.org/en/publication/documents-reports/api) and [FRED](https://fred.stlouisfed.org/).
2626

27-
In addition to those installed by Anaconda, this lecture requires
27+
In addition to the packages already installed by Anaconda, this lecture requires
2828

2929
```{code-cell} ipython3
3030
:tags: [hide-output]
@@ -248,7 +248,7 @@ Now let's consider Japan, which experienced rapid growth in the 1960s and
248248
1970s, followed by slowed expansion in the past two decades.
249249

250250
Major dips in the growth rate coincided with the Oil Crisis of the 1970s, the
251-
GFC and the Covid-19 pandemic.
251+
Global Financial Crisis (GFC) and the Covid-19 pandemic.
252252

253253
```{code-cell} ipython3
254254
---
@@ -587,7 +587,7 @@ unempl_rate.columns = unempl_rate.columns.str.replace('YR', '').astype(int)
587587
fig, ax = plt.subplots()
588588
589589
countries = ['United Kingdom', 'United States', 'Japan', 'France']
590-
ylabel = 'unemployment rate (national estimate) (%)'
590+
ylabel = 'Unemployment rate (national estimate) (%)'
591591
plot_comparison(unempl_rate, countries,
592592
ylabel, 0.05, None, ax, g_params,
593593
b_params, t_params, baseline=None)
@@ -690,7 +690,7 @@ drops before a recession.
690690

691691
When the price of consumer commodities rises, consumer confidence diminishes.
692692

693-
This trend is more significant in the [stagflation](https://en.wikipedia.org/wiki/Stagflation).
693+
This trend is more significant in the times during [stagflation](https://en.wikipedia.org/wiki/Stagflation).
694694

695695

696696

0 commit comments

Comments
 (0)