Custom Metric Created for the NBA by Strictly By The Numbers
Project description
Player Metrics:
This repository contains the source code for the #StrictlyBytheNumbers PlayerMetric module. The PlayerMetric module attempts to provide key player metrics that could be then leveraged in a variety ways for a multitude of downstream baskebtall applications.
Installation:
- 1.) Install python package depedencies.
$ pip install strictly-metric
Example Usage:
from player_metric import player_metric
player_object = player_metric.PlayerMetric(df_all=df_all, df_boxscore=df_boxscore)
#Calculate aggregate and per game metrics for the player.
player_object.calculate_aggregate_metric()
player_object.calculate_per_game_metric()
#Examine transformed data
player_object.df_all.head()
player_object.df_boxscore.head()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file strictly-metric-1.0.10.tar.gz.
File metadata
- Download URL: strictly-metric-1.0.10.tar.gz
- Upload date:
- Size: 5.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5410a8473c89204633a4ac5beaab0ab099cb4ade4d6da94111f9927c888316b5
|
|
| MD5 |
8d0bc9ef55311cfd786e758df4e2446f
|
|
| BLAKE2b-256 |
1a7e063d97a7d5bd3d620b5960869d9c1fe219382f8045be11c69ab32b7b72f3
|