Cricpy
Package downloads from the Pypi
Description
Tools for analyzing performances of cricketers based on stats in ESPN Cricinfo Statsguru. The toolset can be used for analysis of Tests,ODI amd Twenty20 matches of both batsmen and bowlers.
Installation
pip install cricpy
Importing and Loading Data
cricpy
can be imported using the typical import
:
import cricpy
To load the data, You could either do specific import
import cricpy.analytics as ca
or import all the functions
from cricpy.analytics import *
References
R-Package
If you are an R-user, There is an R equivalent of cricpy
- that is cricketr
.