Doing soccer stats analysis.
Project description
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
-
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) -
rankingplayers: Ranks players based on specific attributes (https://github.com/UBC-MDS/socceranalysis_python/blob/main/src/socceranalysis/playerranking.py) -
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) -
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 agesoc_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
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
Note: Keep the data file in the same working direcotry before import this function
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file socceranalysis-0.1.0.tar.gz.
File metadata
- Download URL: socceranalysis-0.1.0.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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
50bf063d657b0501e17a90a60f06583c4c68dc53b0308d36f55a7ffaceff60c5
|
|
| MD5 |
a0ce62859724a3b95410a47d6f8add91
|
|
| BLAKE2b-256 |
fcff803f5179d7cc5e0c72ee1b41ede72d366416bcd9a974e019e5d149e26c69
|
File details
Details for the file socceranalysis-0.1.0-py3-none-any.whl.
File metadata
- Download URL: socceranalysis-0.1.0-py3-none-any.whl
- Upload date:
- Size: 7.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9261d364952da004a27297903af4f08f4d4d45d7ebbb5f5748fb98409bfed1a3
|
|
| MD5 |
14b912b95199edb99c0e4aba4db20d84
|
|
| BLAKE2b-256 |
030b059680db03f292543b86a16276f26015e049a85e38aaaabb00cc026e7309
|