Contract page division into years - Alanmg298/Kaggle-API-to-Clean-Data-in-Python GitHub Wiki
Now, let's take a look at the contract column
Let's split those columns and create two columns called Initial_contract_Year and Termination_contract_Year
Next steps... check if all data within those columns are int and make sure always Initial_contract_Year is smaller than Termination_contract_Year