Context
I have seen some other datasets for various PGA Tour Stats and I noticed there wasn't one for 2021. I built a scraper to pull the information from the PGA Tour website and then did my own manipulation on the data to get it in the right format as well as make custom column names for reference.
Content
Inside the data set you'll find the first column with the player names for 197 players on the PGA Tour. And then each column is named like the following:
"Data Title---Data Subcategory---Data Category." For example this is how the column "AVERAGE---sg: approach the green---APPROACH THE GREEN" would read, Average is the average value for SG on Approach the Green under the tab APPROACH THE GREEN on the PGA Tour Stats site. The columns are broken down like this because the Data Titles have shared names across the Data Subcategories, to avoid confusion or miss represented data I labeled them accordingly.
Original Site here: https://www.pgatour.com/stats.html
Acknowledgements
Have to acknowledge Steve Russo and his data set Here
Inspiration
The inspiration for this data set came from this webscraper created by Steve Russo. https://github.com/sjrusso8/pga-scraper
I will upload my version to my Github here shortly.