|
1 | 1 | format: jb-book |
2 | 2 | root: index |
3 | 3 | parts: |
| 4 | +- caption: Introduction |
| 5 | + chapters: |
| 6 | + - file: introduction/index |
| 7 | + - file: introduction/overview |
| 8 | + - file: introduction/getting_started |
| 9 | + - file: introduction/cloud_setup |
| 10 | + - file: introduction/local_install |
| 11 | + - file: introduction/troubleshooting |
| 12 | +- caption: Python Fundamentals |
| 13 | + chapters: |
| 14 | + - file: python_fundamentals/index |
| 15 | + - file: python_fundamentals/basics |
| 16 | + - file: python_fundamentals/collections |
| 17 | + - file: python_fundamentals/control_flow |
| 18 | + - file: python_fundamentals/functions |
| 19 | +- caption: Scientific Computing |
| 20 | + chapters: |
| 21 | + - file: scientific/index |
| 22 | + - file: scientific/numpy_arrays |
| 23 | + - file: scientific/plotting |
| 24 | + - file: scientific/applied_linalg |
| 25 | + - file: scientific/randomness |
| 26 | + - file: scientific/optimization |
| 27 | +- caption: Pandas |
| 28 | + chapters: |
| 29 | + - file: pandas/index |
| 30 | + - file: pandas/intro |
| 31 | + - file: pandas/basics |
| 32 | + - file: pandas/the_index |
| 33 | + - file: pandas/storage_formats |
| 34 | + - file: pandas/data_clean |
| 35 | + - file: pandas/reshape |
| 36 | + - file: pandas/merge |
| 37 | + - file: pandas/groupby |
| 38 | + - file: pandas/timeseries |
| 39 | + - file: pandas/matplotlib |
4 | 40 | - caption: Applications |
5 | 41 | chapters: |
| 42 | + - file: applications/index |
| 43 | + - file: applications/visualization_rules |
6 | 44 | - file: applications/regression |
| 45 | + - file: applications/recidivism |
| 46 | + - file: applications/maps |
| 47 | + - file: applications/classification |
| 48 | + - file: applications/working_with_text |
| 49 | + - file: applications/ml_in_economics |
| 50 | + - file: applications/heterogeneity |
0 commit comments