In this chapter you are going to learn how to load data from external websites. More specifically, you learn how to transform the data between different formats and do some slicing and dicing to the data before visualizing it.
Using Third-Party Data
Up to now, we provided our own data to visualize. In real life, we may also want to visualize data published by other people. Governments and many web applications nowadays publish their data via public APIs, and we may need to get this data on the fly by accessing ...