Add new Chapter 10 on Arrays and DataFrames
This commit is contained in:
parent
88c67873dd
commit
1902eb2a50
3 changed files with 3 additions and 0 deletions
1
10_arrays/TODO.md
Normal file
1
10_arrays/TODO.md
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Here, a new section on `numpy` Arrays and, maybe, `pandas` DataFrames will be added.
|
|
@ -262,6 +262,7 @@ If this is not possible,
|
||||||
- [review questions <img height="12" style="display: inline-block" src="static/link/to_nb.png">](https://nbviewer.jupyter.org/github/webartifex/intro-to-python/blob/develop/09_mappings/07_review.ipynb)
|
- [review questions <img height="12" style="display: inline-block" src="static/link/to_nb.png">](https://nbviewer.jupyter.org/github/webartifex/intro-to-python/blob/develop/09_mappings/07_review.ipynb)
|
||||||
- [further resources <img height="12" style="display: inline-block" src="static/link/to_nb.png">](https://nbviewer.jupyter.org/github/webartifex/intro-to-python/blob/develop/09_mappings/08_resources.ipynb)
|
- [further resources <img height="12" style="display: inline-block" src="static/link/to_nb.png">](https://nbviewer.jupyter.org/github/webartifex/intro-to-python/blob/develop/09_mappings/08_resources.ipynb)
|
||||||
[<img height="12" style="display: inline-block" src="static/link/to_mb.png">](https://mybinder.org/v2/gh/webartifex/intro-to-python/develop?urlpath=lab/tree/09_mappings/08_resources.ipynb)
|
[<img height="12" style="display: inline-block" src="static/link/to_mb.png">](https://mybinder.org/v2/gh/webartifex/intro-to-python/develop?urlpath=lab/tree/09_mappings/08_resources.ipynb)
|
||||||
|
- *Chapter 10*: Arrays & Dataframes
|
||||||
- *Chapter 11*: Classes & Instances
|
- *Chapter 11*: Classes & Instances
|
||||||
- [content <img height="12" style="display: inline-block" src="static/link/to_nb.png">](https://nbviewer.jupyter.org/github/webartifex/intro-to-python/blob/develop/11_classes/00_content.ipynb)
|
- [content <img height="12" style="display: inline-block" src="static/link/to_nb.png">](https://nbviewer.jupyter.org/github/webartifex/intro-to-python/blob/develop/11_classes/00_content.ipynb)
|
||||||
[<img height="12" style="display: inline-block" src="static/link/to_mb.png">](https://mybinder.org/v2/gh/webartifex/intro-to-python/develop?urlpath=lab/tree/11_classes/00_content.ipynb)
|
[<img height="12" style="display: inline-block" src="static/link/to_mb.png">](https://mybinder.org/v2/gh/webartifex/intro-to-python/develop?urlpath=lab/tree/11_classes/00_content.ipynb)
|
||||||
|
|
|
@ -22,6 +22,7 @@ For a more *detailed version* with **clickable links**
|
||||||
- *Chapter 7*: Sequential Data
|
- *Chapter 7*: Sequential Data
|
||||||
- *Chapter 8*: Map, Filter, & Reduce
|
- *Chapter 8*: Map, Filter, & Reduce
|
||||||
- *Chapter 9*: Mappings & Sets
|
- *Chapter 9*: Mappings & Sets
|
||||||
|
- *Chapter 10*: Arrays & Dataframes
|
||||||
- *Chapter 11*: Classes & Instances
|
- *Chapter 11*: Classes & Instances
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue