Skip to main content

Doing soccer stats analysis.

Project description

docs

socceranalysis

socceranalysis is a powerful Python package designed to make it easy to analyze and understand soccer statistics. With its set of functions, you can quickly obtain summary statistics for a particular team, identify outliers based on market value, rank players by goals per game and display different plots. The package is built in a way that allows user to easily customize the functions to their own interests, giving them the flexibility to analyze the data in a way that is most meaningful to them. Whether you're a coach, a sports journalist or an analyst, socceranalysis will help you unlock the insights hidden in your soccer data and make more informed decisions.

Functions

  1. find_team_stat: provides a quick and easy way to understand the descriptive statistics of a team. (https://github.com/UBC-MDS/socceranalysis_python/blob/main/src/socceranalysis/find_team_stat.py)

  2. rankingplayers: Ranks players based on specific attributes (https://github.com/UBC-MDS/socceranalysis_python/blob/main/src/socceranalysis/playerranking.py)

  3. get_outliers: Identifes outliers using statistical methods (interquartile range or standard deviations) (https://github.com/UBC-MDS/socceranalysis_python/blob/main/src/socceranalysis/outlier_identification.py)

  4. soc_viz_stats : Generates meaningful visualizations to help users understand and interpret the data (https://github.com/UBC-MDS/socceranalysis_python/blob/main/src/socceranalysis/viz_stats.py)

  • soc_viz_stats_scatter : Generate a scatter plot for two given numeric columns with a slider to control age
  • soc_viz_stats_hist : Generate a histogram for one given numeric columns

Python ecosystem

socceranalysis can be used in conjunction with other popular Python packages such as pandas and scikit-learn to perform more advanced data analysis and machine learning tasks. For example, users can use pandas to manipulate and clean their soccer data, and then use this package to perform specific soccer-related analysis on the cleaned data. Additionally, socceranalysis can be used in conjunction with scikit-learn for machine learning tasks on soccer data. They are designed to be a higher-level, more user-friendly and declarative interface based on Altair for performing specific soccer-related analysis and visualization tasks. Users can perform similar visualization using matplotlib. Overall, socceranalysis is a valuable addition to the Python ecosystem as it provides a specialized tool for analyzing and understanding soccer data without the need for writing complex code, this can be especially useful for users who may not have extensive experience with data analysis or visualization.

Installation

$ pip install socceranalysis

# directly from test pypi
$ pip install -i https://test.pypi.org/simple/ socceranalysis

Usage

find_team_stat

from socceranalysis.find_team_stat import *
data = pd.read_excel('soccer_data.xlsx')
find_team_stat(data , "Manchester United", "Market_Value_Euros")

get_outliers

data = pd.read_excel('soccer_data.xlsx')
from  socceranalysis.outlier_identification import get_outliers
get_outliers(data,"Wages_Euros","SD",3)

soc_viz_stats

from socceranalysis.viz_stats import *

# scatter plots of two given columns
soc_viz_stats_scatter('age','Goals_total', data)
# histogram of one given column
soc_viz_stats_hist('age', data)

playerranking

from socceranalysis.rankingplayers import *
data = pd.read_excel('soccer_data.xlsx')
rankingplayers(data, "Goals_total", "Assists_Total")

Contributors

Core contributor Github.com username
Flora Ouedraogo @florawendy19
Gaoxiang Wang @louiewang820
Manvir Kohli @manvirsingh96
Vincent Ho @vincentho32

Contributing

Authors: Vincent Ho, Manvir Singh Kohli, Gaoxiang Wang, Flora Ouedraogo.

Interested in contributing? Check out the contributing guidelines. Please note that this project is released with a Code of Conduct. By contributing to this project, you agree to abide by its terms.

License

socceranalysis was created by Gaoxiang Wang, Manvir Kohli, Vincent Ho and Flora Ouedraogo. It is licensed under the terms of the MIT license.

Credits

socceranalysis was created with cookiecutter and the py-pkgs-cookiecutter template.

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

socceranalysis-0.1.3.tar.gz (7.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

socceranalysis-0.1.3-py3-none-any.whl (7.9 kB view details)

Uploaded Python 3

File details

Details for the file socceranalysis-0.1.3.tar.gz.

File metadata

  • Download URL: socceranalysis-0.1.3.tar.gz
  • Upload date:
  • Size: 7.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.1

File hashes

Hashes for socceranalysis-0.1.3.tar.gz
Algorithm Hash digest
SHA256 bc39c9cd51b43566e6567096c8a73d16f90ecafcaabf798200ad3120f40e1168
MD5 32c498b1fd1dfdcd598c4abfe9aad0c3
BLAKE2b-256 4f5f9764024d52c3a405d1702c18da85b29f4415f78924683635fe1490d661dd

See more details on using hashes here.

File details

Details for the file socceranalysis-0.1.3-py3-none-any.whl.

File metadata

  • Download URL: socceranalysis-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 7.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.1

File hashes

Hashes for socceranalysis-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 81664821604d12b6540aab4026e5658c2394c45c5c600134ef88b8129a603154
MD5 133476bde94a595683232f136dc114a4
BLAKE2b-256 eded16f1a26a86b517d8e6507c750ed25617ea4571f17a249e791a9d098c9ef7

See more details on using hashes here.

Supported by

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