|
14 | 14 | "\n",
|
15 | 15 | "- With each of these questions below, you will be asked to do two things:\n",
|
16 | 16 | " 1. Construct a visualization to answer the question.\n",
|
17 |
| - " - You'll be pre-allotted one cell in the notebook for this, but feel free to use as many as you'd like. As was shown in the lecture materials, a good visualization almost always requires iteration. Feel free to keep the remnants of your iterative creative procees in your notebooks; just ensure your final viz. for each question is clearly marked. \n", |
| 17 | + " - You'll be pre-allotted one code cell in the notebook for this, but feel free to use as many as you'd like. As was shown in the lecture materials, a good visualization almost always requires iteration. Feel free to keep the remnants of your iterative creative procees in your notebooks; just ensure your final viz. for each question is clearly marked. \n", |
18 | 18 | " 2. Briefly explain (in no more than a paragraph) why you chose to visualize the data as you did. \n",
|
19 |
| - " - If you are struggling to think of what to write, fall back on the lecture materials, particulary Section 1: Why We Visualize. Imagine that each of your visualizations was going to be presented to your team at a Process Confirm / Code Review; your paragraph should read like the explanation you would give in that context, detailing why your choices made for the most effective viz. Be sure to focus on how your visualization answers the question at hand, the crux of which is **in bold** although the entire question provides relevant information as to what is expected.\n", |
| 19 | + " - You'll be pre-allotted one markdown cell in the notebook for this, directly following the code cell. If you are struggling to think of what to write, fall back on the lecture materials, particulary Section 1: Why We Visualize. Imagine that each of your visualizations was going to be presented to your team at a Process Confirm / Code Review; your paragraph should read like the explanation you would give in that context, detailing why your choices made for the most effective viz. Be sure to focus on how your visualization answers the question at hand, the crux of which is **in bold** although the entire question provides relevant information as to what is expected.\n", |
20 | 20 | " \n",
|
21 | 21 | "We'll be using the [same data](https://nbviewer.jupyter.org/github/pmaji/practical-python-data-viz-guide/blob/master/notebooks/data_prep_nb.ipynb) we've been dealing with throughout the seminar: January and December 2017 FNMA originations. Remember, if you don't understand what some of the variables mean, all the information you need is in the `data_prep_nb.ipynb`, including links to relevant glossaries and data dictionnaries. \n",
|
22 | 22 | "\n",
|
|
52 | 52 | {
|
53 | 53 | "data": {
|
54 | 54 | "text/plain": [
|
55 |
| - "'This notebook was last executed on 2019-08-09 13:07'" |
| 55 | + "'This notebook was last executed on 2019-09-08 20:42'" |
56 | 56 | ]
|
57 | 57 | },
|
58 | 58 | "execution_count": 2,
|
|
385 | 385 | "source": [
|
386 | 386 | "Explanation for why you chose this particular visualization goes here..."
|
387 | 387 | ]
|
388 |
| - }, |
389 |
| - { |
390 |
| - "cell_type": "markdown", |
391 |
| - "metadata": {}, |
392 |
| - "source": [ |
393 |
| - "## Bonus Question\n", |
394 |
| - "\n", |
395 |
| - "Maybe a bonus question... depending on what Xi thinks of this existing level of difficulty. " |
396 |
| - ] |
397 | 388 | }
|
398 | 389 | ],
|
399 | 390 | "metadata": {
|
|
0 commit comments