File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2015,7 +2015,7 @@ for i in range(5):
2015
2015
2016
2016
* (Optional) Variable Scope
2017
2017
* (Optional) Programming Style
2018
- * *WEEK 4: (future update) Visualization with Matplotlib and Seaborn*
2018
+ * COMMENT *WEEK 4: Visualization with Matplotlib and Seaborn*
2019
2019
* COMMENT Graphs
2020
2020
Fundamentally, graphs communicate two types of information:
2021
2021
1. Relationships or trends among data
@@ -2413,8 +2413,7 @@ ax.tick_params(axis='x', labelrotation = 45)
2413
2413
* COMMENT Challenge: Comparing data (rewrite)
2414
2414
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.
2415
2415
2416
- Solution:
2417
-
2416
+ ** Solution:
2418
2417
#+BEGIN_SRC python
2419
2418
import glob
2420
2419
import pandas as pd
@@ -2641,6 +2640,7 @@ with conn:
2641
2640
- Defensive programming
2642
2641
- Debugging and Testing
2643
2642
2643
+ * *Endnotes*
2644
2644
* Credits
2645
2645
- Plotting and Programming in Python (Pandas-oriented): http://swcarpentry.github.io/python-novice-gapminder/
2646
2646
- Programming with Python (NumPy-oriented): https://swcarpentry.github.io/python-novice-inflammation/index.html
You can’t perform that action at this time.
0 commit comments