-
Notifications
You must be signed in to change notification settings - Fork 0
/
_toc.yml
78 lines (75 loc) · 3.05 KB
/
_toc.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
# Table of contents
# Learn more at https://jupyterbook.org/customize/toc.html
format: jb-book
root: README
parts:
- caption: 📚 Python for Data Analysis
chapters:
- file: doc/Python-for-Data-Analysis/README
title: Index of Contents
- file: doc/Python-for-Data-Analysis/S1D00-getting-started.md
title: "Section 1: Getting Started"
sections:
- file: doc/Python-for-Data-Analysis/S1D01-getting-started.ipynb
title: Getting Started
- file: doc/Python-for-Data-Analysis/S1D02-python-arithmetic
title: Python Arithmetic
- file: doc/Python-for-Data-Analysis/S1D03-basic-data-types.ipynb
title: Basic Data Types
- file: doc/Python-for-Data-Analysis/S2D00-data-structure.md
title: "Section 2: Data Structures"
sections:
- file: doc/Python-for-Data-Analysis/S2D04-variables.ipynb
title: Variables
- file: doc/Python-for-Data-Analysis/S2D05-lists.ipynb
title: Lists
- file: doc/Python-for-Data-Analysis/S2D06-tuples-and-strings.ipynb
title: Tuples and Strings
- file: doc/Python-for-Data-Analysis/S2D07-dictionaries-and-sets.ipynb
title: Dictionaries and Sets
- file: doc/Python-for-Data-Analysis/S2D08-numpy-arrays.ipynb
title: Numpy Arrays
- file: doc/Python-for-Data-Analysis/S2D08-visual-numpy.md
title: Visual Intro to NumPy
- file: doc/Python-for-Data-Analysis/S2D09-pandas-dataframes.ipynb
title: Pandas DataFrames
- file: doc/Python-for-Data-Analysis/S2D09-pandas-practice.ipynb
title: Pandas Mindmap & Practice
- file: doc/Python-for-Data-Analysis/S2D10-reading-and-writing-data.ipynb
title: Reading and Writing Data
- file: doc/Python-for-Data-Analysis/S3D00-programming-constructs.md
title: "Section 3: Programming Constructs"
sections:
- file: doc/Python-for-Data-Analysis/S3D11-control-flow.ipynb
title: Control Flow
- file: doc/Python-for-Data-Analysis/S3D12-functions.ipynb
title: Functions
- file: doc/Python-for-Data-Analysis/S3D13-list-comprehensions.ipynb
title: List comprehensions
- file: doc/Python-for-Data-Analysis/S4D00-data-exploration-analysis.md
title: "Section 4: Data Exploration and Cleaning"
sections:
- file: doc/Python-for-Data-Analysis/S4D14-data-exploration-and-cleaning.ipynb
title: Data Exploration and Cleaning
- file: doc/Python-for-Data-Analysis/S4D15-working-with-text-data.ipynb
title: Work with Text Data
- file: doc/Python-for-Data-Analysis/S4D16-preparing-numeric-data.ipynb
title: Preparing Numeric Data
- file: doc/Python-for-Data-Analysis/S4D20-common-cheat-sheet.md
title: Common Cheatsheets
# - file: tutorials/references
- caption: 📚 Statistics For Business and Economics
chapters:
- file: doc/Statistics-Business-Economics/README
title: Index of Contents
- caption: 🧭 Topic Guides
# chapters:
# - file: basics/organize
# sections:
# - file: structure/toc
# - file: structure/configure
# - file: file-types/index
chapters:
- file: tmp/markdown
- file: tmp/notebooks
- file: tmp/markdown-notebooks