Bonus CSV Cleaned Using R

2011 Draft Salary Data was cleaned using R

Link to Raw Data

Link to Code

Link to Clean Data

Steps Taken

Step 1: Importing Salary CSV and Adding Column Names

The data was imported from a csv file and colaumn names were added.

Step 2: Removing of $ and , .

The dollar sign and comma were removed to make it a single number for later analysis.

Step 3: Converting Values to Numerics

The data was converted to numerics for easier analysis.

Step 4: Exporting the Data