Albert Heijn Interview Question

CSV - read it in python and Read the the dataset provided and create an extra column "Full Name" in the dataset which concatenates First Name and Last Name Calculate the age of employee's based on date of birth column and add it to the dataset in a new column "Age" Create an "Age classification" column in the dataset based on the rule below and add it as new column to dataset Newborns --> birth to 1 month Infants --> 1 month to 1 year Children --> 1 year through 12 years Adolescents --> 13 years through 17 years Adults --> 18 years or older Older adults --> 65 and older