Export Image
Export Code

Olympic Medals

Ruba Khan

Last edited Sep 07, 2024
Created on Sep 02, 2024

The Olympics Medals Dataset, loaded and parsed as CSV.

Fork and modify this template to import your data to VizHub and export it for use in other vizzes! To do that:

  • Fork this viz
  • Clear out the README
  • Update the README with details about your dataset (including original source)
  • Replace data.csv with your own data
  • Replace the parsing logic in index.js with your own
  • Set the custom URL so you can import from it easily

Challenge

  • Find 3 datasets on a topic you are interested in
  • For each of those, fork this viz and replace the data
  • Parse the quantitative attributes into numbers
  • Update README.md to indicate the original data source

Analytics Tasks

  • I want to examine the correlation between the number of gold medals and the total medals to understand how winning golds influences the overall medal counts
  • I want to analyze the geographic distribution of gold medals to see which continents or regions get the highest medals.
  • I want to see how the medal counts of the top five countries have changed over the past few decades to identify if there have been improvements in performance or declines.
  • I want to visualize the distribution of bronze medals to see the level of competition and parity among the participating nations
  • I want to see countries that have a high ratio of gold medals to total medals as this could point out countries with high efficiency in converting participants into top finishes.
MIT Licensed