Polish EIC data files
Created by: comane
This PR aims at polishing the ATHENA data files. Things that are done:
- moved all xlsx files into a
rawdata
folder - added openpyxl to poetry extras. This is needed by
pd.read_excel
- created an
athena_utils.py
file so as to minimise repeated code.