Skip to content

mrimal/kirket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

How modern day cricket greats build their innings. A look at Kohli, Smith*, Williamson, ABDV, and Joe Root. (*Now disgraced)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages