Skip to content

Commit 1e9bd38

Browse files
committed
edits in business cycle lecture
1 parent 344c1c0 commit 1e9bd38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lectures/business_cycle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ recessions in the economy.
551551
However, it is not a leading indicator, as the peak of contraction in production delays compared to consumer confidence and inflation.
552552

553553
```{code-cell} ipython3
554-
start_date = datetime.datetime(1980, 1, 1)
554+
start_date = datetime.datetime(1919, 1, 1)
555555
end_date = datetime.datetime(2022, 12, 31)
556556
557557
nber = web.DataReader('USREC', 'fred', start_date, end_date)

0 commit comments

Comments
 (0)