LeagueDash - basketballrelativity/py_ball GitHub Wiki

This section details all endpoints accessible via the LeagueDash class in league_dash.py. Endpoints available include:

Endpoint Description Tables
leaguedashlineups Traditional and plus/minus statistics for sets of lineups between sizes 2 to 5 players, inclusive Lineups
leaguedashplayerbiostats Player metadata and performance statistics for a given season LeagueDashPlayerBioStats
leaguedashplayerclutch Traditional, plus/minus, and rank statistics for players in a defined clutch period LeagueDashPlayerClutch
leaguedashteamclutch Traditional, plus/minus, and rank statistics for teams in a defined clutch period LeagueDashTeamClutch
leaguedashplayershotlocations Player shooting-related statistics by shot distance/type ShotLocations
leaguedashteamshotlocations Team shooting-related statistics by shot distance/type ShotLocations
leaguedashplayerptshot Shooting-related statistics for a given season by player LeagueDashPTShots
leaguedashplayerstats Traditional, plus/minus, and rank statistics for players LeagueDashPlayerStats
leaguedashteamstats Traditional, plus/minus, and rank statistics for teams LeagueDashTeamStats
leaguedashptdefend Defensive statistics for a given season by player LeagueDashPTDefend
leaguedashptteamdefend Defensive statistics for a given season by team LeagueDashPtTeamDefend
leaguedashteamptshot Shooting-related statistics for a given season by team LeagueDashPTShots
leaguedashptstats Tracking data statistics for a given season by player or team LeagueDashPtStats
leagueplayerondetails Opponent statistics when a given player is on the floor PlayersOnCourtLeaguePlayerDetails

Parameters

The LeagueDash endpoints require the corresponding parameters below:

API Param Class Param Definition Valid Values Required
LeagueID league_id String of a two-digit number corresponding to the league. '00' is the NBA, '10' is the WNBA, '01' is the ABA, and '20' is the G-League '00', '01', '10', '20' All
GroupQuantity group_quantity String of an integer indicating the number of players to include a lineup for the leaguedashlineups endpoint '2', '3', '4', '5' 'leaguedashlineups'
PerMode per_mode String indicating the type of rate stats to be returned 'Totals', 'PerGame', 'MinutesPer', 'Per48', 'Per40', 'Per36', 'PerMinute', 'PerPossession', 'PerPlay', 'Per100Possessions', 'Per100Plays' All
PlusMinus plus_minus String representing a Boolean value that indicates whether the values being returned should be in plus-minus form. 'Y', 'N' 'leaguedashlineups', 'leaguedashplayerclutch', 'leaguedashteamclutch', 'leaguedashplayershotlocations', 'leaguedashplayerstats', 'leaguedashteamstats', 'leaguedashteamshotlocations', 'leagueplayerondetails'
Rank rank String representing a Boolean value that indicates whether the values being returned should be in rank form. Flip to 'N' for 'leaguedashptstats' 'Y', 'N' 'leaguedashlineups', 'leaguedashplayerclutch', 'leaguedashteamclutch', 'leaguedashplayershotlocations', 'leaguedashplayerstats', 'leaguedashteamstats', 'leaguedashteamshotlocations', 'leagueplayerondetails'
PaceAdjust pace_adjust String representing a Boolean value that indicates whether the values being returned should be pace-adjusted 'Y', 'N' 'leaguedashlineups', 'leaguedashplayerclutch', 'leaguedashteamclutch', 'leaguedashplayershotlocations', 'leaguedashplayerstats', 'leaguedashteamstats', 'leaguedashteamshotlocations', 'leagueplayerondetails'
MeasureType measure_type String indicating the set of statistics to be returned 'Base', 'Advanced', 'Misc', 'Four Factors', 'Scoring', 'Opponent', 'Usage', 'Defense' 'leaguedashlineups', 'leaguedashplayerclutch', 'leaguedashteamclutch', 'leaguedashplayershotlocations', 'leaguedashplayerstats', 'leaguedashteamstats', 'leaguedashteamshotlocations', 'leagueplayerondetails'
Period period String of an integer value that corresponds to a desired quarter for data to be returned. A value of '0' returns data across all quarters '0' or string of positive integer 'leaguedashlineups', 'leaguedashplayerclutch', 'leaguedashteamclutch', 'leaguedashplayershotlocations', 'leaguedashplayerstats', 'leaguedashteamstats', 'leaguedashteamshotlocations', 'leagueplayerondetails'
VsConference vs_conference String indicating the conference of the opposing team for data to be returned. An empty string returns data across all conferences 'East', 'West', '' 'leaguedashlineups', 'leaguedashplayerclutch', 'leaguedashteamclutch', 'leaguedashplayershotlocations', 'leaguedashplayerstats', 'leaguedashptstats', 'leaguedashteamstats', 'leaguedashteamshotlocations', 'leagueplayerondetails'
LastNGames last_n_games String of an integer indicating the desired number of most recent games for data to be returned. A value of '0' returns data across all previous games, subject to other constraints in the API call '0' or string of positive integer 'leaguedashlineups', 'leaguedashplayerclutch', 'leaguedashteamclutch', 'leaguedashplayershotlocations', 'leaguedashplayerstats', 'leaguedashptstats', 'leaguedashteamstats', 'leaguedashteamshotlocations', 'leagueplayerondetails'
TeamID team_id String of a 10-digit integer that uniquely identifies a team for which data is to be returned 'leaguedashlineups', 'leaguedashplayerclutch', 'leaguedashteamclutch', 'leaguedashplayershotlocations', 'leaguedashplayerstats', 'leaguedashptstats', 'leaguedashteamstats', 'leaguedashteamshotlocations', 'leagueplayerondetails'
Location location String indicating the game location for the data to be returned. An empty string returns data across both home and road games 'Home', 'Road', '' 'leaguedashlineups', 'leaguedashplayerclutch', 'leaguedashteamclutch', 'leaguedashplayershotlocations', 'leaguedashplayerstats', 'leaguedashptstats', 'leaguedashteamstats', 'leaguedashteamshotlocations', 'leagueplayerondetails'
Outcome outcome String indicating the game outcome for the data to be returned. An empty string returns data across both wins and losses 'W', 'L', '' 'leaguedashlineups', 'leaguedashplayerclutch', 'leaguedashteamclutch', 'leaguedashplayershotlocations', 'leaguedashplayerstats', 'leaguedashptstats', 'leaguedashteamstats', 'leaguedashteamshotlocations', 'leagueplayerondetails'
DateFrom date_from String of a date in a MM/DD/YYYY format indicating the start date for which data is to be returned MM/DD/YYYY 'leaguedashlineups', 'leaguedashplayerclutch', 'leaguedashteamclutch', 'leaguedashplayershotlocations', 'leaguedashplayerstats', 'leaguedashptstats', 'leaguedashteamstats', 'leaguedashteamshotlocations', 'leagueplayerondetails'
DateTo date_to String of a date in a MM/DD/YYYY format indicating the end date for which data is to be returned MM/DD/YYYY 'leaguedashlineups', 'leaguedashplayerclutch', 'leaguedashteamclutch', 'leaguedashplayershotlocations', 'leaguedashplayerstats', 'leaguedashptstats', 'leaguedashteamstats', 'leaguedashteamshotlocations', 'leagueplayerondetails'
OpponentTeamID opp_team_id String of a 10-digit integer that uniquely identifies an opposing team for which data is to be returned 'leaguedashlineups', 'leaguedashplayerclutch', 'leaguedashteamclutch', 'leaguedashplayershotlocations', 'leaguedashplayerstats', 'leaguedashptstats', 'leaguedashteamstats', 'leaguedashteamshotlocations', 'leagueplayerondetails'
Season season String of a two-year season in a YYYY-ZZ format, where the ZZ are the last two digits of the following year. For example, '2017-18' is a valid value of season and represents the 2017-18 NBA season 'YYYY-ZZ' All
VsDivision vs_division String indicating the division of the opposing team for data to be returned. An empty string returns data across all divisions. The 'East' and 'West' values correspond to conferences 'Atlantic', 'Central', 'Northwest', 'Pacific', 'Southeast', 'Southwest', 'East', 'West', '' 'leaguedashlineups', 'leaguedashplayerclutch', 'leaguedashteamclutch', 'leaguedashplayershotlocations', 'leaguedashplayerstats', 'leaguedashptstats', 'leaguedashteamstats', 'leaguedashteamshotlocations', 'leagueplayerondetails'
GameSegment game_segment String indicating the section of a game for data to be returned. An empty string returns data across all game segments 'First Half', 'Overtime', 'Second Half', '' 'leaguedashlineups', 'leaguedashplayerclutch', 'leaguedashteamclutch', 'leaguedashplayershotlocations', 'leaguedashplayerstats', 'leaguedashteamstats', 'leaguedashteamshotlocations', 'leagueplayerondetails'
Month month String of an integer corresponding to a month for data to be returned. A value of '0' returns data across all months '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12' 'leaguedashlineups', 'leaguedashplayerclutch', 'leaguedashteamclutch', 'leaguedashplayershotlocations', 'leaguedashplayerstats', 'leaguedashptstats', 'leaguedashteamstats', 'leaguedashteamshotlocations', 'leagueplayerondetails'
SeasonType season_type String indicating the type of season for data to be returned 'Regular Season', 'Pre Season', 'Playoffs', 'All Star' All
SeasonSegment season_segment String indicating the section of the season for data to be returned. An empty string returns data across all season segments 'Pre All-Star', 'Post All-Star', '' 'leaguedashlineups', 'leaguedashplayerclutch', 'leaguedashteamclutch', 'leaguedashplayershotlocations', 'leaguedashplayerstats', 'leaguedashptstats', 'leaguedashteamstats', 'leaguedashteamshotlocations', 'leagueplayerondetails'
ClutchTime clutch_time String that defines the type of clutch time for the data to be returned 'Last 5 Minutes', 'Last 4 Minutes', 'Last 3 Minutes', 'Last 2 Minutes', 'Last 1 Minute', 'Last 30 Seconds', 'Last 10 Seconds' 'leaguedashplayerclutch', 'leaguedashteamclutch'
AheadBehind ahead_behind String indicating the type of score differential for the data to be returned 'Ahead or Behind', 'Behind or Tied', 'Ahead or Tied' 'leaguedashplayerclutch', 'leaguedashteamclutch'
PointDiff point_diff String of zero or a positive integer indicating the maximum point differential for data to be returned '0' or string of positive integer 'leaguedashplayerclutch', 'leaguedashteamclutch'
GameScope game_scope String indicating the recency of the data to be returned. An empty string returns data across all past games, subject to other constraints in the API call 'Yesterday', 'Last 10', '' 'leaguedashlineups', 'leaguedashplayerclutch', 'leaguedashteamclutch', 'leaguedashplayershotlocations', 'leaguedashplayerstats', 'leaguedashptstats', 'leaguedashteamstats', 'leaguedashteamshotlocations', 'leagueplayerondetails'
PlayerExperience player_experience String indicating the level of player experience for data to be returned. An empty string returns data across all levels of player experience 'Rookie', 'Sophomore', 'Veteran', '' 'leaguedashlineups', 'leaguedashplayerclutch', 'leaguedashteamclutch', 'leaguedashplayershotlocations', 'leaguedashplayerstats', 'leaguedashptstats', 'leaguedashteamstats', 'leaguedashteamshotlocations', 'leagueplayerondetails'
PlayerPosition player_position String indicating the player position for data to be returned. An empty string returns data across all player positions 'F', 'C', 'G', 'C-F', 'F-C', 'F-G', 'G-F', '' 'leaguedashlineups', 'leaguedashplayerclutch', 'leaguedashteamclutch', 'leaguedashplayershotlocations', 'leaguedashplayerstats', 'leaguedashptstats', 'leaguedashteamstats', 'leaguedashteamshotlocations', 'leagueplayerondetails'
StarterBench starters_bench String indicating whether data should be returned for either or both starters or bench players. An empty string returns data across both starters and bench players 'Starters', 'Bench', '' 'leaguedashlineups', 'leaguedashplayerclutch', 'leaguedashteamclutch', 'leaguedashplayershotlocations', 'leaguedashplayerstats', 'leaguedashptstats', 'leaguedashteamstats', 'leaguedashteamshotlocations', 'leagueplayerondetails'
DistanceRange distance_range String indicating the size/type of the distance range bins for data to be returned '5ft Range', '8ft Range', 'By Zone' 'leaguedashplayershotlocations', 'leaguedashteamshotlocations', 'leaguedashteamshotlocations', 'leagueplayerondetails'
DefenseCategory defense_category String indicating the shot type of defensive data to be returned 'Overall', '3 Pointers', '2 Pointers', 'Less Than 6Ft', 'Less Than 10Ft', 'Greater Than 15Ft' 'leaguedashptdefend', 'leaguedashptteamdefend'
PlayerOrTeam player_or_team String indicating whether data returned is for 'Player' or 'Team' leaders 'Player', 'Team' 'leaguedashptstats'
PtMeasureType pt_measure_type String indicating the type of player tracking data desired "SpeedDistance", "Drives", "Defense", "CatchShoot", "Passing", "Possessions", "PullUpShot", "Rebounding", "Efficiency", "ElbowTouch", "PostTouch", "PaintTouch" 'leaguedashptstats'
PORound po_round Playoff round 1, 2, 3, 4 'leaguedashlineups', 'leaguedashplayerclutch', 'leaguedashteamclutch', 'leaguedashplayershotlocations', 'leaguedashplayerstats', 'leaguedashteamstats', 'leaguedashteamshotlocations', 'leagueplayerondetails'
ShotClockRange shot_clock_rank Shot clock range "24-22", "22-18", "18-15", "15-7", "7-4", "4-0" 'leaguedashlineups', 'leaguedashplayerclutch', 'leaguedashteamclutch', 'leaguedashplayershotlocations', 'leaguedashplayerstats', 'leaguedashteamstats', 'leaguedashteamshotlocations', 'leagueplayerondetails'

Features

Certain endpoints ('leaguedashlineups', 'leaguedashplayerclutch', 'leaguedashplayershotlocations', 'leaguedashplayerstats', 'leaguedashteamstats') require the MeasureType parameter, which changes the schema of the table returned. When this occurs, the MeasureType column in the features table will show the value for which the feature is returned. The table below shows the valid values of MeasureType for each endpoint:

Endpoint Valid MeasureType values
'leaguedashlineups' 'Base', 'Advanced', 'Misc', 'Four Factors', 'Scoring', 'Opponent'
'leaguedashplayerclutch' 'Base', 'Advanced', 'Misc', 'Scoring', 'Usage'
'leaguedashteamclutch' 'Base', 'Advanced', 'Misc', 'Scoring'
'leaguedashplayershotlocations' 'Base', 'Opponent'
'leaguedashplayerstats' 'Base', 'Advanced', 'Misc', 'Scoring', 'Usage', 'Defense'
'leaguedashteamstats' 'Base', 'Advanced', 'Misc', 'Scoring', 'Defense'
'leaguedashteamshotlocations' 'Base', 'Opponent'
'leagueplayerondetails' 'Base', 'Advanced', 'Misc', 'Four Factors', 'Scoring', 'Opponent'

The 'leaguedashptstats' endpoint requires the PtMeasureType parameter, which changes the schema of the table returned. Please refer to the valid values of this parameter in the above "Parameters" section.

The following table contains features returned in each table from all endpoints.

Column Definition Endpoint/Table MeasureType
AGE Player age leaguedashplayerbiostats/LeagueDashPlayerBioStats, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashplayershotlocations/ShotLocations, leaguedashplayerptshot/LeagueDashPTShots, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashptdefend/LeagueDashPTDefend 'Base', 'Advanced', 'Misc', 'Scoring', 'Usage', 'Opponent', 'Defense'
AST Assists leaguedashlineups/Lineups, leaguedashplayerbiostats/LeagueDashPlayerBioStats, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashptstats/LeagueDashPtStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Base'
AST_ADJ Assists + FT Assists + secondary assists leaguedashptstats/LeagueDashPtStats 'Passes'
AST_PCT Ratio of player assists to teammate field goals made leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerbiostats/LeagueDashPlayerBioStats, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Advanced'
AST_PCT_RANK Rank by assist percentage leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Advanced'
AST_POINTS_CREATED Points created by a player/team through assists leaguedashptstats/LeagueDashPtStats 'Passes'
AST_RANK Rank by assists leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Base'
AST_RATIO Assists per 100 possessions leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Advanced'
AST_RATIO_RANK Rank by assist ratio leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Advanced'
AST_TO Ratio of assists to turnovers leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Advanced'
AST_TO_RANK Rank by assist to turnover ratio leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Advanced'
AST_TO_PASS_PCT Percentage of a player's or team's passes that are assists leaguedashptstats/LeagueDashPtStats 'Passes'
AST_TO_PASS_PCT_ADJ Percentage of a player's or team's passes that are adjusted assists leaguedashptstats/LeagueDashPtStats 'Passes'
AVG_DREB_DIST Average distance of defensive rebounds leaguedashptstats/LeagueDashPtStats 'Rebounding'
AVG_DRIB_PER_TOUCH Average number of dribbles per touch by a player or team leaguedashptstats/LeagueDashPtStats 'Possessions'
AVG_OREB_DIST Average distance of offensive rebounds leaguedashptstats/LeagueDashPtStats 'Rebounding'
AVG_REB_DIST Average distance of rebounds leaguedashptstats/LeagueDashPtStats 'Rebounding'
AVG_SEC_PER_TOUCH Average number of seconds per touch by a player or team leaguedashptstats/LeagueDashPtStats 'Possessions'
AVG_SPEED The average speed in miles per hour of all movements (sprinting, jogging, standing, walking) by a player or team while on the court leaguedashptstats/LeagueDashPtStats 'SpeedDistance'
AVG_SPEED_DEF The average speed in miles per hour of all movements (sprinting, jogging, standing, walking) by a player or team while on defense leaguedashptstats/LeagueDashPtStats 'SpeedDistance'
AVG_SPEED_OFF The average speed in miles per hour of all movements (sprinting, jogging, standing, walking) by a player or team while on offense leaguedashptstats/LeagueDashPtStats 'SpeedDistance'
BLK Blocks leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashptstats/LeagueDashPtStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Base', 'Misc', 'Defense'
BLKA Blocks against leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Base', 'Misc'
BLKA_RANK Rank by blocks against leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Base', 'Misc'
BLK_RANK Rank by blocks leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Base', 'Misc', 'Defense'
CATCH_SHOOT_EFG_PCT Effective field goal percentage on catch and shoot field goal attempts leaguedashptstats/LeagueDashPtStats 'CatchShoot'
CATCH_SHOOT_FG3A Number of catch and shoot three-point field goals attempted leaguedashptstats/LeagueDashPtStats 'CatchShoot'
CATCH_SHOOT_FG3M Number of catch and shoot three-point field goals made leaguedashptstats/LeagueDashPtStats 'CatchShoot'
CATCH_SHOOT_FG3_PCT Field goal percentage on catch and shoot three-point field goal attempts leaguedashptstats/LeagueDashPtStats 'CatchShoot'
CATCH_SHOOT_FGA Number of catch and shoot field goals attempted leaguedashptstats/LeagueDashPtStats 'CatchShoot'
CATCH_SHOOT_FGM Number of catch and shoot field goals made leaguedashptstats/LeagueDashPtStats 'CatchShoot'
CATCH_SHOOT_FG_PCT Field goal percentage on catch and shoot field goal attempts leaguedashptstats/LeagueDashPtStats 'CatchShoot', 'Efficiency'
CATCH_SHOOT_PTS Points scored on catch and shoot field goal attempts leaguedashptstats/LeagueDashPtStats 'CatchShoot', 'Efficiency'
COLLEGE College attended leaguedashplayerbiostats/LeagueDashPlayerBioStats
COUNTRY Home country leaguedashplayerbiostats/LeagueDashPlayerBioStats
COURT_STATUS Indicator if a player is on/off the court leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Base', 'Advanced', 'Misc', 'Four Factors', 'Scoring', 'Opponent'
CFID leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats 'Base', 'Advanced', 'Misc', 'Scoring', 'Usage', 'Defense'
CFPARAMS Comma-separated Player ID, Team ID leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats 'Base', 'Advanced', 'Misc', 'Scoring', 'Usage', 'Defense'
CLOSE_DEF_PERSON_ID Unique identifier of closest defender leaguedashptdefend/LeagueDashPTDefend
D_FGA Defended field goals attempt leaguedashptdefend/LeagueDashPTDefend, leaguedashptteamdefend/LeagueDashPtTeamDefend
D_FGM Defended field goals leaguedashptdefend/LeagueDashPTDefend, leaguedashptteamdefend/LeagueDashPtTeamDefend
D_FG_PCT Defended field goal percentage leaguedashptdefend/LeagueDashPTDefend, leaguedashptteamdefend/LeagueDashPtTeamDefend
DD2 Double doubles leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashplayerstats/LeagueDashPlayerStats 'Base'
DD2_RANK Rank by double doubles leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashplayerstats/LeagueDashPlayerStats 'Base'
DEF_RATING Points allowed per 100 possessions leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Advanced', 'Defense'
DEF_RATING_RANK Rank by defensive rating leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Advanced', 'Defense'
DEF_RIM_FGA Field goals attempted by the opponent while the player or team was defending the rim leaguedashptstats/LeagueDashPtStats 'Defense'
DEF_RIM_FGM Field goals made by the opponent while the player or team was defending the rim leaguedashptstats/LeagueDashPtStats 'Defense'
DEF_RIM_FG_PCT Field goal percentage of the opponent while the player or team was defending the rim leaguedashptstats/LeagueDashPtStats 'Defense'
DEF_WS Defensive win shares leaguedashplayerstats/LeagueDashPlayerStats 'Defense'
DEF_WS_RANK Rank by defensive win shares leaguedashplayerstats/LeagueDashPlayerStats 'Defense'
DIST_FEET Distance run by a player in team measured in feet leaguedashptstats/LeagueDashPtStats 'SpeedDistance'
DIST_MILES_DEF Miles run by a player or team while on defense leaguedashptstats/LeagueDashPtStats 'SpeedDistance'
DIST_MILES_DEF Miles run by a player or team while on offense leaguedashptstats/LeagueDashPtStats 'SpeedDistance'
DRAFT_NUMBER Overall draft number leaguedashplayerbiostats/LeagueDashPlayerBioStats
DRAFT_ROUND Draft round leaguedashplayerbiostats/LeagueDashPlayerBioStats
DRAFT_YEAR Draft year leaguedashplayerbiostats/LeagueDashPlayerBioStats
DREB Defensive rebounds leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashptstats/LeagueDashPtStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Base', 'Defense', 'Rebounding'
DREB_CHANCES A defensive rebound chance occurs when a player is the closest to the ball when it dips below the rim until it is rebounded leaguedashptstats/LeagueDashPtStats 'Rebounding'
DREB_CHANCE_DEFER Number of times a defensive rebound chance is deferred to a teammate leaguedashptstats/LeagueDashPtStats 'Rebounding'
DREB_CHANCE_PCT Percent of defensive rebound chances rebounded leaguedashptstats/LeagueDashPtStats 'Rebounding'
DREB_CHANCE_PCT_ADJ Percent of defensive rebound chances not deferred rebounded leaguedashptstats/LeagueDashPtStats 'Rebounding'
DREB_CONTEST A defensive rebound where an opponent is within 3.5 feet of the rebounder leaguedashptstats/LeagueDashPtStats 'Rebounding'
DREB_CONTEST_PCT Percent of defensive rebounds where an opponent is within 3.5 feet of the rebounder leaguedashptstats/LeagueDashPtStats 'Rebounding'
DREB_PCT Ratio of defensive rebounds to available defensive rebounds leaguedashlineups/Lineups, leaguedashplayerbiostats/LeagueDashPlayerBioStats, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Advanced', 'Defense'
DREB_PCT_RANK Rank by defensive rebound percentage leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Advanced', 'Defense'
DREB_RANK Rank by defensive rebounds leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Base', 'Defense'
DREB_UNCONTEST A defensive rebound where no opponent is within 3.5 feet of the rebounder leaguedashptstats/LeagueDashPtStats 'Rebounding'
DRIVES Number of times when a player attacks the basket off the dribble in the halfcourt offense leaguedashptstats/LeagueDashPtStats 'Drives'
DRIVE_AST Number of assists on drives to the basket leaguedashptstats/LeagueDashPtStats 'Drives'
DRIVE_AST_PCT Percent of drives that result in assists leaguedashptstats/LeagueDashPtStats 'Drives'
DRIVE_FGA FGA when a player attacks the basket off the dribble in the halfcourt offense leaguedashptstats/LeagueDashPtStats 'Drives'
DRIVE_FGM FGM when a player attacks the basket off the dribble in the halfcourt offense leaguedashptstats/LeagueDashPtStats 'Drives'
DRIVE_FG_PCT FG% on drives to the basket leaguedashptstats/LeagueDashPtStats 'Drives', 'Efficiency'
DRIVE_FTA FTA when a player attacks the basket off the dribble in the halfcourt offense leaguedashptstats/LeagueDashPtStats 'Drives'
DRIVE_FTM FTM when a player attacks the basket off the dribble in the halfcourt offense leaguedashptstats/LeagueDashPtStats 'Drives'
DRIVE_FT_PCT FT% on drives to the basket leaguedashptstats/LeagueDashPtStats 'Drives'
DRIVE_PASSES Number of passes on drives to the basket leaguedashptstats/LeagueDashPtStats 'Drives'
DRIVE_PASSES_PCT Percent of drives that result in passes leaguedashptstats/LeagueDashPtStats 'Drives'
DRIVE_PF Number of personal fouls on drives to the basket leaguedashptstats/LeagueDashPtStats 'Drives'
DRIVE_PF_PCT Percent of drives that result in personal fouls leaguedashptstats/LeagueDashPtStats 'Drives'
DRIVE_PTS Points scored on drives to the basket leaguedashptstats/LeagueDashPtStats 'Drives', 'Efficiency'
DRIVE_PTS_PCT Percent of drives that result in points leaguedashptstats/LeagueDashPtStats 'Drives'
DRIVE_TOV Number of turnovers on drives to the basket leaguedashptstats/LeagueDashPtStats 'Drives'
DRIVE_TOV_PCT Percent of drives that result in turnovers leaguedashptstats/LeagueDashPtStats 'Drives'
E_DEF_RATING leaguedashlineups/Lineups, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Advanced'
E_NET_RATING leaguedashlineups/Lineups, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Advanced'
E_OFF_RATING leaguedashlineups/Lineups, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Advanced'
E_PACE leaguedashlineups/Lineups, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Advanced'
EFG_PCT Weighted field goal percentage with 3-point field goals weighted 1.5 times 2-point field goals leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerptshot/LeagueDashPTShots, leaguedashteamptshot/LeagueDashPTShots, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashptstats/LeagueDashPtStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Advanced', 'Four Factors', 'Efficiency'
EFG_PCT_RANK Rank by effective field goal percentage leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Advanced'
ELBOW_TOUCHES Number of touches by a player or team near the free throw line leaguedashptstats/LeagueDashPtStats 'Possessions', 'ElbowTouch'
ELBOW_TOUCH_AST Number of assists on elbow touches leaguedashptstats/LeagueDashPtStats 'ElbowTouch'
ELBOW_TOUCH_AST_PCT Percent of elbow touches that result in assists leaguedashptstats/LeagueDashPtStats 'ElbowTouch'
ELBOW_TOUCH_FGA FGA on elbow touches leaguedashptstats/LeagueDashPtStats 'ElbowTouch'
ELBOW_TOUCH_FGM FGM on elbow touches leaguedashptstats/LeagueDashPtStats 'ElbowTouch'
ELBOW_TOUCH_FG_PCT FG% on elbow touches leaguedashptstats/LeagueDashPtStats 'ElbowTouch', 'Efficiency'
ELBOW_TOUCH_FOULS Number of personal fouls on elbow touches to the basket leaguedashptstats/LeagueDashPtStats 'ElbowTouch'
ELBOW_TOUCH_FOULS_PCT Percent of elbow touches that result in personal fouls leaguedashptstats/LeagueDashPtStats 'ElbowTouch'
ELBOW_TOUCH_FTA FTA on elbow touches leaguedashptstats/LeagueDashPtStats 'ElbowTouch'
ELBOW_TOUCH_FTM FTM on elbow touches leaguedashptstats/LeagueDashPtStats 'ElbowTouch'
ELBOW_TOUCH_FT_PCT FT% on elbow touches leaguedashptstats/LeagueDashPtStats 'ElbowTouch'
ELBOW_TOUCH_PASSES Number of passes on elbow touches leaguedashptstats/LeagueDashPtStats 'ElbowTouch'
ELBOW_TOUCH_PASSES_PCT Percent of elbow touches that result in passes leaguedashptstats/LeagueDashPtStats 'ElbowTouch'
ELBOW_TOUCH_PTS Points scored on elbow touches leaguedashptstats/LeagueDashPtStats 'ElbowTouch', 'Efficiency'
ELBOW_TOUCH_PTS_PCT Percent of elbow touches that result in points leaguedashptstats/LeagueDashPtStats 'ElbowTouch'
ELBOW_TOUCH_TOV Number of turnovers on elbow touches leaguedashptstats/LeagueDashPtStats 'ElbowTouch'
ELBOW_TOUCH_TOV_PCT Percent of elbow touches that result in turnovers leaguedashptstats/LeagueDashPtStats 'ElbowTouch'
FG2A Two-point field goal attempts leaguedashplayerptshot/LeagueDashPTShots, leaguedashteamptshot/LeagueDashPTShots
FG2A_FREQUENCY Ratio of two-point field goal attempts to field goal attempts leaguedashplayerptshot/LeagueDashPTShots, leaguedashteamptshot/LeagueDashPTShots
FG2M Two-point field goals leaguedashplayerptshot/LeagueDashPTShots, leaguedashteamptshot/LeagueDashPTShots
FG2_PCT Two-point field goal percentage leaguedashplayerptshot/LeagueDashPTShots, leaguedashteamptshot/LeagueDashPTShots
FG3A Attempted three-point field goals leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerptshot/LeagueDashPTShots, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamptshot/LeagueDashPTShots, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Base'
FG3A_FREQUENCY Ratio of three-point field goal attempts to field goal attempts leaguedashplayerptshot/LeagueDashPTShots, leaguedashteamptshot/LeagueDashPTShots
FG3A_RANK Rank by three-point field goal attempts leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Base'
FG3M Made three-point field goals leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerptshot/LeagueDashPTShots, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamptshot/LeagueDashPTShots, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Base'
FG3M_RANK Rank by made three-point field goals leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Base'
FG3_PCT Three-point field goal percentage leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerptshot/LeagueDashPTShots, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamptshot/LeagueDashPTShots, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Base'
FG3_PCT_RANK Rank by three-point field goal percentage leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Base'
FGA Attempted field goals leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerptshot/LeagueDashPTShots, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamptshot/LeagueDashPTShots, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Base', 'Advanced'
FGA_Above_the_Break_3 Above the break three-point field goal attempts leaguedashplayershotlocations/ShotLocations, leaguedashteamshotlocations/ShotLocations 'Base'
FGA_Backcourt Backcourt field goal attempts leaguedashplayershotlocations/ShotLocations, leaguedashteamshotlocations/ShotLocations 'Base'
FGA_FREQUENCY Frequency of field goal attempts leaguedashplayerptshot/LeagueDashPTShots, leaguedashteamptshot/LeagueDashPTShots 'Base'
FGA_In_The_Paint_(Non-RA) Paint field goal attempts outside the restricted area leaguedashplayershotlocations/ShotLocations, leaguedashteamshotlocations/ShotLocations 'Base'
FGA_Left_Corner_3 Left corner three-point field goal attempts leaguedashplayershotlocations/ShotLocations, leaguedashteamshotlocations/ShotLocations 'Base'
FGA_Mid-Range Mid-range field goal attempts leaguedashplayershotlocations/ShotLocations, leaguedashteamshotlocations/ShotLocations 'Base'
FGA_Restricted_Area Restricted area field goal attempts leaguedashplayershotlocations/ShotLocations, leaguedashteamshotlocations/ShotLocations 'Base'
FGA_Right_Corner_3 Right corner three-point field goal attempts leaguedashplayershotlocations/ShotLocations, leaguedashteamshotlocations/ShotLocations 'Base'
FGM_Above_the_Break_3 Above the break three-point field goals leaguedashplayershotlocations/ShotLocations, leaguedashteamshotlocations/ShotLocations 'Base'
FGM_Backcourt Backcourt field goals leaguedashplayershotlocations/ShotLocations, leaguedashteamshotlocations/ShotLocations 'Base'
FGM_In_The_Paint_(Non-RA) Paint field goals outside the restricted area leaguedashplayershotlocations/ShotLocations, leaguedashteamshotlocations/ShotLocations 'Base'
FGM_Left_Corner_3 Left corner three-point field goals leaguedashplayershotlocations/ShotLocations, leaguedashteamshotlocations/ShotLocations 'Base'
FGM_Mid-Range Mid-range field goals leaguedashplayershotlocations/ShotLocations, leaguedashteamshotlocations/ShotLocations 'Base'
FGM_Restricted_Area Restricted area field goals leaguedashplayershotlocations/ShotLocations, leaguedashteamshotlocations/ShotLocations 'Base'
FGM_Right_Corner_3 Right corner three-point field goals leaguedashplayershotlocations/ShotLocations, leaguedashteamshotlocations/ShotLocations 'Base'
FG_PCT_Above_the_Break_3 Above the break three-point field goal percentage leaguedashplayershotlocations/ShotLocations, leaguedashteamshotlocations/ShotLocations 'Base'
FG_PCT_Backcourt Backcourt field goal percentage leaguedashplayershotlocations/ShotLocations, leaguedashteamshotlocations/ShotLocations 'Base'
FG_PCT_In_The_Paint_(Non-RA) Paint field goal percentage outside the restricted area leaguedashplayershotlocations/ShotLocations, leaguedashteamshotlocations/ShotLocations 'Base'
FG_PCT_Left_Corner_3 Left corner three-point field goal percentage leaguedashplayershotlocations/ShotLocations, leaguedashteamshotlocations/ShotLocations 'Base'
FG_PCT_Mid-Range Mid-range field goal percentage leaguedashplayershotlocations/ShotLocations, leaguedashteamshotlocations/ShotLocations 'Base'
FG_PCT_Restricted_Area Restricted area field goal percentage leaguedashplayershotlocations/ShotLocations, leaguedashteamshotlocations/ShotLocations 'Base'
FG_PCT_Right_Corner_3 Right corner three-point field goal percentage leaguedashplayershotlocations/ShotLocations, leaguedashteamshotlocations/ShotLocations 'Base'
FGA_PG Field goals attempted per game leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashplayerstats/LeagueDashPlayerStats 'Advanced'
FGA_PG_RANK Rank by field goals attempted per game leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashplayerstats/LeagueDashPlayerStats 'Advanced'
FGA_RANK Rank by attempted field goals leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Base', 'Advanced'
FGM Made field goals leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerptshot/LeagueDashPTShots, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamptshot/LeagueDashPTShots, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Base', 'Advanced'
FGM_PG Field goals made per game leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashplayerstats/LeagueDashPlayerStats 'Advanced'
FGM_PG_RANK Rank by field goals made per game leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashplayerstats/LeagueDashPlayerStats 'Advanced'
FGM_RANK Rank by field goals made leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Base', 'Advanced'
FG_PCT Field goal percentage leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerptshot/LeagueDashPTShots, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamptshot/LeagueDashPTShots, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Base', 'Advanced'
FG_PCT_RANK Rank by field goal percentage leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Base', 'Advanced'
FREQ Frequency of a given event leaguedashptdefend/LeagueDashPTDefend, leaguedashptteamdefend/LeagueDashPtTeamDefend
FRONT_CT_TOUCHES Number of times a player possesses the ball in the front court leaguedashptstats/LeagueDashPtStats 'Possessions'
FTA Attempted free throws leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Base'
FTA_RANK Rank by attempted free throws leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Base'
FTA_RATE Ratio of free throw attempts to field goal attempts leaguedashlineups/Lineups, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Four Factors'
FTM Made free throws leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Base'
FTM_RANK Rank by made free throws leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Base'
FT_AST Assist if passing to a player who draws a shooting foul within one dribble leaguedashptstats/LeagueDashPtStats 'Passes'
FT_PCT Free throw percentage leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Base'
FT_PCT_RANK Rank by free throw percentage leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Base'
G Games leaguedashplayerptshot/LeagueDashPTShots, leaguedashptdefend/LeagueDashPTDefend, leaguedashptteamdefend/LeagueDashPtTeamDefend, leaguedashteamptshot/LeagueDashPTShots
GP Games played leaguedashlineups/Lineups, leaguedashplayerbiostats/LeagueDashPlayerBioStats, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerptshot/LeagueDashPTShots, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashptdefend/LeagueDashPTDefend, leaguedashptteamdefend/LeagueDashPtTeamDefend, leaguedashteamptshot/LeagueDashPTShots, leaguedashptstats/LeagueDashPtStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Base', 'Advanced', 'Misc', 'Four Factors', 'Scoring', 'Opponent', 'Usage', 'Defense'
GP_RANK Rank by games played leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Base', 'Advanced', 'Misc', 'Scoring', 'Opponent', 'Usage', 'Defense'
GROUP_ID Dash-separated list of players in group leaguedashlineups/Lineups 'Base', 'Advanced', 'Misc', 'Four Factors', 'Scoring', 'Opponent'
GROUP_NAME Dash-separated list of player names in group leaguedashlineups/Lineups 'Base', 'Advanced', 'Misc', 'Four Factors', 'Scoring', 'Opponent'
GROUP_SET Type of group leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Base', 'Advanced', 'Misc', 'Four Factors', 'Scoring', 'Opponent', 'Usage'
L(https://stats.nba.com/help/glossary/#l) Losses leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashptstats/LeagueDashPtStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Base', 'Advanced', 'Misc', 'Four Factors', 'Scoring', 'Opponent', 'Usage', 'Defense'
L_RANK Rank by losses leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Base', 'Advanced', 'Misc', 'Scoring', 'Opponent', 'Usage', 'Defense'
MIN Minutes played leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashptstats/LeagueDashPtStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Base', 'Advanced', 'Misc', 'Four Factors', 'Scoring', 'Opponent', 'Usage', 'Defense'
MIN_RANK Rank by minutes played leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Base', 'Advanced', 'Misc', 'Scoring', 'Opponent', 'Usage', 'Defense'
NBA_FANTASY_POINTS Fantasy points leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashplayerstats/LeagueDashPlayerStats 'Base', 'Misc'
NBA_FANTASY_PTS_RANK Rank by fantasy points leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashplayerstats/LeagueDashPlayerStats 'Base', 'Misc'
NET_RATING Point differential per 100 possessions leaguedashlineups/Lineups, leaguedashplayerbiostats/LeagueDashPlayerBioStats, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Advanced'
NET_RATING_RANK Rank by net rating leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Advanced'
NORMAL_FG_PCT Field goal percentage leaguedashptdefend/LeagueDashPTDefend, leaguedashptteamdefend/LeagueDashPtTeamDefend
OFF_RATING Points scored per 100 possessions leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Advanced'
OFF_RATING_RANK Rank by offensive rating leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Advanced'
OPP_AST Opponent assists leaguedashlineups/Lineups, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Opponent'
OPP_AST_RANK Rank by opponent assists leaguedashlineups/Lineups, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Opponent'
OPP_BLK Opponent blocks leaguedashlineups/Lineups, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Opponent'
OPP_BLKA Opponent blocks against leaguedashlineups/Lineups, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Opponent'
OPP_BLKA_RANK Rank by opponent blocks against leaguedashlineups/Lineups, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Opponent'
OPP_BLK_RANK Rank by opponent blocks leaguedashlineups/Lineups, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Opponent'
OPP_DREB Opponent defensive rebounds leaguedashlineups/Lineups, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Opponent'
OPP_DREB_RANK Rank by opponent defensive rebounds leaguedashlineups/Lineups, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Opponent'
OPP_EFG_PCT Opponent weighted field goal percentage with 3-point field goals weighted 1.5 times 2-point field goals leaguedashlineups/Lineups, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Four Factors'
OPP_FG3A Opponent three-point field goal attempts leaguedashlineups/Lineups 'Opponent'
OPP_FG3A_RANK Rank by opponent three-point field goal attempts leaguedashlineups/Lineups 'Opponent'
OPP_FG3M Opponent three-point field goals made leaguedashlineups/Lineups 'Opponent'
OPP_FG3M_RANK Rank by opponent three-point field goals made leaguedashlineups/Lineups 'Opponent'
OPP_FG3_PCT Opponent three-point field goal percentage leaguedashlineups/Lineups 'Opponent'
OPP_FG3_PCT_RANK Rank by opponent three-point field goal percentage leaguedashlineups/Lineups 'Opponent'
OPP_FGA_Above_the_Break_3 Opponent above the break three-point field goal attempts leaguedashplayershotlocations/ShotLocations, leaguedashteamshotlocations/ShotLocations 'Opponent'
OPP_FGA_Backcourt Opponent backcourt field goal attempts leaguedashplayershotlocations/ShotLocations, leaguedashteamshotlocations/ShotLocations 'Opponent'
OPP_FGA_In_The_Paint_(Non-RA) Opponent paint field goal attempts outside the restricted area leaguedashplayershotlocations/ShotLocations, leaguedashteamshotlocations/ShotLocations 'Opponent'
OPP_FGA_Left_Corner_3 Opponent left corner three-point field goal attempts leaguedashplayershotlocations/ShotLocations, leaguedashteamshotlocations/ShotLocations 'Opponent'
OPP_FGA_Mid-Range Opponent mid-range field goal attempts leaguedashplayershotlocations/ShotLocations, leaguedashteamshotlocations/ShotLocations 'Opponent'
OPP_FGA_Restricted_Area Opponent restricted area field goal attempts leaguedashplayershotlocations/ShotLocations, leaguedashteamshotlocations/ShotLocations 'Opponent'
OPP_FGA_Right_Corner_3 Opponent right corner three-point field goal attempts leaguedashplayershotlocations/ShotLocations, leaguedashteamshotlocations/ShotLocations 'Opponent'
OPP_FGM_Above_the_Break_3 Opponent above the break three-point field goals leaguedashplayershotlocations/ShotLocations, leaguedashteamshotlocations/ShotLocations 'Opponent'
OPP_FGM_Backcourt Opponent backcourt field goals leaguedashplayershotlocations/ShotLocations, leaguedashteamshotlocations/ShotLocations 'Opponent'
OPP_FGM_In_The_Paint_(Non-RA) Opponent paint field goals outside the restricted area leaguedashplayershotlocations/ShotLocations, leaguedashteamshotlocations/ShotLocations 'Opponent'
OPP_FGM_Left_Corner_3 Opponent left corner three-point field goals leaguedashplayershotlocations/ShotLocations, leaguedashteamshotlocations/ShotLocations 'Opponent'
OPP_FGM_Mid-Range Opponent mid-range field goals leaguedashplayershotlocations/ShotLocations, leaguedashteamshotlocations/ShotLocations 'Opponent'
OPP_FGM_Restricted_Area Opponent restricted area field goals leaguedashplayershotlocations/ShotLocations, leaguedashteamshotlocations/ShotLocations 'Opponent'
OPP_FGM_Right_Corner_3 Opponent right corner three-point field goals leaguedashplayershotlocations/ShotLocations, leaguedashteamshotlocations/ShotLocations 'Opponent'
OPP_FG_PCT_Above_the_Break_3 Opponent above the break three-point field goal percentage leaguedashplayershotlocations/ShotLocations, leaguedashteamshotlocations/ShotLocations 'Opponent'
OPP_FG_PCT_Backcourt Opponent backcourt field goal percentage leaguedashplayershotlocations/ShotLocations, leaguedashteamshotlocations/ShotLocations 'Opponent'
OPP_FG_PCT_In_The_Paint_(Non-RA) Opponent paint field goal percentage outside the restricted area leaguedashplayershotlocations/ShotLocations, leaguedashteamshotlocations/ShotLocations 'Opponent'
OPP_FG_PCT_Left_Corner_3 Opponent left corner three-point field goal percentage leaguedashplayershotlocations/ShotLocations, leaguedashteamshotlocations/ShotLocations 'Opponent'
OPP_FG_PCT_Mid-Range Opponent mid-range field goal percentage leaguedashplayershotlocations/ShotLocations, leaguedashteamshotlocations/ShotLocations 'Opponent'
OPP_FG_PCT_Restricted_Area Opponent restricted area field goal percentage leaguedashplayershotlocations/ShotLocations, leaguedashteamshotlocations/ShotLocations 'Opponent'
OPP_FG_PCT_Right_Corner_3 Opponent right corner three-point field goal percentage leaguedashplayershotlocations/ShotLocations, leaguedashteamshotlocations/ShotLocations 'Opponent'
OPP_FGA Opponent field goal attempts leaguedashlineups/Lineups, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Opponent'
OPP_FGA_RANK Rank by opponent field goal attempts leaguedashlineups/Lineups, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Opponent'
OPP_FGM Opponent field goals made leaguedashlineups/Lineups, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Opponent'
OPP_FGM_RANK Rank by opponent field goals made leaguedashlineups/Lineups, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Opponent'
OPP_FG_PCT Opponent field goal percentage leaguedashlineups/Lineups, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Opponent'
OPP_FG_PCT_RANK Rank by opponent field goal percentage leaguedashlineups/Lineups, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Opponent'
OPP_FTA Opponent free throw attempts leaguedashlineups/Lineups, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Opponent'
OPP_FTA_RANK Rank by opponent free throw attempts leaguedashlineups/Lineups, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Opponent'
OPP_FTM Opponent free throws made leaguedashlineups/Lineups, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Opponent'
OPP_FTA_RATE Opponent ratio of free throw attempts to field goal attempts leaguedashlineups/Lineups, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Four Factors'
OPP_FTM_RANK Rank by opponent free throws made leaguedashlineups/Lineups, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Opponent'
OPP_FT_PCT Opponent free throw percentage leaguedashlineups/Lineups, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Opponent'
OPP_FT_PCT_RANK Rank by opponent free throw percentage leaguedashlineups/Lineups, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Opponent'
OPP_OREB Opponent offensive rebounds leaguedashlineups/Lineups, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Opponent'
OPP_OREB_PCT Opponent ratio of offensive rebounds to available offensive rebounds leaguedashlineups/Lineups, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Four Factors'
OPP_OREB_RANK Rank by opponent offensive rebounds leaguedashlineups/Lineups, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Opponent'
OPP_PF Opponent personal fouls leaguedashlineups/Lineups, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Opponent'
OPP_PFD Opponent personal fouls drawn leaguedashlineups/Lineups, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Opponent'
OPP_PFD_RANK Rank by opponent personal fouls drawn leaguedashlineups/Lineups, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Opponent'
OPP_PF_RANK Rank by opponent personal fouls leaguedashlineups/Lineups, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Opponent'
OPP_PTS Opponent points leaguedashlineups/Lineups, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Opponent'
OPP_PTS_RANK Rank by opponent points leaguedashlineups/Lineups, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Opponent'
OPP_REB Opponent rebounds leaguedashlineups/Lineups, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Opponent'
OPP_REB_RANK Rank by opponent rebounds leaguedashlineups/Lineups, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Opponent'
OPP_STL Opponent steals leaguedashlineups/Lineups, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Opponent'
OPP_STL_RANK Rank by opponent steals leaguedashlineups/Lineups, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Opponent'
OPP_TOV Opponent turnovers leaguedashlineups/Lineups, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Opponent'
OPP_TOV_PCT Opponent ratio of turnovers to possessions leaguedashlineups/Lineups, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Four Factors'
OPP_TOV_RANK Rank by opponent turnovers leaguedashlineups/Lineups, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Opponent'
OPP_PTS_2ND_CHANCE Opponent second chance points leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Misc', 'Defense'
OPP_PTS_2ND_CHANCE_RANK Rank by opponent second chance points leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Misc', 'Defense'
OPP_PTS_FB Opponent fast break points leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Misc', 'Defense'
OPP_PTS_FB_RANK Rank by opponent fast break points leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Misc', 'Defense'
OPP_PTS_OFF_TOV Opponent points off turnovers leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Misc', 'Defense'
OPP_PTS_OFF_TOV_RANK Rank by opponent points off turnovers leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Misc', 'Defense'
OPP_PTS_PAINT Opponent points in the paint leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Misc', 'Defense'
OPP_PTS_PAINT_RANK Rank by opponent points in the paint leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Misc', 'Defense'
OREB Offensive rebounds leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashptstats/LeagueDashPtStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Base'
OREB_CHANCES An offensive rebound chance occurs when a player is the closest to the ball when it dips below the rim until it is rebounded leaguedashptstats/LeagueDashPtStats 'Rebounding'
OREB_CHANCE_DEFER Number of times an offensive rebound chance is deferred to a teammate leaguedashptstats/LeagueDashPtStats 'Rebounding'
OREB_CHANCE_PCT Percent of offensive rebound chances rebounded leaguedashptstats/LeagueDashPtStats 'Rebounding'
OREB_CHANCE_PCT_ADJ Percent of offensive rebound chances not deferred rebounded leaguedashptstats/LeagueDashPtStats 'Rebounding'
OREB_CONTEST An offensive rebound where an opponent is within 3.5 feet of the rebounder leaguedashptstats/LeagueDashPtStats 'Rebounding'
OREB_CONTEST_PCT Percent of offensive rebounds where an opponent is within 3.5 feet of the rebounder leaguedashptstats/LeagueDashPtStats 'Rebounding'
OREB_PCT Ratio of offensive rebounds to available offensive rebounds leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerbiostats/LeagueDashPlayerBioStats, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Advanced', 'Four Factors'
OREB_PCT_RANK Rank by offensive rebound percentage leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Advanced'
OREB_RANK Rank by offensive rebounds leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats 'Base'
OREB_UNCONTEST An offensive rebound where no opponent is within 3.5 feet of the rebounder leaguedashptstats/LeagueDashPtStats 'Rebounding'
PACE Possessions per 48 minutes leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Advanced'
PACE_PER40 Possessions per 40 minutes leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Advanced'
PACE_PER40_RANK Rank by pace leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Advanced'
PACE_RANK Rank by pace leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Advanced'
PAINT_TOUCHES Number of touches by a player or team in the paint leaguedashptstats/LeagueDashPtStats 'Possessions', 'PaintTouch'
PAINT_TOUCH_AST Number of assists on paint touches leaguedashptstats/LeagueDashPtStats 'PaintTouch'
PAINT_TOUCH_AST_PCT Percent of paint touches that result in assists leaguedashptstats/LeagueDashPtStats 'PaintTouch'
PAINT_TOUCH_FGA FGA on paint touches leaguedashptstats/LeagueDashPtStats 'PaintTouch'
PAINT_TOUCH_FGM FGM on paint touches leaguedashptstats/LeagueDashPtStats 'PaintTouch'
PAINT_TOUCH_FG_PCT FG% on paint touches leaguedashptstats/LeagueDashPtStats 'PaintTouch', 'Efficiency'
PAINT_TOUCH_FOULS Number of personal fouls on paint touches to the basket leaguedashptstats/LeagueDashPtStats 'PaintTouch'
PAINT_TOUCH_FOULS_PCT Percent of paint touches that result in personal fouls leaguedashptstats/LeagueDashPtStats 'PaintTouch'
PAINT_TOUCH_FTA FTA on paint touches leaguedashptstats/LeagueDashPtStats 'PaintTouch'
PAINT_TOUCH_FTM FTM on paint touches leaguedashptstats/LeagueDashPtStats 'PaintTouch'
PAINT_TOUCH_FT_PCT FT% on paint touches leaguedashptstats/LeagueDashPtStats 'PaintTouch'
PAINT_TOUCH_PASSES Number of passes on paint touches leaguedashptstats/LeagueDashPtStats 'PaintTouch'
PAINT_TOUCH_PASSES_PCT Percent of paint touches that result in passes leaguedashptstats/LeagueDashPtStats 'PaintTouch'
PAINT_TOUCH_PTS Points scored on paint touches leaguedashptstats/LeagueDashPtStats 'PaintTouch', 'Efficiency'
PAINT_TOUCH_PTS_PCT Percent of paint touches that result in points leaguedashptstats/LeagueDashPtStats 'PaintTouch'
PAINT_TOUCH_TOV Number of turnovers on paint touches leaguedashptstats/LeagueDashPtStats 'PaintTouch'
PAINT_TOUCH_TOV_PCT Percent of paint touches that result in turnovers leaguedashptstats/LeagueDashPtStats 'PaintTouch'
PASSES_MADE Number of passes made leaguedashptstats/LeagueDashPtStats 'Passes'
PASSES_RECEIVED Number of passes received leaguedashptstats/LeagueDashPtStats 'Passes'
PCT_AST % of team's assists while on court leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashplayerstats/LeagueDashPlayerStats 'Usage'
PCT_AST_RANK Rank by % of team's assists while on court leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashplayerstats/LeagueDashPlayerStats 'Usage'
PCT_AST_2PM % of two-point field goals made that are assisted leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Scoring'
PCT_AST_2PM_RANK Rank by % of two-point field goals made that are assisted leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Scoring'
PCT_AST_3PM % of three-point field goals made that are assisted leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Scoring'
PCT_AST_3PM_RANK Rank by % of three-point field goals made that are assisted leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Scoring'
PCT_AST_FGM % of field goals made that are assisted leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Scoring'
PCT_AST_FGM_RANK Rank by % of field goals made that are assisted leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Scoring'
PCT_BLK % of team's blocks while on court leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashplayerstats/LeagueDashPlayerStats 'Usage', 'Defense'
PCT_BLKA % of team's own blocked attempts while on court leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashplayerstats/LeagueDashPlayerStats 'Usage'
PCT_BLK_RANK Rank by % of team's blocks while on court leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashplayerstats/LeagueDashPlayerStats 'Usage', 'Defense'
PCT_BLKA_RANK Rank by % of team's own blocked attempts while on court leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashplayerstats/LeagueDashPlayerStats 'Usage'
PCT_DREB % of team's defensive rebounds while on court leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashplayerstats/LeagueDashPlayerStats 'Usage', 'Defense'
PCT_DREB_RANK Rank by % of team's defensive rebounds while on court leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashplayerstats/LeagueDashPlayerStats 'Usage', 'Defense'
PCT_FG3A % of team's three-point field goal attempts while on court leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashplayerstats/LeagueDashPlayerStats 'Usage'
PCT_FG3A_RANK Rank by % of team's three-point field goal attempts while on court leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashplayerstats/LeagueDashPlayerStats 'Usage'
PCT_FG3M % of team's made three-point field goal attempts while on court leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashplayerstats/LeagueDashPlayerStats 'Usage'
PCT_FG3M_RANK Rank by % of team's made three-point field goal attempts while on court leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashplayerstats/LeagueDashPlayerStats 'Usage'
PCT_FGA % of team's field goal attempts while on court leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashplayerstats/LeagueDashPlayerStats 'Usage'
PCT_FGA_RANK Rank by % of team's field goal attempts while on court leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashplayerstats/LeagueDashPlayerStats 'Usage'
PCT_FGA_2PT % of field goals attempted that are two-point field goal attempts leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Scoring'
PCT_FGA_2PT_RANK Rank by % of field goals attempted that are two-point field goal attempts leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Scoring'
PCT_FGA_3PT % of field goals attempted that are three-point field goal attempts leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Scoring'
PCT_FGA_3PT_RANK Rank by % of field goals attempted that are three-point field goal attempts leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Scoring'
PCT_FGM % of team's made field goal attempts while on court leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashplayerstats/LeagueDashPlayerStats 'Usage'
PCT_FGM_RANK Rank by % of team's made field goal attempts while on court leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashplayerstats/LeagueDashPlayerStats 'Usage'
PCT_FTA % of team's free throw attempts while on court leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashplayerstats/LeagueDashPlayerStats 'Usage'
PCT_FTA_RANK Rank by % of team's free throw attempts while on court leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashplayerstats/LeagueDashPlayerStats 'Usage'
PCT_FTM % of team's made free throw attempts while on court leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashplayerstats/LeagueDashPlayerStats 'Usage'
PCT_FTM_RANK Rank by % of team's made free throw attempts while on court leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashplayerstats/LeagueDashPlayerStats 'Usage'
PCT_OREB % of team's offensive rebounds while on court leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashplayerstats/LeagueDashPlayerStats 'Usage'
PCT_OREB_RANK % of team's offensive rebounds while on court leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashplayerstats/LeagueDashPlayerStats 'Usage'
PCT_PF % of team's personal fouls while on court leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashplayerstats/LeagueDashPlayerStats 'Usage'
PCT_PFD % of team's personal fouls drawn while on court leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashplayerstats/LeagueDashPlayerStats 'Usage'
PCT_PF_RANK Rank by % of team's personal fouls while on court leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashplayerstats/LeagueDashPlayerStats 'Usage'
PCT_PFD_RANK Rank by % of team's personal fouls drawn while on court leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashplayerstats/LeagueDashPlayerStats 'Usage'
PCT_PLUSMINUS Difference between DFG% and FG% leaguedashptdefend/LeagueDashPTDefend, leaguedashptteamdefend/LeagueDashPtTeamDefend
PCT_PTS % of team's points while on court leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashplayerstats/LeagueDashPlayerStats 'Usage'
PCT_PTS_RANK Rank by % of team's points while on court leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashplayerstats/LeagueDashPlayerStats 'Usage'
PCT_PTS_2PT % of points that are from two-point field goals leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Scoring'
PCT_PTS_2PT_MR % of points that are from mid-range field goals leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Scoring'
PCT_PTS_2PT_MR_RANK Rank by % of points that are from mid-range field goals leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Scoring'
PCT_PTS_2PT_RANK Rank by % of points that are from two-point field goals leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Scoring'
PCT_PTS_3PT % of points that are from three-point field goals leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Scoring'
PCT_PTS_3PT_RANK Rank by % of points that are from three-point field goals leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Scoring'
PCT_PTS_FB % of points that are from fast break opportunities leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Scoring'
PCT_PTS_FB_RANK Rank by % of points that are from fast break opportunities leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Scoring'
PCT_PTS_FT % of points that are from free throws leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Scoring'
PCT_PTS_FT_RANK Rank by % of points that are from free throws leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Scoring'
PCT_PTS_OFF_TOV % of points that are off turnovers leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Scoring'
PCT_PTS_OFF_TOV_RANK Rank by % of points that are off turnovers leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Scoring'
PCT_PTS_PAINT % of points that are from the paint leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Scoring'
PCT_PTS_PAINT_RANK % of points that are from the paint leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Scoring'
PCT_REB % of team's rebounds while on court leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashplayerstats/LeagueDashPlayerStats 'Usage'
PCT_REB_RANK Rank by % of team's rebounds while on court leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashplayerstats/LeagueDashPlayerStats 'Usage'
PCT_STL % of team's steals while on court leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashplayerstats/LeagueDashPlayerStats 'Usage', 'Defense'
PCT_STL_RANK Rank by % of team's steals while on court leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashplayerstats/LeagueDashPlayerStats 'Usage', 'Defense'
PCT_TOV % of team's turnovers while on court leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashplayerstats/LeagueDashPlayerStats 'Usage'
PCT_TOV_RANK Rank by % of team's turnovers while on court leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashplayerstats/LeagueDashPlayerStats 'Usage'
PCT_UAST_2PM % of two-point field goals made that are unassisted leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Scoring'
PCT_UAST_2PM_RANK Rank by % of two-point field goals made that are unassisted leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Scoring'
PCT_UAST_3PM % of three-point field goals made that are unassisted leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Scoring'
PCT_UAST_3PM_RANK Rank by % of three-point field goals made that are unassisted leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Scoring'
PCT_UAST_FGM % of field goals made that are unassisted leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Scoring'
PCT_UAST_FGM_RANK Rank by % of field goals made that are unassisted leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Scoring'
PIE Player Impact Estimate leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Advanced'
PIE_RANK Rank by PIE leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Advanced'
PF Personal fouls leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Base', 'Misc'
PFD Personal fouls drawn leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Base', 'Misc'
PFD_RANK Rank by personal fouls drawn leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Base', 'Misc'
PF_RANK Rank by personal fouls leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Base', 'Misc'
PLAYER_HEIGHT Player height in FT' IN'' format leaguedashplayerbiostats/LeagueDashPlayerBioStats
PLAYER_HEIGHT_INCHES Player height in inches leaguedashplayerbiostats/LeagueDashPlayerBioStats
PLAYER_ID Unique player identifier leaguedashplayerbiostats/LeagueDashPlayerBioStats, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashplayershotlocations/ShotLocations, leaguedashplayerptshot/LeagueDashPTShots, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashptstats/LeagueDashPtStats 'Base', 'Advanced', 'Misc', 'Scoring', 'Usage', 'Opponent', 'Defense'
PLAYER_LAST_TEAM_ABBREVIATION Last team abbreviated name leaguedashplayerptshot/LeagueDashPTShots, leaguedashptdefend/LeagueDashPTDefend
PLAYER_LAST_TEAM_ID Last team unique identifier leaguedashplayerptshot/LeagueDashPTShots, leaguedashptdefend/LeagueDashPTDefend
PLAYER_NAME Player first and last name leaguedashplayerbiostats/LeagueDashPlayerBioStats, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashplayershotlocations/ShotLocations, leaguedashplayerptshot/LeagueDashPTShots, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashptdefend/LeagueDashPTDefend, leaguedashptstats/LeagueDashPtStats 'Base', 'Advanced', 'Misc', 'Scoring', 'Usage', 'Opponent', 'Defense'
PLAYER_POSITION Player position leaguedashptdefend/LeagueDashPTDefend
PLAYER_WEIGHT Player weight in pounds leaguedashplayerbiostats/LeagueDashPlayerBioStats
PLUS_MINUS Point differential while on court leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Base', 'Opponent'
PLUS_MINUS_RANK Rank by plus minus leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Base', 'Opponent'
POSS The number of possessions played leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Advanced'
POST_TOUCHES Number of touches by a player or team near the post leaguedashptstats/LeagueDashPtStats 'Possessions', 'PostTouch'
POST_TOUCH_AST Number of assists on post touches leaguedashptstats/LeagueDashPtStats 'PostTouch'
POST_TOUCH_AST_PCT Percent of post touches that result in assists leaguedashptstats/LeagueDashPtStats 'PostTouch'
POST_TOUCH_FGA FGA on post touches leaguedashptstats/LeagueDashPtStats 'PostTouch'
POST_TOUCH_FGM FGM on post touches leaguedashptstats/LeagueDashPtStats 'PostTouch'
POST_TOUCH_FG_PCT FG% on post touches leaguedashptstats/LeagueDashPtStats 'PostTouch', 'Efficiency'
POST_TOUCH_FOULS Number of personal fouls on post touches to the basket leaguedashptstats/LeagueDashPtStats 'PostTouch'
POST_TOUCH_FOULS_PCT Percent of post touches that result in personal fouls leaguedashptstats/LeagueDashPtStats 'PostTouch'
POST_TOUCH_FTA FTA on post touches leaguedashptstats/LeagueDashPtStats 'PostTouch'
POST_TOUCH_FTM FTM on post touches leaguedashptstats/LeagueDashPtStats 'PostTouch'
POST_TOUCH_FT_PCT FT% on post touches leaguedashptstats/LeagueDashPtStats 'PostTouch'
POST_TOUCH_PASSES Number of passes on post touches leaguedashptstats/LeagueDashPtStats 'PostTouch'
POST_TOUCH_PASSES_PCT Percent of post touches that result in passes leaguedashptstats/LeagueDashPtStats 'PostTouch'
POST_TOUCH_PTS Points scored on post touches leaguedashptstats/LeagueDashPtStats 'PostTouch', 'Efficiency'
POST_TOUCH_PTS_PCT Percent of post touches that result in points leaguedashptstats/LeagueDashPtStats 'PostTouch'
POST_TOUCH_TOV Number of turnovers on post touches leaguedashptstats/LeagueDashPtStats 'PostTouch'
POST_TOUCH_TOV_PCT Percent of post touches that result in turnovers leaguedashptstats/LeagueDashPtStats 'PostTouch'
POTENTIAL_AST Any pass to a teammate who shoots within one dribble leaguedashptstats/LeagueDashPtStats 'Passes'
PTS Points scored leaguedashlineups/Lineups, leaguedashplayerbiostats/LeagueDashPlayerBioStats, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashptstats/LeagueDashPtStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Base'
PTS_2ND_CHANCE Second chance points leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Misc'
PTS_2ND_CHANCE_RANK Rank by second chance points leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Misc'
PTS_FB Fast break points leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Misc'
PTS_FB_RANK Rank by fast break points leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Misc'
PTS_OFF_TOV Points off turnovers leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Misc'
PTS_OFF_TOV_RANK Rank by points off turnovers leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Misc'
PTS_PAINT Points in the paint leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Misc'
PTS_PAINT_RANK Rank by points in the paint leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Misc'
PTS_PER_ELBOW_TOUCH Number of points per elbow touch by a player or team leaguedashptstats/LeagueDashPtStats 'Possessions'
PTS_PER_PAINT_TOUCH Number of points per paint touch by a player or team leaguedashptstats/LeagueDashPtStats 'Possessions'
PTS_PER_POST_TOUCH Number of points per post touch by a player or team leaguedashptstats/LeagueDashPtStats 'Possessions'
PTS_PER_TOUCH Number of points per touch by a player or team leaguedashptstats/LeagueDashPtStats 'Possessions'
PTS_RANK Rank by points scored leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Base'
PULL_UP_EFG_PCT Effective field goal percentage on pull up field goal attempts leaguedashptstats/LeagueDashPtStats 'PullUpShot'
PULL_UP_FG3A Number of pull up three-point field goals attempted leaguedashptstats/LeagueDashPtStats 'PullUpShot'
PULL_UP_FG3M Number of pull up three-point field goals made leaguedashptstats/LeagueDashPtStats 'PullUpShot'
PULL_UP_FG3_PCT Field goal percentage on pull up three-point field goal attempts leaguedashptstats/LeagueDashPtStats 'PullUpShot'
PULL_UP_FGA Number of pull up field goals attempted leaguedashptstats/LeagueDashPtStats 'PullUpShot'
PULL_UP_FGM Number of pull up field goals made leaguedashptstats/LeagueDashPtStats 'PullUpShot'
PULL_UP_FG_PCT Field goal percentage on pull up field goal attempts leaguedashptstats/LeagueDashPtStats 'PullUpShot', 'Efficiency'
PULL_UP_PTS Points scored on pull up field goal attempts leaguedashptstats/LeagueDashPtStats 'PullUpShot', 'Efficiency'
REB Rebounds leaguedashlineups/Lineups, leaguedashplayerbiostats/LeagueDashPlayerBioStats, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashptstats/LeagueDashPtStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Base', 'Rebounding'
REB_CHANCES A rebound chance occurs when a player is the closest to the ball when it dips below the rim until it is rebounded leaguedashptstats/LeagueDashPtStats 'Rebounding'
REB_CHANCE_DEFER Number of times a rebound chance is deferred to a teammate leaguedashptstats/LeagueDashPtStats 'Rebounding'
REB_CHANCE_PCT Percent of rebound chances rebounded leaguedashptstats/LeagueDashPtStats 'Rebounding'
REB_CHANCE_PCT_ADJ Percent of rebound chances not deferred rebounded leaguedashptstats/LeagueDashPtStats 'Rebounding'
REB_CONTEST A rebound where an opponent is within 3.5 feet of the rebounder leaguedashptstats/LeagueDashPtStats 'Rebounding'
REB_CONTEST_PCT Percent of rebounds where an opponent is within 3.5 feet of the rebounder leaguedashptstats/LeagueDashPtStats 'Rebounding'
REB_PCT Ratio of rebounds to available rebounds leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Advanced'
REB_PCT_RANK Rank by rebound percentage leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Advanced'
REB_RANK Rank by rebounds leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Base'
REB_UNCONTEST A rebound where no opponent is within 3.5 feet of the rebounder leaguedashptstats/LeagueDashPtStats 'Rebounding'
SECONDARY_AST Assist if passing to a player who receives an assist leaguedashptstats/LeagueDashPtStats 'Passes'
STL Steals leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashptstats/LeagueDashPtStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Base', 'Defense'
STL_RANK Rank by steals leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Base', 'Defense'
TD3 Triple doubles leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashplayerstats/LeagueDashPlayerStats 'Base'
TD3_RANK Rank by triple doubles leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashplayerstats/LeagueDashPlayerStats 'Base'
TEAM_ABBREVIATION Abbreviated team identifier leaguedashlineups/Lineups, leaguedashplayerbiostats/LeagueDashPlayerBioStats, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashplayershotlocations/ShotLocations, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashptteamdefend/LeagueDashPtTeamDefend, leaguedashteamptshot/LeagueDashPTShots, leaguedashptstats/LeagueDashPtStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Base', 'Advanced', 'Misc', 'Four Factors', 'Scoring', 'Opponent', 'Usage', 'Defense'
TEAM_ID Unique team identifier leaguedashlineups/Lineups, leaguedashplayerbiostats/LeagueDashPlayerBioStats, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayershotlocations/ShotLocations, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashptteamdefend/LeagueDashPtTeamDefend, leaguedashteamptshot/LeagueDashPTShots, leaguedashptstats/LeagueDashPtStats, leaguedashteamstats/LeagueDashTeamStats, leaguedashteamshotlocations/ShotLocations, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Base', 'Advanced', 'Misc', 'Four Factors', 'Scoring', 'Opponent', 'Usage', 'Defense'
TEAM_NAME Team name leaguedashptteamdefend/LeagueDashPtTeamDefend, leaguedashteamptshot/LeagueDashPTShots, leaguedashteamstats/LeagueDashTeamStats, leaguedashteamshotlocations/ShotLocations, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails
TIME_OF_POSS Number of minutes a player or team possesses the ball leaguedashptstats/LeagueDashPtStats 'Possessions'
TM_TOV_PCT Ratio of turnovers to possessions leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Advanced', 'Four Factors'
TM_TOV_PCT_RANK Rank by team turnovers to possessions leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Advanced'
TS_PCT Shooting percentage accounting for free throws and three-point field goals leaguedashlineups/Lineups, leaguedashplayerbiostats/LeagueDashPlayerBioStats, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Advanced'
TS_PCT_RANK Rank by true shooting percentage leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Advanced'
TOUCHES Number of times a player possesses the ball leaguedashptstats/LeagueDashPtStats 'Possessions', 'ElbowTouch', 'PostTouch'
TOV Turnovers leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Base'
TOV_RANK Rank by turnovers leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Base'
USG_PCT Ratio of plays used to possessions leaguedashplayerbiostats/LeagueDashPlayerBioStats, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashplayerstats/LeagueDashPlayerStats 'Advanced', 'Usage'
USG_PCT_RANK Rank by ratio of plays used to possessions leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashplayerstats/LeagueDashPlayerStats 'Advanced', 'Usage'
VS_PLAYER_ID Unique player identifier leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Base', 'Advanced', 'Misc', 'Four Factors', 'Scoring', 'Opponent'
VS_PLAYER_Name Player name leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Base', 'Advanced', 'Misc', 'Four Factors', 'Scoring', 'Opponent'
W Wins leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashptstats/LeagueDashPtStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Base', 'Advanced', 'Misc', 'Four Factors', 'Scoring', 'Opponent', 'Usage', 'Defense'
W_PCT Winning percentage leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Base', 'Advanced', 'Misc', 'Four Factors', 'Scoring', 'Opponent', 'Usage', 'Defense'
W_PCT_RANK Rank by winning percentage leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Base', 'Advanced', 'Misc', 'Scoring', 'Opponent', 'Usage', 'Defense'
W_RANK Rank by wins leaguedashlineups/Lineups, leaguedashplayerclutch/LeagueDashPlayerClutch, leaguedashteamclutch/LeagueDashTeamClutch, leaguedashplayerstats/LeagueDashPlayerStats, leaguedashteamstats/LeagueDashTeamStats, leagueplayerondetails/PlayersOnCourtLeaguePlayerDetails 'Base', 'Advanced', 'Misc', 'Scoring', 'Opponent', 'Usage', 'Defense'