Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 949 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 949 Bytes

Cricket Innings builder

Main question is : do these top 5 batsman build their innings differently ?

Question came up as most people I've talked to, and who watch cricket semi-regularly, have noted how Joe Root ends up batting pretty much run a ball however much he scores these days. Kohli always seems to be in superb form and ABDV you can tell if he's going to go big or not.

What happened to the good old days of getting your eye in for a while, playing super slow in the nervous 90s, and then going all out once you get to your 100?

Requirements:

I'll be doing this in Python 2.7 with package requirements added on as I go on.

Packages:

  • beautifulsoup4==4.6.0
  • pandas==0.22.0
  • numpy==1.14.0
  • json
  • requests==2.18.4
  • matplotlib==2.1.2

Installing the requirements directly

The requirements can directly be installed using

pip install -r requirements.txt #Python2
pip3 install -r requirements.txt #Python3