- Read the guideline before start
You are given a dataset (taken from kaggle) of people. Your task is described here step-by-step.
Over-all notes:
- Do not use python data-structures or python loops for implementing this task.
- Make your code as efficient as possible.
- Use
numpy
andpandas
official docs a lot.