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
+4-14Lines changed: 4 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -6,19 +6,19 @@
6
6
7
7
Code repository is here: https://github.com/bgbg/datascience_dataviz_workshop
8
8
9
-
During the workshop, I will share code snippets using [this shared directory](https://drive.google.com/open?id=1umiVMh5xXAxDHhXUkkNgVdDztnSjGCkx)
9
+
During the workshop, I might share code snippets using [this shared directory](https://drive.google.com/open?id=1umiVMh5xXAxDHhXUkkNgVdDztnSjGCkx)
10
10
11
-
1.**Make sure you meet all the requirements. We will not be able to support missing installations or non-working code**. The provided notebook `00-before-we-begin.ipynb` will take you through the verification process. It will make sure that you have all the required software installed, and that you have enough knowledge to proceed with the workshop. It is up to you to make sure that everything works.
11
+
1.**Make sure you meet all the requirements. I will not be able to support missing installations or non-working code**. The provided notebook `00-before-we-begin.ipynb` will take you through the verification process. It will make sure that you have all the required software installed, and that you have enough knowledge to proceed with the workshop. It is up to you to make sure that everything works.
12
12
13
-
2. Visit the [workshop repository](https://github.com/bgbg/datascience_dataviz_workshop) one day before the workshop. I will update that repository with code examples and data sets. You should have them on your computer before the workshop starts.
14
13
15
14
3. Follow [my blog](https://gorelik.net/blog)
15
+
16
16
## Workshop description
17
17
Data visualization is an indispensable tool for any data scientist. It serves as a means to convey a message or explain a concept. You would never settle for default settings of a machine learning algorithm. Instead, you would tweak them to obtain optimal results. Similarly, you should never stop with the default results you receive from a data visualization framework. Doing so leads to suboptimal results and makes you and your message less convincing.
18
18
19
19
After this workshop, you will be able to name three most common mistakes in data visualization, and learn how to apply them in your graphs.
20
20
21
-
During this workshop, a short theoretical introduction will be followed by three lab examples. We will use matplotlib in Jupyter notebooks to practice the knowledge. You are expected to have at least intermediate knowledge of Python, Jupyter notebook interface, and matplotlib object-oriented interface.
21
+
During this workshop, a short theoretical introduction will be followed by several lab examples. We will use matplotlib in Jupyter notebooks to practice the knowledge. You are expected to have at least intermediate knowledge of Python, Jupyter notebook interface, and matplotlib object-oriented interface.
22
22
23
23
24
24
## Setup
@@ -36,14 +36,4 @@ This will create an environment in your local directory. Next, activate the envi
36
36
source activate ./dataviz-env
37
37
jupyter notebook
38
38
```
39
-
## Code samples and data sets
40
-
41
-
I'll update this repository with code samples and data sets. Stay tuned!
42
-
43
-
## Timeline
44
-
1. Theoretical introduction: three most common mistakes in data visualization (45 minutes)
45
-
2. Test case (LAB): Plotting several radically different time series on a single graph (45 minutes)
46
-
3. Test case (LAB): Bar chart as an effective alternative to a pie chart (45 minutes)
47
-
4. Test case (LAB): Pie chart as an effective alternative to a bar chart (45 minutes)
0 commit comments