Nordea Coding Interview

This is the code developed as assignment for candidates for a Student Job position at Nordea Asset Management’s Investment Solutions Team.

How to use it

This solution has been developed with Python3. The libraries adopted in the solution include Pandas. If this library is not installed please run pip install -r requirements.txt.

To run the programme the data set should be placed in the data/ folder. However, it is possible to change the path of the csv loaded in these lines of the code. To run the parser: python main.py.

The solution includes a unit testing, to run it: python tests.py.