Import and Interpret Skyscraper Data
Make a map showing locations and images of the world's tallest buildings.
Here is a file with building data in tabular form.
Import the data, interpreting names of countries and cites to yield computable Entity objects.
Out[2]= | |
Interpret building names to get computable Entity objects, filtering out those that cannot be translated.
Out[3]= | |
Select the buildings that have images and get their geographic coordinates.
Place the building images on a world map by geographic coordinates.
Out[5]= | |