Explore high-quality datasets for your AI and machine learning projects.
This data comes from olympedia.org and was web scraped with the Python Beautiful Soup library (see scrape_data.py) athletes/bios.csv contains the raw biographical information on each athlete results/results.csv contains a row-by-row breakdown of each event athletes competed in and their results in that event. Note, in the process of scraping this dataset, temporary CSV files were created to checkpoint scraping progress. For simplicity these checkpointed files have since been removed from the repository.