Datasets scraped and collected from PGA Tour Statistics
Actively adding new features for pulling different data for the PGA Tour
Pulling...
- player career profiles
- player stats for seasons from 1987-2024
- player directory
- player years overview
- player achievements
data/
└── players/
└── stats/
src/
├── main.py
├── classes/
│ ├── player_stats/
│ │ └── ...
│ ├── players/
│ │ └── ...
│ ├── tour/
│ │ └── ...
│ └── __init__.py
├── helpers/
│ ├── ...
│ └── __init__.py
├── tasks/
│ └── player_tasks/
│ └── ...
tests/
└── test_files
└── ...