Skip to content

xtfocus/impgenius

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ImportGenius assignment

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:

  1. Clone and navigate to impgenius dir

    git clone git@github.com:xtfocus/impgenius.git
    cd impgenius
  2. create and activate a virtual environment with python 3.9. Give it a nice name e.g. genius

  3. Install the environment into jupyter kernel

    python -m ipykernel install --user --name genius # replace with your actual env name
  4. Install dependencies into your environemnt

    pip install -r requirements.txt
  5. Create a new folder named datasets. Copy main.csv, ports.csv, importer_normalized_data.csv to this folder.

  6. Execute the answer notebook

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published