Files in this folder:

- analysis.py
  This was generated by ChatGPT 5.0 to conduct various analyses. The input is
  the junior_golf.csv (see below). The Python code has a few small bugs but
  were fixed by the human author.

- junior_golf.csv
  This is the data file. The data is from various websites. I manually copied
  the data from website, pasted them into a Google sheet, conducted
  preliminary preprocessing, and exported to this .csv file.

- scoreboard.py
  This is generated by ChatGPT 5.0 to automate the download of 16,000+ player
  info from https://www.juniorgolfscoreboard.com/. It seemed to work, but the
  downloaded file (see protected_page.html below) still need parsing. I gave
  up and manually copied/pasted data into a Google sheet.

- protected_page.html
  The file downloaded by scoreboard.py.
