Calculate what a team's score would have been if a certain number of events were dropped.
Usage:
python dropper.py url
or
python superscored_dropper.py url
if you'd like to test the dropper on a superscored version of the tournament, where url
is the Duosmium URL of the tournament.
Dependencies include pandas
and requests
.