File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ plt.rc('axes', prop_cycle=cycler)
5959
6060## Data acquisition
6161
62- We will use World Bank's data API ` wbgapi ` and ` pandas_datareader ` to retrieve data.
62+ We will use the World Bank's data API ` wbgapi ` and ` pandas_datareader ` to retrieve data.
6363
6464We can use ` wb.series.info ` with the argument ` q ` to query available data from
6565the [ World Bank] ( https://www.worldbank.org/en/home ) .
@@ -311,7 +311,7 @@ plt.show()
311311Notice that Argentina has experienced far more volatile cycles than
312312the economies examined above.
313313
314- At the same time, the growth of Argentina did not fall during the two developed
314+ At the same time, Argentina's growth rate did not fall during the two developed
315315economy recessions in the 1970s and 1990s.
316316
317317
@@ -690,7 +690,7 @@ drops before recessions.
690690
691691When the price of consumer commodities rises, consumer confidence diminishes.
692692
693- This trend is more significant in the times during [ stagflation] ( https://en.wikipedia.org/wiki/Stagflation ) .
693+ This trend is more significant during [ stagflation] ( https://en.wikipedia.org/wiki/Stagflation ) .
694694
695695
696696
You can’t perform that action at this time.
0 commit comments