Skip to content

Commit e988bc7

Browse files
committed
link to Why This Class from slides
1 parent 26a5ce4 commit e988bc7

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Produced and taught by [Aidan Feldman](https://api.afeld.me/). Largely based on
2626

2727
## Why this class?
2828

29-
There are countless resources out there to learn Python and pandas — books, videos, etc. — and many are free. Relative to other Python/pandas courses, this class:
29+
There are countless [resources](resources.md) out there to learn Python and pandas — books, videos, etc. — and many are free. Relative to other Python/pandas courses, this class:
3030

3131
- Doesn't expect any prior technical experience
3232
- Puts the data/code in a public policy context

lecture_0.ipynb

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,19 @@
251251
"- Will get out of it what you put into it\n"
252252
]
253253
},
254+
{
255+
"cell_type": "markdown",
256+
"metadata": {
257+
"slideshow": {
258+
"slide_type": "subslide"
259+
}
260+
},
261+
"source": [
262+
"### See also\n",
263+
"\n",
264+
"[Why this class?](index.md#why-this-class)\n"
265+
]
266+
},
254267
{
255268
"cell_type": "markdown",
256269
"metadata": {

0 commit comments

Comments
 (0)