You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-5Lines changed: 10 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ For students familiar with Git, you may simply clone this repository to obtain a
18
18
19
19
## Outline
20
20
21
-
### Introduction to Pandas
21
+
### [Introduction to Pandas][1]
22
22
23
23
* Importing data
24
24
* Series and DataFrame objects
@@ -29,7 +29,7 @@ For students familiar with Git, you may simply clone this repository to obtain a
29
29
* Missing data
30
30
* Data summarization
31
31
32
-
### Data Wrangling with Pandas
32
+
### [Data Wrangling with Pandas][2]
33
33
34
34
* Date/time types
35
35
* Merging and joining DataFrame objects
@@ -40,7 +40,7 @@ For students familiar with Git, you may simply clone this repository to obtain a
40
40
* Permutation and sampling
41
41
* Data aggregation and GroupBy operations
42
42
43
-
### Plotting and Visualization
43
+
### [Plotting and Visualization][3]
44
44
45
45
* Plotting in Pandas vs Matplotlib
46
46
* Bar plots
@@ -50,7 +50,7 @@ For students familiar with Git, you may simply clone this repository to obtain a
50
50
* Scatterplots
51
51
* Trellis plots
52
52
53
-
### Statistical Data Modeling
53
+
### [Statistical Data Modeling][4]
54
54
55
55
* Statistical modeling
56
56
* 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
73
73
74
74
Otherwise, another easy way to install all the necessary packages is to use Continuum Analytics' [Anaconda](http://docs.continuum.io/anaconda/install.html).
75
75
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