Skip to main content

Analyze Cricketers Based on ESPN Cricinfo Statsguru

Project description

Cricpy

PyPI PyPI - Python Version PyPI - Wheel

Package downloads from the Pypi

Downloads

Downloads

Downloads


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


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.18.tar.gz (21.8 kB view hashes)

Uploaded Source

Built Distribution

cricpy-0.0.18-py3-none-any.whl (23.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page