You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20-18
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## Overview
4
4
5
-
**Note:***All views expressed on this site are my own and do not represent the opinions of any entity with which I have been, am now, or will be affiliated.*
5
+
*All views expressed on this site are my own and do not represent the opinions of any entity with which I have been, am now, or will be affiliated.*
6
6
7
7
This repository contains all materials related to a lecture / seminar I teach on practical data visualization with python. What I mean by "practical" is that the materials herein do not focus on one particularly library or data visualization method; rather, my goal is to empower the consumer of this content with the tools, heuristics, and methods needed to handle a wide variety of data visualization problems.
8
8
@@ -14,47 +14,49 @@ In the section below you'll find a brief outline of the content contained in the
14
14
15
15
### Why We Visualize
16
16
17
+
[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.
18
+
[Here is the link](https://github.com/pmaji/practical-python-data-viz-guide/blob/master/notebooks/part_1_main_nb.ipynb) to the GitHub-hosted notebook for this section of the material.
19
+
17
20
1. The power of visual data representation and storytelling.
18
21
2. A few principles and heuristics of visualization.
19
22
3. The building blocks of visualization explored.
20
23
21
24
### Overview of Python Visualization Landscape
22
25
26
+
[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.
27
+
[Here is the link](https://github.com/pmaji/practical-python-data-viz-guide/blob/master/notebooks/part_2_main_nb.ipynb) to the GitHub-hosted notebook for this section of the material.
28
+
23
29
1. Intro to the visualization ecosystem: python's Tower of Babel.
24
30
2. Smorgasbord of packages explored through a single example viz.
25
31
3. Quick & dirty (and subjective) heuristics for picking a visualization package.
26
32
27
33
### Statistical Visualization in the Wild
28
34
29
-
1. Example business use case of data visualization: debt-to-income ratios explored.
35
+
[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.
36
+
[Here is the link](https://github.com/pmaji/practical-python-data-viz-guide/blob/master/notebooks/part_3_main_nb.ipynb) to the GitHub-hosted notebook for this section of the material.
37
+
38
+
1. Example business use case of data visualization:
30
39
1. Observational:
31
40
- mean, median, and variance
32
41
- distributions
33
42
2. Inferential:
34
-
-two-sample t-test
35
-
-KS test
43
+
-parametric tests
44
+
-non-parametric tests
36
45
37
46
### Library Deep-Dive (Plotly)
38
47
48
+
[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.
49
+
[Here is the link](https://github.com/pmaji/practical-python-data-viz-guide/blob/master/notebooks/part_4_main_nb.ipynb) to the GitHub-hosted notebook for this section of the material.
50
+
39
51
1. Quick and simple data visualizations with Plotly Express.
40
-
- Mark types, colors, facets, etc.
41
52
2. Additional control and complexity with base Plotly.
42
-
- Choropleth maps
43
-
- Heatmaps
44
53
45
-
##Links
54
+
### Homework Exercises
46
55
47
-
- For the main lecture notebook:
48
-
-[Here is the link](https://nbviewer.jupyter.org/github/pmaji/practical-python-data-viz-guide/blob/master/notebooks/main_lecture_nb.ipynb) to the easy-to-view notebook
49
-
-[Here is the link](https://github.com/pmaji/practical-python-data-viz-guide/blob/master/notebooks/main_lecture_nb.ipynb) to the GitHub-hosted version of the notebook
56
+
There is a homework exercise associated with these materials, for those interested.
50
57
51
-
- For the data prep notebook:
52
-
-[Here is the link](https://nbviewer.jupyter.org/github/pmaji/practical-python-data-viz-guide/blob/master/notebooks/data_prep_nb.ipynb) to the easy-to-view notebook
53
-
-[Here is the link](https://github.com/pmaji/practical-python-data-viz-guide/blob/master/notebooks/data_prep_nb.ipynb) to the GitHub-hosted version of the notebook
54
-
55
-
- For the homework notebook (participant version):
56
-
-[Here is the link](https://nbviewer.jupyter.org/github/pmaji/practical-python-data-viz-guide/blob/master/notebooks/participant_hw_nb.ipynb) to the easy-to-view notebook
57
-
-[Here is the link](https://github.com/pmaji/practical-python-data-viz-guide/blob/master/notebooks/participant_hw_nb.ipynb) to the GitHub-hosted version of the notebook
58
+
-[Here is the link](https://nbviewer.jupyter.org/github/pmaji/practical-python-data-viz-guide/blob/master/notebooks/participant_hw_nb.ipynb) to the easy-to-view notebook (participant version)
59
+
-[Here is the link](https://github.com/pmaji/practical-python-data-viz-guide/blob/master/notebooks/participant_hw_nb.ipynb) to the GitHub-hosted version of the notebook (participant version)
0 commit comments