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)
59
59
60
60
## Data acquisition
61
61
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.
63
63
64
64
We can use ` wb.series.info ` with the argument ` q ` to query available data from
65
65
the [ World Bank] ( https://www.worldbank.org/en/home ) .
@@ -311,7 +311,7 @@ plt.show()
311
311
Notice that Argentina has experienced far more volatile cycles than
312
312
the economies examined above.
313
313
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
315
315
economy recessions in the 1970s and 1990s.
316
316
317
317
@@ -690,7 +690,7 @@ drops before recessions.
690
690
691
691
When the price of consumer commodities rises, consumer confidence diminishes.
692
692
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 ) .
694
694
695
695
696
696
You can’t perform that action at this time.
0 commit comments