[solved]-Using Python Code Link Wimbledonschampionscsv File Https Wwwdropboxcom S Hav67v7f62i88lp W Q38990577
Using python code. Link to wimbledons_champions.csv file:https://www.dropbox.com/s/hav67v7f62i88lp/wimbledons_champions.csv?dl=0

Load wimbledons champions.csv and use Plotly to create the following map. The map must have a title and legend. a. (Figure 5) Create a Scattergeo map showing the number of champions for different countries. b. The map should show the entire world. C. Calculate how many Wimbledon champions each country has produced. d. Place a marker for each country that has produced a champion. Use the latitude and longitude of the capital of the country as the location. i. You may need to find the latitude and longitude for the capitals yourself. e. The size of the marker should be proportional to the number of champions this country has produced. f. You must use Plotly API to create the charts. Do not use Plotly Chart Studio. Show transcribed image text Load wimbledons champions.csv and use Plotly to create the following map. The map must have a title and legend. a. (Figure 5) Create a Scattergeo map showing the number of champions for different countries. b. The map should show the entire world. C. Calculate how many Wimbledon champions each country has produced. d. Place a marker for each country that has produced a champion. Use the latitude and longitude of the capital of the country as the location. i. You may need to find the latitude and longitude for the capitals yourself. e. The size of the marker should be proportional to the number of champions this country has produced. f. You must use Plotly API to create the charts. Do not use Plotly Chart Studio.
Expert Answer
Answer to Using python code. Link to wimbledons_champions.csv file: https://www.dropbox.com/s/hav67v7f62i88lp/wimbledons_champions… . . .
OR

