I recently got a CSV table of salary for FY 2012, 2014, 2015, 2016, and 2017. Note that: - [x] We will need to split out each fiscal year - [x] Column names will be to be changed - [x] Salary columns is formatted with $ and spaces. This need to be simplified to numerical values only. - [x] State fund ratio is provided as percentile. Let's convert this to decimal for consistency This was provided by @dlebauer.
I recently got a CSV table of salary for FY 2012, 2014, 2015, 2016, and 2017.
Note that:
This was provided by @dlebauer.