Skip to content

victorianeustel/PGATourDataScraping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PGA TOUR DATA SCRAPER AND DATASETS

Datasets scraped and collected from PGA Tour Statistics

Table of contents

Status

Actively adding new features for pulling different data for the PGA Tour

Implemented Functionalities

Pulling...

  • player career profiles
  • player stats for seasons from 1987-2024
  • player directory
  • player years overview
  • player achievements

Datasets Overview

data/
└── players/
└── stats/

Python Project Structure

src/
├── main.py
├── classes/
│   ├── player_stats/
│   │   └── ...
│   ├── players/
│   │   └── ...
│   ├── tour/
│   │   └── ...
│   └── __init__.py
├── helpers/
│   ├── ...
│   └── __init__.py
├── tasks/
│   └── player_tasks/
│       └── ...
tests/
└── test_files
└── ...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages