|
27 | 27 | "\n",
|
28 | 28 | "### [Preface](00.00-Preface.ipynb)\n",
|
29 | 29 | "\n",
|
30 |
| - "### [IPython: Beyond Normal Python](01.00-IPython-Beyond-Normal-Python.ipynb)\n", |
| 30 | + "### [1. IPython: Beyond Normal Python](01.00-IPython-Beyond-Normal-Python.ipynb)\n", |
31 | 31 | "- [Help and Documentation in IPython](01.01-Help-And-Documentation.ipynb)\n",
|
32 | 32 | "- [Keyboard Shortcuts in the IPython Shell](01.02-Shell-Keyboard-Shortcuts.ipynb)\n",
|
33 | 33 | "- [IPython Magic Commands](01.03-Magic-Commands.ipynb)\n",
|
|
37 | 37 | "- [Profiling and Timing Code](01.07-Timing-and-Profiling.ipynb)\n",
|
38 | 38 | "- [More IPython Resources](01.08-More-IPython-Resources.ipynb)\n",
|
39 | 39 | "\n",
|
40 |
| - "### [Introduction to NumPy](02.00-Introduction-to-NumPy.ipynb)\n", |
| 40 | + "### [2. Introduction to NumPy](02.00-Introduction-to-NumPy.ipynb)\n", |
41 | 41 | "- [Understanding Data Types in Python](02.01-Understanding-Data-Types.ipynb)\n",
|
42 | 42 | "- [The Basics of NumPy Arrays](02.02-The-Basics-Of-NumPy-Arrays.ipynb)\n",
|
43 | 43 | "- [Computation on NumPy Arrays: Universal Functions](02.03-Computation-on-arrays-ufuncs.ipynb)\n",
|
|
48 | 48 | "- [Sorting Arrays](02.08-Sorting.ipynb)\n",
|
49 | 49 | "- [Structured Data: NumPy's Structured Arrays](02.09-Structured-Data-NumPy.ipynb)\n",
|
50 | 50 | "\n",
|
51 |
| - "### Data Manipulation with Pandas *(coming soon)*\n", |
| 51 | + "### [3. Data Manipulation with Pandas](03.00-Introduction-to-Pandas.ipynb)\n", |
| 52 | + "- [Introducing Pandas Objects](03.01-Introducing-Pandas-Objects.ipynb)\n", |
| 53 | + "- [Data Indexing and Selection](03.02-Data-Indexing-and-Selection.ipynb)\n", |
| 54 | + "- [Operating on Data in Pandas](03.03-Operations-in-Pandas.ipynb)\n", |
| 55 | + "- [Handling Missing Data](03.04-Missing-Values.ipynb)\n", |
| 56 | + "- [Hierarchical Indexing](03.05-Hierarchical-Indexing.ipynb)\n", |
| 57 | + "- [Combining Datasets: Concat and Append](03.06-Concat-And-Append.ipynb)\n", |
| 58 | + "- [Combining Datasets: Merge and Join](03.07-Merge-and-Join.ipynb)\n", |
| 59 | + "- [Aggregation and Grouping](03.08-Aggregation-and-Grouping.ipynb)\n", |
| 60 | + "- [Pivot Tables](03.09-Pivot-Tables.ipynb)\n", |
| 61 | + "- [Vectorized String Operations](03.10-Working-With-Strings.ipynb)\n", |
| 62 | + "- [Working with Time Series](03.11-Working-with-Time-Series.ipynb)\n", |
| 63 | + "- [High-Performance Pandas: eval() and query()](03.12-Performance-Eval-and-Query.ipynb)\n", |
| 64 | + "- [Further Resources](03.13-Further-Resources.ipynb)\n", |
52 | 65 | "\n",
|
53 |
| - "### Visualization with Matplotlib *(coming soon)*\n", |
| 66 | + "### 4. Visualization with Matplotlib *(coming soon)*\n", |
54 | 67 | "\n",
|
55 |
| - "### Machine Learning *(coming soon)*\n", |
| 68 | + "### 5. Machine Learning *(coming soon)*\n", |
56 | 69 | "\n",
|
57 | 70 | "### [Appendix: Figure Code](06.00-Figure-Code.ipynb)"
|
58 | 71 | ]
|
|
0 commit comments