I have the variable 'qualification' in a df with observations like this:
- a bachelor’s degree and 6 years of experience. At least 3 years of experience in the implementation and management...
- at least 3 years of professional experience with strong recommendations from previous supervisors. experience in procurement, office administration, logistics management, and event/meeting coordination.
- a ba/s or equivalent in relevant field; ma/s preferred. minimum 5 years’ ngo...
- bachelor's degree required.• 2 years of relevant work experience...
I would like to create the variable exp (year of experience) substracting the number of years form qualification as for the example above: exp: 6 3 5 2
How can this be done?