Skip to content

Combined results of Moscow Marathon and its visualization

License

Notifications You must be signed in to change notification settings

pryazhnikov/moscow-marathon-stats

Repository files navigation

Moscow Marathon Stats

Moscow Marathon is an annual marathon (42.195 km) that courses through the center of Moscow, Russia.

This repo contains combined, cleaned and anonymized results of this marathon for 2013-2018. You can find out these results at data/all_results.csv file.

Results visualization

This visualization is my final project for Applied Plotting, Charting & Data Representation in Python course.

Moscow Marathon results visualization

How to fetch new data

You should install Python 3 to use scripts from this repo.

# Python requirements installing
pip3 install -r requirements.txt

# Results loading from data sources
./input_data_loader.sh

# Loaded results processing and aggregation
./input_data_parser.py

Data sources

There are two datasources for past marathon results.

Results for 2014-2017 are available at official marathon site:

These results are available both in human and machine readable formats.

Results for 2013 are not available at official site, but you can get them from organizers parter site newrunners.ru (pages are in Russian):

These results are available at human readable format only.

About

Combined results of Moscow Marathon and its visualization

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published