Analyze IPL T20 matches based on data from Cricsheet-http://cricsheet.org
Project description
Yorkpy
Package downloads from the Pypi
Description
This R package can be used to analyze performances of cricketers based on match data from Cricsheet. The yorkr package can handle match data from ODIs, Twenty20s and IPL T20s from Cricsheet. The data has to be in yaml format
Installation
# Install the package
pip install yorkpy
Importing and Loading Data
yorkpy
can be imported using the typical import
:
# Import yorkpy
import yorkpy
To load the data, You could either do specific import
#1.
import yorkpy.analytics as yka
#yka.matchWormChart(gl_mi,"Mumbai Indians","Gujarat Lions")
or import all the functions
## References
## R-Package
If you are an R-user, There is an R equivalent of `yorkpy` [`yorkr`]https://gigadom.in/2016/04/02/introducing-cricket-package-yorkr-part-1-beaten-by-sheer-pace/).
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
yorkpy-0.0.5.tar.gz
(18.1 kB
view hashes)
Built Distribution
yorkpy-0.0.5-py3-none-any.whl
(18.9 kB
view hashes)