In this lesson, you will review a worked example that demonstrates how to work with different data sets to make an interesting data visualization known as a chloropleth. To do this we need to access web resources, parse an XML-based data format, extract meaningful data from a second web accessible resource, and combine it all into a new and interesting visualization.
###Objectives ### By the end of this lesson, you will be able to:
- Understand how to download and access web resources.
- Understand how to use Pandas to access online data files.
- Understand how to extract data from XML-based resources.
- Understand how to create and display a Chloropeth visualization.
Approximately 2 hours.
- Course Data Chloropeth Visualization Notebook
- Python Requests
- Choosing Chloropeth colors
- Bureau of Labor Statistics
When you have completed and worked through the above readings, please take the Week 14 Lesson 3 Assessment.