| noteId | 65b0dd607dc211ecae4ca19163cf7daa |
|---|---|
| tags |
This project help me to compile daily, weekly and monthly reports, for different departments.
I have created this project to automate data analysis to really help me cut down on times around 10 times faster than before.
- Python3
- Jupyter Notebook
- Matplotlib
- Pandas
- Seaborn
This is an example of how you may give instructions on setting up your project locally.
To get a local copy up and running follow these simple example steps.
- Python
Navigate to your desired location to download the contents of this repository. In order to clone this repository just type the following commands over the terminal in Linux or Mac or the Windows cmd console.
git clone https://github.com/guillainbisimwa/hpnk-indicateurs.git
Run the following commands to install dependencies:
$ pip install notebook
$ pip install matplotlib
$ pip install pandas
$ pip install seabornIn order to run this project locally, just type this command:
To create a Virtual Environment:
python3 -m venv envTo activate the Environment:
source env/bin/activateand don't forget to deaactivate after your finish working:
deactivateStart the notebook server from the command line:
jupyter notebook
You should see the notebook open in your browser. By default at http://localhost:8888
Here you need to upload a csv from ORL departement.
This is the header format:
Date;Nom;Postnom;Prénom;Sexe;Age;Plaintes;Diagnostic final;Diagnostic de présemption;Examens labo;Examens imagerie;Prescriptions;EVT_POSOLOGIE
👤 Guillain Bisimwa
- Github : @guillainbisimwa
- Twitter : @gullain_bisimwa
- Linkedin : guillain-bisimwa
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.