Skip to content

nasr-edine/multivariate_analysis_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python data analysis

[Project 3] Prepare data for a public health agency

This is the code repository for my second project in Data Science about Preparing data for a public health agency, published on December 14, 2022.

Prerequisites

  • Python interpreter, version 3.7 or higher

Installation

clone repository locally

git clone https://github.com/nasr-edine/multivariate_analysis_python.git

Navigate to the root directory::

cd multivariate_analysis_python/

set up a virtual environment.

python3 -m venv venv

activate it

source ./venv/bin/activate

install the packages listed in requirements.txt

pip install -r requirements.txt

You can then launch JupyterLab and use the 1_prep_dataset.ipynb Jupyter notebook to check your setup.

jupyter lab

Consult this resource if you have issues with using your virtual environment in Jupyter.

About me

Nasr-edine Drai (@nasredine) I am a student in artificial intelligence and software engineer at Openclassrooms in Paris. I have an experience in python, webapp and API in Django. I hold a Bachelor’s-Level diploma of Python application developer from Openclassroom.

In my free time, I enjoy play video game, and learning new languages spoken both among people and computers.