Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.28 KB

lesson3.md

File metadata and controls

35 lines (24 loc) · 1.28 KB

Week 14 Lesson 3

Working with Data

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.

Time Estimate

Approximately 2 hours.

Readings

Optional Additional Readings####

Assessment

When you have completed and worked through the above readings, please take the Week 14 Lesson 3 Assessment.