lesson 2 for visualizations with all peripherals except quiz

pull/49/head
Jen Looper 4 years ago
parent d7118a2f40
commit f8996190ab

@ -176,6 +176,7 @@ Perhaps it's worth researching whether the cluster of 'Vulnerable' birds accordi
## 🚀 Challenge ## 🚀 Challenge
Histograms are a more sophisticated type of chart than basic scatterplots, bar charts, or line charts. Go on a search on the internet to find good examples of the use of histograms. How are they used, what do they demonstrate, and in what fields or areas of inquiry do they tend to be used?
## Post-Lecture Quiz ## Post-Lecture Quiz
@ -183,7 +184,8 @@ Perhaps it's worth researching whether the cluster of 'Vulnerable' birds accordi
## Review & Self Study ## Review & Self Study
In this lesson, you used Matplotlib and started working with Seaborn to show more sophisticated charts. Do some research on `kdeplot` in Seaborn, a "continuous probability density curve in one or more dimensions". Read through [the documentation](https://seaborn.pydata.org/generated/seaborn.kdeplot.html) to understand how it works.
## Assignment ## Assignment
[Assignment Title](assignment.md) [Apply your skills](assignment.md)

@ -1,8 +1,10 @@
# Title # Apply your skills
## Instructions ## Instructions
So far, you have worked with the Minnesota birds dataset to discover information about bird quantities and population density. Practice your application of these techniques by trying a different dataset, perhaps sourced from [Kaggle]. Build a notebook to tell a story about this dataset, and make sure to use histograms when discussing it.
## Rubric ## Rubric
Exemplary | Adequate | Needs Improvement Exemplary | Adequate | Needs Improvement
--- | --- | -- | --- | --- | -- |
A notebook is presented with annotations about this dataset, including it source, and uses at least 5 histograms to discover facts about the data. | A notebook is presented with incomplete annotations or bugs | A notebook is presented without annotations and includes bugs
Loading…
Cancel
Save