@@ -16,7 +16,7 @@ kernelspec:
1616
1717## Overview
1818
19- In this lecture, we review some empirical aspects of business cycles.
19+ In this lecture we review some empirical aspects of business cycles.
2020
2121Business cycles are fluctuations in economic activity over time.
2222
@@ -94,7 +94,7 @@ wb.series.metadata.get('NY.GDP.MKTP.KD.ZG')
9494(gdp_growth)=
9595## GDP growth rate
9696
97- First, we look at GDP growth.
97+ First we look at GDP growth.
9898
9999Let's source our data from the World Bank and clean it.
100100
@@ -289,7 +289,7 @@ plt.show()
289289Greece experienced a very large drop in GDP growth around 2010-2011, during the peak
290290of the Greek debt crisis.
291291
292- Next, let's consider Argentina.
292+ Next let's consider Argentina.
293293
294294``` {code-cell} ipython3
295295---
@@ -587,7 +587,7 @@ unempl_rate.columns = unempl_rate.columns.str.replace('YR', '').astype(int)
587587fig, ax = plt.subplots()
588588
589589countries = ['United Kingdom', 'United States', 'Japan', 'France']
590- ylabel = 'Unemployment rate (national estimate) (%)'
590+ ylabel = 'unemployment rate (national estimate) (%)'
591591plot_comparison(unempl_rate, countries,
592592 ylabel, 0.05, None, ax, g_params,
593593 b_params, t_params, baseline=None)
0 commit comments