Skip to content

Latest commit

 

History

History
179 lines (131 loc) · 5.68 KB

README.md

File metadata and controls

179 lines (131 loc) · 5.68 KB

Contributors Forks Stargazers Issues LinkedIn


Data Visualisation Project

Dilan Croos

Explore the docs »

· Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Contact
  5. Acknowledgments

About The Project

Task:

Take a notebook and try to analyse data with visualization to show some relevant information about Covid-19.

Instructions:

  • 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

Data to Use:

Data Description :

(back to top)

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

Python 3.11.6^

  • install pip

    $ python3 -m pip install pip

Installation

  1. Clone the repo

    $ git clone git@github.com:dilancroos/data_visualisation.git
  2. Change to the working directory

    $ cd data_visualisation
  • Check Usage to create a virtual environment

(back to top)

Usage

  • Create a virtual environment .venv

     $ python -m venv .venv
  • Enter the virtual environment .venv

     $ source .venv/bin/activate

(back to top)

Contact

Dilan Croos - antondilan.crooswarnakulasuriya@cri-paris.org.com

Project Link: https://github.com/dilancroos/data_visualisation

(back to top)

Acknowledgments

(back to top)