Since the 2017-18 season NBA has been keeping player matchup stats for when a player is “matched up” against another. This basically makes your traditional boxscore stats like field goals attempted (FGA), field goals made (FGM), field goal percent (FGP), steals, points etc accountable to a player being opposed by another.
It has to be said that from all of the stats recorded the head to head match-ups would be one of the “not 100% correct” categories as there is just too many variables to was player x guarding player y at this time.
Simply stating who is the easiest to score on is more complex than looking at points conceded vs a certain player. One must look at volume of shots, possessions, time and then factor in points at a shooting percentage.
Obviously centers who take on players driving the lane will be accredited with being scored on, is this a good indication that this player gets scored on the most?
I attained the current data for the 2019-20 NBA season up-to 7th Feb 2020 and put it into a database.
By having all the data inserted into a MySQL database I was able to utilize the AVG, COUNT, GROUP, SUM and ORDER BY functions.
The big men dominate this list, Rudy Gobert has the most points against his name. You can also see the average field goal percentage and the total amount of possessions.
The idea of these blocked shot stats is to show that whilst a player may get a great amount of points dropped on his head he may well still be blocking shots and causing a presence.
Players like Kevin Love, Derrick Favours, PJ Tucker and Nemanja Bjelica are not blocking shots. Rudy Gobert, Nikola Jokic, Hassan Whiteside and Andre Drummond to a slight extent have mass points against their name however their matchups field goal percent isn’t high.
Now for some actual matchups:
Kyrie Irving against Andre Drummond in the 2:22 Kyrie has gone on a scoring spree with 32 points on 59% fgp.
Perhaps one way to determine if a player is getting scored on excessively is to look at points scored against per minute. This is calculated by doing (points / seconds x 60)
This gives an insight into highly sort after pick and rolls that force a switch.
Answering the question of who is getting scored on most leads to Rudy Gobert followed by Andre Drummond. Purely due to them playing under the rim, Gobert doesn’t have a high field goal percentage against but has conceded the most field goals.
Rudy Gobert had 0.27 blocks per matchup which was the top quartile. Given the pure volume of shots taken on Gobert, he is scored on the most but he is not the easiest to score on stat-wise and literally.
Kevin Love, Derrick Favours, PJ Tucker, Nemanja Bjelica, Joel Embiid, Clint Capela and Jaren Jackson Jr all have opposing field goal percentages above 35%.
PJ Tucker, Harrison Barnes, C.J McCollum, Fred VanVleet and Kemba Walker have high 3 point field goal percentage against when also combining with 3 point shot makes.
A drained and empty Kennington reservoir images from a drone in early July 2024. The…
Merrimu Reservoir from drone. Click images to view larger.
Using FTP and PHP to get an array of file details such as size and…
Creating and using Laravel form requests to create cleaner code, separation and reusability for your…
Improving the default Laravel login and register views in such a simple manner but making…
Laravel validation for checking if a field value exists in the database. The validation rule…