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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ The primer is spread across a collection of [IPython Notebooks](http://ipython.o
7
7
There are four versions of the primer. Three versions contain the entire primer in a single notebook:
8
8
9
9
* Single IPython Notebook (cleared output cells): [Python_for_Data_Science_clean.ipynb](Python_for_Data_Science_clean.ipynb)
10
-
* Single IPython Notebook (filled output cells): [Python_for_Data_Science_clean.ipynb](Python_for_Data_Science_all.ipynb)
10
+
* Single IPython Notebook (filled output cells): [Python_for_Data_Science_all.ipynb](Python_for_Data_Science_all.ipynb)
11
11
* Single web page (HTML): [Python_for_Data_Science_all.html](Python_for_Data_Science_all.html)
12
12
13
13
The other version divides the primer into 5 separate notebooks:
@@ -56,4 +56,4 @@ There are also 2 data files, based on the [mushroom dataset](https://archive.ics
56
56
* Changed ["call by reference"](https://en.wikipedia.org/wiki/Evaluation_strategy#Call_by_reference) to ["call by sharing"](https://en.wikipedia.org/wiki/Evaluation_strategy#Call_by_sharing)
57
57
* Added `isinstance()` (and reference to duck typing) to section on `type()`
58
58
* Added variable for `delimiter` rather than hard-coding `'|'` character
0 commit comments