Skip to content

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

License

Notifications You must be signed in to change notification settings

tvganesh/yorkpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages