Sorting the total stats of each player from the 2016-2017 NBA season using Pareto Optimal. it is all the points where each point has no higher x and y coordinate. For example if there is five points (5,0), (4,2), (3,3) (3,1), (2,2). The Pareto Optimal of those five points would be (5,0), (4,2), (3,3) because (3,1) has a smaller x and y than (4,2) and (2,2) has a smaller x and y than (3,3) so they are removed, while the remaining is all unique. (Link to my pareto optimal blog post)
GP = Games Played
FGM = Field Goals Made
FGA = Field Goals Attempted
FTM = Free Throws Made
FTA = Free Throws Attempted
TPM = Three Pointers Made
TPA = Three Pointers Attempted
OREB = Offensive Rebounds
DREB = Defensive Rebounds
REB = Rebounds
AST = Assists
STL = Steals
BLK = Blocks
PF = Personal Fouls
TOV = Turnovers
PTS = Points
Last updated on 2025-03-16