Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 833 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 833 Bytes

bender-salaries

Scraping and parsing NBA contract salaries from Patricia Bender's NBA salary database https://www.eskimo.com/~pbender/

Organization:

The structure of the repository is as follows:

  • 0-data/
    • 0-bender-scrape.R - script to download data from Patricia Bender
    • 0-bender-parse.R - script to parse through each file of salaries to gather player salary information
    • salaries/
      • raw/
        • All downloaded text files from the 0-bender-scrape.R script.
      • bender_raw.csv - raw version of the parsed salary information
  • 1-tidy/
    • 1-bender-tidy.R - script to gather and format data in a usable way by each component
    • bender_salaries.csv