-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path_toc.yml
307 lines (291 loc) · 8.82 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
format: jb-book
root: about/unsyllabus
title: Course Unsyllabus
parts:
- caption: About this course
chapters:
- file: about/course_schedule
- file: about/doing_well
- file: about/syllabus
- caption: Labs
chapters:
- file: notes/labs
title: GitHub Classroom Links
- caption: Getting Started
chapters:
- file: getting-started/faq
title: Frequently Asked Questions
- file: getting-started/pre_term_upper
title: Before the term starts
- file: getting-started/tasks1
title: Before the first class
- file: getting-started/tasks2
title: After the first class
- file: getting-started/tasks3
title: In the first week
- file: notes/setup/stack
sections:
- file: notes/setup/install_ds_stack_mac
title: macOS Setup Instructions
- file: notes/setup/install_ds_stack_windows
title: Windows Setup Instructions
- caption: Weekly Content
chapters:
- file: notes/week01/week01_summary
title: Week 1
sections:
- file: notes/week01/videos
- file: notes/week01/Class1A/Class1A
- file: notes/week01/Class1B/Class1B
- file: notes/week01/Class1C/Class1C
- file: notes/week01/lab/README
title: Lab 1
sections:
- file: notes/week01/lab/Task1.md
- file: notes/week01/lab/Task2.md
- file: notes/week01/lab/Task3.md
- file: notes/week01/log
- file: notes/week02/week02_summary
title: Week 2
sections:
- file: notes/week02/Class2A/Class2A
- file: notes/week02/Class2B/Class2B
- file: notes/week02/Class2C/Class2C
- file: notes/week02/lab/README
title: Lab 2
sections:
- file: notes/week02/lab/Task1.md
- file: notes/week02/lab/Task2.md
- file: notes/week02/log
- file: notes/week03/week03_summary
title: Week 3
sections:
- file: notes/week03/videos
title: Videos
- file: notes/week03/log
- file: notes/week03/Class3A/Class3A
title: A. Introduction to Python
- file: notes/week03/Class3B/Class3B
title: B. Data 301 Project
- file: notes/week03/Class3C/Class3C
title: C. More Python
- file: notes/week03/lab/README
title: Lab 3
sections:
- file: notes/week03/lab/Task1
- file: notes/week03/lab/Task2
- file: notes/week03/lab/Task3
- file: notes/week03/lab/Task4
- file: notes/week03/lab/Task5
- file: notes/week04/week04_summary
title: Week 4
sections:
- file: notes/week04/videos
title: Videos
- file: notes/week04/Class4A/Class4A
title: A. Lists, Tuples, Dictionaries, Conditionals
- file: notes/week04/Class4C/Class4C
title: B. Loops, Comprehensions, Pandas
- file: notes/week04/lab/README
title: Lab 4
sections:
- file: notes/week04/lab/Task1
- file: notes/week04/lab/Task2
- file: notes/week04/lab/Task3
- file: notes/week04/lab/Task4
- file: notes/week04/lab/Task5
- file: notes/week04/test
- file: notes/week04/log
- file: notes/week05/week05_summary
title: Week 5
sections:
- file: notes/week05/videos
title: Videos
- file: notes/week05/Class5A/Class5A
title: A. Introduction to Pandas
- file: notes/week05/Class5B/Class5B
title: B. More Pandas
- file: notes/week05/Class5B/Wrangling_notes
title: Notes on Missing Data
- file: notes/week05/lab/README
title: Lab 5
sections:
- file: notes/week05/lab/Task1
title: Task 1
- file: notes/week05/lab/Task2
title: Task 2
- file: notes/week05/lab/Task3
title: Task 3
- file: notes/week05/lab/Task4
title: Task 4
- file: notes/week05/test
- file: notes/week05/log
- file: notes/week06/week06_summary
title: Week 6
sections:
- file: notes/week06/videos
title: Videos
- file: notes/week06/Class6A/Class6A
title: A. Introduction to Data Visualization
- file: notes/week06/Class6B/Class6B
title: B. Seaborn Tutorial
- file: notes/week05/Class5C/Class5C
title: C. More Pandas
- file: notes/week06/Class6D/Class6D
title: D. Creating Effective Visualizations
- file: notes/week06/lab/README
title: Lab 6
sections:
- file: notes/week06/lab/Task1
title: Task 1
- file: notes/week06/lab/Task2
title: Task 2
- file: notes/week06/lab/Task3
title: Task 3
- file: notes/week06/test
- file: notes/week06/log
- url: https://ubc.ca1.qualtrics.com/jfe/form/SV_3PBde00H935eOlo
title: Mid-course Feedback (Anonymous)
- file: notes/week07/week07_summary
title: Week 7 (Break!)
- file: notes/week08/week08_summary
title: Week 8
sections:
- file: notes/week08/videos
- file: notes/week08/lab/README
title: Lab 7
sections:
- file: notes/week08/lab/Task1
title: Task 1
- file: notes/week08/lab/Task2
title: Task 2
- file: notes/week08/lab/Task3
title: Task 3
- file: notes/week08/lab/Task4
title: Task 4
- file: notes/week08/Class8A/Practicing EDA_worksheet
- file: notes/week08/Class8A/Practicing EDA
title: A. Practicing EDA
- file: notes/week06/Class6C/Class6D
title: B. Principles of Effective Data Visualization
- file: notes/week08/Class8C/Class8C
title: C. Git and Version Control
- file: notes/week08/test
- file: notes/week08/log
- file: notes/week09/week09_summary
title: Week 9
sections:
- file: notes/week09/lab/README
title: Lab 8
sections:
- file: notes/week09/lab/Task1
title: Task 1
- file: notes/week09/lab/Task2
title: Task 2
- file: notes/week09/lab/Task3
title: Task 3
- file: notes/week09/lab/Task4
title: Task 4
- file: notes/week09/lab/Task5
title: Task 5
- file: notes/week09/Class9A/Class9A
title: A. Programming in Python I
- file: notes/week09/Class9C/Class9C
title: C. Programming in Python II
- file: notes/week09/test
- file: notes/week09/log
- file: notes/week10/week10_summary
title: Week 10
- file: notes/week11/week11_summary
title: Week 11
sections:
- file: notes/week11/videos
- file: notes/week11/lab/README
title: Lab 9
sections:
- file: notes/week11/lab/Task1
title: Task 1
- file: notes/week11/lab/Task2
title: Task 2
- file: notes/week11/lab/Task3
title: Task 3
- file: notes/week11/lab/Task4
title: Task 4
- file: notes/week11/lab/Task5
title: Task 5
- file: notes/week11/Class11/Class11A
title: A. Tableau Dashboards
- file: notes/week11/test
- file: notes/week11/log
- file: notes/week12/week12_summary
title: Week 12
sections:
- file: notes/week12/class12
- file: notes/week12/lab/README
title: Lab 10
sections:
- file: notes/week12/lab/Task1
title: Task 1
- file: notes/week12/lab/Task2
title: Task 2
- file: notes/week12/lab/Task3
title: Task 3
- file: notes/week12/lab/Task4
title: Task 4
- file: notes/week12/test
- file: notes/week12/log
# - file: notes/week13/week13_summary
# title: Week 13
# sections:
# - file: notes/week13/Class13A/Class13A
# title: A. Retrospective + Final Exam Details
# - file: notes/week13/test
# - file: notes/week13/log
# - file: notes/week14/Review
# title: Week 14 (Review)
# sections:
# - file: notes/week11/Review
# title: Review (from Week 11)
- caption: Course Feedback
chapters:
- file: about/feedback
title: Anonymous Feedback Form
- caption: Project
chapters:
- file: project/introduction
sections:
- file: project/milestone01
- file: project/milestone02
- file: project/milestone03
- file: project/milestone04
- file: project/milestone05
- file: project/milestone06
- caption: Extra Practice with Python
chapters:
- file: practice/intro
sections:
- file: practice/01_strings_exercise
title: 1. Strings
- file: practice/02_numbers_exercise
title: 2. Numbers
- file: practice/03_conditionals_exercise
title: 3. Conditionals
- file: practice/04_lists_exercise
title: 4. Lists
- file: practice/05_dictionaries_exercise
title: 5. Dictionaries
- file: practice/06_for_loops_exercise
title: 6. Loops
- file: practice/07_functions_exercise
title: 7. Functions
- file: practice/10_file_io_exercise
title: 8. File input/output
- file: practice/11_classes_exercise
title: 9. Classes
- file: practice/12_exceptions_exercise
title: 10. Exceptions
- file: practice/13_debugging_exercise
title: 11. Debugging
- caption: Tools
chapters:
- file: tools/ed_discussion/ed_discussion