Skip to content

Commit d97cc67

Browse files
committed
Comment out Data Visualization workshop, pending revision
1 parent 7e264dd commit d97cc67

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.org

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2015,7 +2015,7 @@ for i in range(5):
20152015

20162016
* (Optional) Variable Scope
20172017
* (Optional) Programming Style
2018-
* *WEEK 4: (future update) Visualization with Matplotlib and Seaborn*
2018+
* COMMENT *WEEK 4: Visualization with Matplotlib and Seaborn*
20192019
* COMMENT Graphs
20202020
Fundamentally, graphs communicate two types of information:
20212021
1. Relationships or trends among data
@@ -2413,8 +2413,7 @@ ax.tick_params(axis='x', labelrotation = 45)
24132413
* COMMENT Challenge: Comparing data (rewrite)
24142414
Write a program that reads in the regional data sets and plots the average GDP per capita for each region over time in a single chart.
24152415

2416-
Solution:
2417-
2416+
** Solution:
24182417
#+BEGIN_SRC python
24192418
import glob
24202419
import pandas as pd
@@ -2641,6 +2640,7 @@ with conn:
26412640
- Defensive programming
26422641
- Debugging and Testing
26432642

2643+
* *Endnotes*
26442644
* Credits
26452645
- Plotting and Programming in Python (Pandas-oriented): http://swcarpentry.github.io/python-novice-gapminder/
26462646
- Programming with Python (NumPy-oriented): https://swcarpentry.github.io/python-novice-inflammation/index.html

0 commit comments

Comments
 (0)