Skip to content

LucBourrat1/cas_test_company_b

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to use the code

The code is submitted through a jupyter notebook, with the extension .ipynb.

To be able to look at it, here are the steps to follow:

1) clone the git repository locally

Go to the folder in which you want to clone the repository and input the following command:

git clone https://github.com/LucBourrat1/cas_test_company_b

Then go to the git folder with the command:

cd cas_test_company_b

Once inside the folder, add a folder named "data" and paste the 4 .csv files.

2) create an virtual evironment with all the necessary libraries

From the git folder, create a python virtual environment using the following command:

python3 -m venv cas_test_venv

Install the needed python libraries:

pip install -r requirements.txt

The library used to read the jupyter notebooks is included.

3) read the .ipynb file using jupyter notebook

To read the notebook from the jupyter lab web API:

jupyter lab

The jupyter lab API is opening automatically into your web browser; select the python 3 kernel.

From here, on the top menu, click on "Run -> Run All Cells".

Wait until all the cells are correctly launched, and read the notebook.

The notebook can also be read with google collab.

About

Technical test for a job

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published