Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 484 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 484 Bytes

cricket_stdev

sitemaker.py is a script that scrapes Cricinfo for the runs of the top 200 highest scoring batsmen of all time, then calculates their standard deviations, then publishes this as a csv and an html file.

Made to accompany this blog post.

In the future I may separate out the "Batsman" python class into a separate library and rejig evereything as opposed to have all the scripts in one sprawling file.