Skip to content

Commit bfc1756

Browse files
author
Christopher Fonnesbeck
committed
Added links to static notebooks to README
1 parent 081fbe2 commit bfc1756

1 file changed

Lines changed: 10 additions & 5 deletions

File tree

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ For students familiar with Git, you may simply clone this repository to obtain a
1818

1919
## Outline
2020

21-
### Introduction to Pandas
21+
### [Introduction to Pandas][1]
2222

2323
* Importing data
2424
* Series and DataFrame objects
@@ -29,7 +29,7 @@ For students familiar with Git, you may simply clone this repository to obtain a
2929
* Missing data
3030
* Data summarization
3131

32-
### Data Wrangling with Pandas
32+
### [Data Wrangling with Pandas][2]
3333

3434
* Date/time types
3535
* Merging and joining DataFrame objects
@@ -40,7 +40,7 @@ For students familiar with Git, you may simply clone this repository to obtain a
4040
* Permutation and sampling
4141
* Data aggregation and GroupBy operations
4242

43-
### Plotting and Visualization
43+
### [Plotting and Visualization][3]
4444

4545
* Plotting in Pandas vs Matplotlib
4646
* Bar plots
@@ -50,7 +50,7 @@ For students familiar with Git, you may simply clone this repository to obtain a
5050
* Scatterplots
5151
* Trellis plots
5252

53-
### Statistical Data Modeling
53+
### [Statistical Data Modeling][4]
5454

5555
* Statistical modeling
5656
* Fitting data to probability distributions
@@ -73,4 +73,9 @@ For students running the latest version of Mac OS X (10.8), the easiest way to o
7373

7474
Otherwise, another easy way to install all the necessary packages is to use Continuum Analytics' [Anaconda](http://docs.continuum.io/anaconda/install.html).
7575

76-
For those requiring extra assistance with installing packages, there will be a help desk available Monday, June 24, 7-8AM at the conference venue.
76+
For those requiring extra assistance with installing packages, there will be a help desk available Monday, June 24, 7-8AM at the conference venue.
77+
78+
[1]: http://nbviewer.ipython.org/urls/gist.github.com/fonnesbeck/5850375/raw/68fbe172b584e68f48161aa78f008db9d8b5ea41/1.+Introduction+to+Pandas.ipynb "Introduction to Pandas"
79+
[2]: http://nbviewer.ipython.org/urls/gist.github.com/fonnesbeck/5850413/raw/2b574b64d57bdb80fe6fc4650f70a3e55decd372/2.+Data+Wrangling+with+Pandas.ipynb "Data wrangling with Pandas"
80+
[3]: http://nbviewer.ipython.org/urls/gist.github.com/fonnesbeck/5850463/raw/1a4106474b90c773714e86c4b602152434fb6879/3.+Plotting+and+Visualization.ipynb "Plotting and visualization"
81+
[4]: http://nbviewer.ipython.org/urls/gist.github.com/fonnesbeck/5850483/raw/ec9075525d272f346f0d388494507becd935279c/4.+Statistical+Data+Modeling.ipynb "Statistical data modeling"

0 commit comments

Comments
 (0)