pga_tournaments {ISAR} | R Documentation |
PGA Tournament Data
Description
A dataset containing PGA Tournament Data from 2022 season
Usage
pga_tournaments
Format
A data frame with 3676 rows and 34 variables:
- Player_initial_last
initial of first name and complete last name of player
- tournament.id
tournament ID
- player.id
plyaer ID
- hole_par
par across all holes played by the player
- strokes
strokes taken on all holes played by the player
- hole_DKP
Draftkings points on holes
- hole_FDP
Fanduel points on the holes
- hole_SDP
Showdown points on the holes
- streak_DKP
Draftkings points on streaks
- streak_FDP
Fanduel points on streaks
- streak_SDP
Showdown points on streaks
- n_rounds
number of rounds played
- made_cut
player made the cut or not
- pos
finishing position of player
- finish_DKP
Draftkings points on the finishing position
- finish_FDP
Fanduel points on the finishing position
- finish_SDP
Showdown points on the finishing position
- total_DKP
total Draftkings points for the tournament
- total_FDP
total Fanduel points for the tournament
- total_SDP
total Showdown points for the tournament
- player
player full name
- tournament.name
tournament full name
- course
course name
- date
data of tournament
- purse
total prize money (in millions)
- season
year of season
- no_cut
Not sure
- Finish
finishing position
- sg_putt
strokes gained from putting
- sg_arg
strokes gained around the green
- sg_app
strokes gained on approach shots
- sg_ott
strokes gained off the tee
- sg_t2g
strokes gained tee to green
- sg_total
total strokes gained
Source
Courtesy of Matt Courchene of Datagolf.com