I have a data set where one of the variable is in format 'mm-yy' as below.
0 Feb-94
1 Oct-00
2 Jun-00
3 Jan-85
4 Dec-96
........etc
I want to change it to a format so that I can calculate how many months between, say Feb-94, and this month (Aug-2015). I am using Python 2.7. If there is no direct conversion possible, could anybody give me a clue (code snippet perhaps) as to how to efficiently perform this?