tvganesh / yorkpy

This python package uses data from Cricsheet http://cricsheet,org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Yorkpy

PyPI PyPI - Python Version PyPI - Wheel

Package downloads from the Pypi

Downloads

Downloads

Downloads


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/).

About

This python package uses data from Cricsheet http://cricsheet,org

License:MIT License


Languages

Language:Python 100.0%