Skip to content

Commit 7a70787

Browse files
mmckyclaude
andcommitted
P2: repoint pandas_panel URLs to data-lectures (fix missing edit)
The prior commit deleted the local copies but did not stage the URL change in pandas_panel.md, so the lecture still pointed at the now-deleted own-repo path. Repoint url1/url2/url3 to the canonical data-lectures copies. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 7ce5b39 commit 7a70787

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

lectures/pandas_panel.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ countries and assign it to `realwage`.
7777
The dataset can be accessed with the following link:
7878

7979
```{code-cell} ipython3
80-
url1 = 'https://raw.githubusercontent.com/QuantEcon/lecture-python-programming/main/lectures/_static/lecture_specific/pandas_panel/realwage.csv'
80+
url1 = 'https://github.com/QuantEcon/data-lectures/raw/main/lectures/realwage.csv'
8181
```
8282

8383
```{code-cell} ipython3
@@ -197,7 +197,7 @@ function.
197197
The dataset can be accessed with the following link:
198198

199199
```{code-cell} ipython3
200-
url2 = 'https://raw.githubusercontent.com/QuantEcon/lecture-python-programming/main/lectures/_static/lecture_specific/pandas_panel/countries.csv'
200+
url2 = 'https://github.com/QuantEcon/data-lectures/raw/main/lectures/countries.csv'
201201
```
202202

203203
```{code-cell} ipython3
@@ -506,7 +506,7 @@ in Europe by age and sex from [Eurostat](https://ec.europa.eu/eurostat/data/data
506506
The dataset can be accessed with the following link:
507507

508508
```{code-cell} ipython3
509-
url3 = 'https://raw.githubusercontent.com/QuantEcon/lecture-python-programming/main/lectures/_static/lecture_specific/pandas_panel/employ.csv'
509+
url3 = 'https://github.com/QuantEcon/data-lectures/raw/main/lectures/employ.csv'
510510
```
511511

512512
Reading in the CSV file returns a panel dataset in long format. Use `.pivot_table()` to construct

0 commit comments

Comments
 (0)