Analytics

NBA shot distance per season; Field goal attempts, makes and percent table with changes (Regular vs Playoffs)

NBA regular season compared to playoffs shot distance data in a table for ranges in 5ft intervals taken from the NBA API. Data used was the average of each team per season, with the values being per game.

This is the finale post. A continuation from this post for the regular season (Tables), then the playoffs charts (Tables) and finally both combined.

The range intervals are:

  • 5ft and less
  • 5 to 9ft
  • 10 to 14ft
  • 15 to 19ft
  • 20 to 24ft
  • 25 to 29ft
  • 30 to 34ft
  • 40ft plus

The three-point line in the NBA is 22 feet in the corners and 23 feet elsewhere, which sees the data points 20-24ft, 25-29ft, 30-34ft and 40ft plus as 3 point range shots and 15-19ft as long mid-range.

5ft and less range regular season compared to playoffs
5-9ft range regular season compared to playoffs
10-14ft range regular season compared to playoffs
15-19ft range regular season compared to playoffs
20-24ft range regular season compared to playoffs
25-29ft range regular season compared to playoffs
30-34ft range regular season compared to playoffs
35-39ft range regular season compared to playoffs
40ft plus range regular season compared to playoffs
Share

Recent Posts

Kennington reservoir drained drone images

A drained and empty Kennington reservoir images from a drone in early July 2024. The…

1 year ago

Merrimu Reservoir drone images

Merrimu Reservoir from drone. Click images to view larger.

1 year ago

FTP getting array of file details such as size using PHP

Using FTP and PHP to get an array of file details such as size and…

2 years ago

Creating Laravel form requests

Creating and using Laravel form requests to create cleaner code, separation and reusability for your…

2 years ago

Improving the default Laravel login and register views

Improving the default Laravel login and register views in such a simple manner but making…

2 years ago

Laravel validation for checking if value exists in the database

Laravel validation for checking if a field value exists in the database. The validation rule…

2 years ago