Skip to content

Commit 38a9765

Browse files
committedAug 11, 2019
updating images in readme
1 parent cce7475 commit 38a9765

8 files changed

+4040
-4022
lines changed
 

‎README.md

+24-6
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ If you have questions, comments, or suggested alterations to these materials, pl
1010

1111
## Outline of Materials
1212

13-
Below you'll find a brief outline of the content contained in the four sections of this seminar. For each section there is a separate notebook of python code containing all the materials for that section. Each notebook will start with a few setup steps--package imports and data prep mostly--that are almost identical between the notebooks, directly after which comes the content for each section. For information about the data used in these materials, check out the `data_prep_nb.ipynb` notebook, the easy-to-view version of which is [hosted here](https://nbviewer.jupyter.org/github/pmaji/practical-python-data-viz-guide/blob/master/notebooks/data_prep_nb.ipynb).
13+
Below you'll find a brief outline of the content contained in the four sections of this seminar, along with notebook links, and an example visualization from each section. For each section there is a separate notebook of python code containing all the materials for that section. Each notebook will start with a few setup steps--package imports and data prep mostly--that are almost identical between the notebooks, directly after which comes the content for each section. For information about the data used in these materials, check out the `data_prep_nb.ipynb` notebook, the easy-to-view version of which is [hosted here](https://nbviewer.jupyter.org/github/pmaji/practical-python-data-viz-guide/blob/master/notebooks/data_prep_nb.ipynb).
1414

15-
### Why We Visualize
15+
### Section 1: Why We Visualize
1616

1717
[Here is the link](https://nbviewer.jupyter.org/github/pmaji/practical-python-data-viz-guide/blob/master/notebooks/part_1_main_nb.ipynb) to the easy-to-view notebook for this section of material.
1818
<br>
@@ -25,10 +25,10 @@ Below you'll find a brief outline of the content contained in the four sections
2525
**Example Visualization from this Section:**
2626

2727
<p align="left">
28-
<img width="600" height="100" src="../media/for_readme/ecdf_ks_test_viz.jpg"></img>
28+
<img width="600" height="100" src="https://raw.githubusercontent.com/pmaji/practical-python-data-viz-guide/master/media/for_readme/overlapping_pdf_viz.jpg"></img>
2929
</p>
3030

31-
### Overview of Python Visualization Landscape
31+
### Section 2: Overview of Python Visualization Landscape
3232

3333
[Here is the link](https://nbviewer.jupyter.org/github/pmaji/practical-python-data-viz-guide/blob/master/notebooks/part_2_main_nb.ipynb) to the easy-to-view notebook for this section of material.
3434
<br>
@@ -38,7 +38,13 @@ Below you'll find a brief outline of the content contained in the four sections
3838
2. Smorgasbord of packages explored through a single example viz.
3939
3. Quick & dirty (and subjective) heuristics for picking a visualization package.
4040

41-
### Statistical Visualization in the Wild
41+
**Example Visualization from this Section:**
42+
43+
<p align="left">
44+
<img width="600" height="100" src="https://raw.githubusercontent.com/pmaji/practical-python-data-viz-guide/master/media/for_readme/basic_seaborn_scatter_viz.jpg"></img>
45+
</p>
46+
47+
### Section 3: Statistical Visualization in the Wild
4248

4349
[Here is the link](https://nbviewer.jupyter.org/github/pmaji/practical-python-data-viz-guide/blob/master/notebooks/part_3_main_nb.ipynb) to the easy-to-view notebook for this section of material.
4450
<br>
@@ -52,7 +58,13 @@ Below you'll find a brief outline of the content contained in the four sections
5258
- parametric tests
5359
- non-parametric tests
5460

55-
### Library Deep-Dive (Plotly)
61+
**Example Visualization from this Section:**
62+
63+
<p align="left">
64+
<img width="600" height="100" src="https://raw.githubusercontent.com/pmaji/practical-python-data-viz-guide/master/media/for_readme/ecdf_ks_test_viz.jpg"></img>
65+
</p>
66+
67+
### Section 4: Library Deep-Dive (Plotly)
5668

5769
[Here is the link](https://nbviewer.jupyter.org/github/pmaji/practical-python-data-viz-guide/blob/master/notebooks/part_4_main_nb.ipynb) to the easy-to-view notebook for this section of material.
5870
<br>
@@ -61,6 +73,12 @@ Below you'll find a brief outline of the content contained in the four sections
6173
1. Quick and simple data visualizations with Plotly Express.
6274
2. Additional control and complexity with base Plotly.
6375

76+
**Example Visualization from this Section:**
77+
78+
<p align="left">
79+
<img width="600" height="100" src="https://raw.githubusercontent.com/pmaji/practical-python-data-viz-guide/master/media/for_readme/heatmap_plotly_viz.jpg"></img>
80+
</p>
81+
6482
### Homework Exercises
6583

6684
There is a homework exercise associated with these materials, for those interested.
169 KB
Loading
143 KB
Loading
107 KB
Loading

‎media/heatmap_ltv_fico_upb_conct_fig.html

+4-4
Large diffs are not rendered by default.

‎media/lender_fico_distplot.html

+4-4
Large diffs are not rendered by default.

‎media/lender_fico_hist.html

+3-3
Large diffs are not rendered by default.

‎notebooks/part_4_main_nb.ipynb

+4,005-4,005
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.