File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
20202020Fundamentally, graphs communicate two types of information:
202120211. Relationships or trends among data
@@ -2413,8 +2413,7 @@ ax.tick_params(axis='x', labelrotation = 45)
24132413* COMMENT Challenge: Comparing data (rewrite)
24142414Write 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
24192418import glob
24202419import 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
You can’t perform that action at this time.
0 commit comments