diff --git a/3-Data-Visualization/11-visualization-distributions/README.md b/3-Data-Visualization/11-visualization-distributions/README.md index 3231e497..2dacdb95 100644 --- a/3-Data-Visualization/11-visualization-distributions/README.md +++ b/3-Data-Visualization/11-visualization-distributions/README.md @@ -176,6 +176,7 @@ Perhaps it's worth researching whether the cluster of 'Vulnerable' birds accordi ## 🚀 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 @@ -183,7 +184,8 @@ Perhaps it's worth researching whether the cluster of 'Vulnerable' birds accordi ## 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 Title](assignment.md) +[Apply your skills](assignment.md) diff --git a/3-Data-Visualization/11-visualization-distributions/assignment.md b/3-Data-Visualization/11-visualization-distributions/assignment.md index b7af6412..e3e9301b 100644 --- a/3-Data-Visualization/11-visualization-distributions/assignment.md +++ b/3-Data-Visualization/11-visualization-distributions/assignment.md @@ -1,8 +1,10 @@ -# Title +# Apply your skills ## 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 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 \ No newline at end of file