Skip to content

Commit a6dcf73

Browse files
authored
Merge pull request #1 from bgbg/euroscipy2018-workshop
EuroScipy 2018 edition
2 parents f22f178 + 14c8d0e commit a6dcf73

29 files changed

+3183
-7144
lines changed

00-before-we-begin.ipynb

Lines changed: 40 additions & 206 deletions
Large diffs are not rendered by default.

01-drastically-different-time-series.ipynb

Lines changed: 0 additions & 1493 deletions
This file was deleted.

02-bar chart as an effective alternative to a pie chart.ipynb

Lines changed: 0 additions & 988 deletions
This file was deleted.

03-pie charts as an alternative to bar charts-inclass.ipynb

Lines changed: 0 additions & 1911 deletions
This file was deleted.

04-data models and whats in between.ipynb

Lines changed: 0 additions & 845 deletions
This file was deleted.

README.md

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@
66

77
Code repository is here: https://github.com/bgbg/datascience_dataviz_workshop
88

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)
1010

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.
1212

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.
1413

1514
3. Follow [my blog](https://gorelik.net/blog)
15+
1616
## Workshop description
1717
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.
1818

1919
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.
2020

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.
2222

2323

2424
## Setup
@@ -36,14 +36,4 @@ This will create an environment in your local directory. Next, activate the envi
3636
source activate ./dataviz-env
3737
jupyter notebook
3838
```
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)
4839

49-
The time line includes some time for recess.

data/knesset_20.csv

Lines changed: 0 additions & 11 deletions
This file was deleted.

data/winequality-red.csv

Lines changed: 0 additions & 1600 deletions
This file was deleted.

data/winequality.names.txt

Lines changed: 0 additions & 72 deletions
This file was deleted.

0 commit comments

Comments
 (0)