diff --git a/lectures/pandas_panel.md b/lectures/pandas_panel.md index fcb44255..f61186a9 100644 --- a/lectures/pandas_panel.md +++ b/lectures/pandas_panel.md @@ -77,7 +77,7 @@ countries and assign it to `realwage`. The dataset can be accessed with the following link: ```{code-cell} ipython3 -url1 = 'https://raw.githubusercontent.com/QuantEcon/lecture-python/master/source/_static/lecture_specific/pandas_panel/realwage.csv' +url1 = 'https://raw.githubusercontent.com/QuantEcon/lecture-python-programming/main/lectures/_static/lecture_specific/pandas_panel/realwage.csv' ``` ```{code-cell} ipython3 @@ -197,7 +197,7 @@ function. The dataset can be accessed with the following link: ```{code-cell} ipython3 -url2 = 'https://raw.githubusercontent.com/QuantEcon/lecture-python/master/source/_static/lecture_specific/pandas_panel/countries.csv' +url2 = 'https://raw.githubusercontent.com/QuantEcon/lecture-python-programming/main/lectures/_static/lecture_specific/pandas_panel/countries.csv' ``` ```{code-cell} ipython3 @@ -506,7 +506,7 @@ in Europe by age and sex from [Eurostat](https://ec.europa.eu/eurostat/data/data The dataset can be accessed with the following link: ```{code-cell} ipython3 -url3 = 'https://raw.githubusercontent.com/QuantEcon/lecture-python/master/source/_static/lecture_specific/pandas_panel/employ.csv' +url3 = 'https://raw.githubusercontent.com/QuantEcon/lecture-python-programming/main/lectures/_static/lecture_specific/pandas_panel/employ.csv' ``` Reading in the CSV file returns a panel dataset in long format. Use `.pivot_table()` to construct