Essay: essay.txt
Answer notebook: notebooks/Skills Test Data Scientist.ipynb
The notebook cannot run by itself. If you want to execute the code yourself, please follow these steps for smooth sailing:
-
Clone and navigate to
impgenius
dirgit clone [email protected]:xtfocus/impgenius.git cd impgenius
-
create and activate a virtual environment with python 3.9. Give it a nice name e.g.
genius
-
Install the environment into jupyter kernel
python -m ipykernel install --user --name genius # replace with your actual env name
-
Install dependencies into your environemnt
pip install -r requirements.txt
-
Create a new folder named
datasets
. Copymain.csv
,ports.csv
,importer_normalized_data.csv
to this folder. -
Execute the answer notebook