Skip to content

Commit 772e6d5

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 5392e29 commit 772e6d5

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
@@ -65,7 +65,7 @@ countries and assign it to `realwage`.
6565
The dataset can be accessed with the following link:
6666

6767
```{code-cell} ipython3
68-
url1 = 'https://github.com/QuantEcon/lecture-python.myst/raw/refs/heads/main/lectures/_static/lecture_specific/pandas_panel/realwage.csv'
68+
url1 = 'https://github.com/QuantEcon/data-lectures/raw/main/lectures/realwage.csv'
6969
```
7070

7171
```{code-cell} ipython3
@@ -185,7 +185,7 @@ function.
185185
The dataset can be accessed with the following link:
186186

187187
```{code-cell} ipython3
188-
url2 = 'https://github.com/QuantEcon/lecture-python.myst/raw/refs/heads/main/lectures/_static/lecture_specific/pandas_panel/countries.csv'
188+
url2 = 'https://github.com/QuantEcon/data-lectures/raw/main/lectures/countries.csv'
189189
```
190190

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

504504
```{code-cell} ipython3
505-
url3 = 'https://github.com/QuantEcon/lecture-python.myst/raw/refs/heads/main/lectures/_static/lecture_specific/pandas_panel/employ.csv'
505+
url3 = 'https://github.com/QuantEcon/data-lectures/raw/main/lectures/employ.csv'
506506
```
507507

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

0 commit comments

Comments
 (0)