Dilan Croos
Explore the docs »
·
Report Bug
·
Request Feature
Table of Contents
Take a notebook and try to analyse data with visualization to show some relevant information about Covid-19.
-
You can use all the Python visualization libraries that you want.
-
You need to use at least 3 different kinds of visualization.
-
You need to have at least 5 plots in your notebook.
-
You need to explain in few words each visualization :
- Why did you choose this kind of visualization ?
- How is this visualization relevant to understand the dataset ?
-
Your submission is only your notebook (=> .ipynb)
-
You need to submit it before Sunday 19th November 23h59 on Github
To get a local copy up and running follow these simple steps.
Python 3.11.6^
-
install pip
$ python3 -m pip install pip
-
Clone the repo
$ git clone git@github.com:dilancroos/data_visualisation.git
-
Change to the working directory
$ cd data_visualisation
- Check Usage to create a virtual environment
-
Create a virtual environment .venv
$ python -m venv .venv
-
Enter the virtual environment .venv
$ source .venv/bin/activate
Dilan Croos - antondilan.crooswarnakulasuriya@cri-paris.org.com
Project Link: https://github.com/dilancroos/data_visualisation