Skip to content

Commit b6c5bef

Browse files
committed
FIX: pandas relaod
1 parent 3e1148e commit b6c5bef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lectures/inflation_history.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ from packaging.version import Version
3333
from importlib import reload
3434
if Version(pd.__version__) < Version('2.1.4'):
3535
!pip install pandas==2.1.4
36-
reload(pandas)
36+
reload('pandas')
3737
```
3838

3939
We can then import the Python modules we will use.

0 commit comments

Comments
 (0)