Analyze Cricketers Based on ESPN Cricinfo Statsguru
Project description
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
# Install the package
pip install cricpy
Importing and Loading Data
cricpy
can be imported using the typical import
:
# Import cricpy
import cricpy
To load the data, You could either do specific import
#1.
import cricpy.analytics as ca
#ca.batsman4s("../dravid.csv","Rahul Dravid")
or import all the functions
#2.
from cricpy.analytics import *
#batsman4s("../dravid.csv","Rahul Dravid")
References
R-Package
If you are an R-user, There is an R equivalent of cricpy
- that is cricketr
.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cricpy-0.0.25.6.tar.gz
(24.6 kB
view hashes)
Built Distribution
cricpy-0.0.25.6-py3-none-any.whl
(24.9 kB
view hashes)
Close
Hashes for cricpy-0.0.25.6-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 737323f15cb9e0db75c249ee39dc161a08dfc5146c4306077a2e79e4183735ed |
|
MD5 | 4bc06762a1ef2ed41231d0101d6e3a4b |
|
BLAKE2b-256 | e9e072f7abaf906462cc6509bf158da36114af8193de25e402b670d75ed78ff4 |