/world_cup_2022

Data analysis of FIFA World Cup 2022 using Python.

Primary LanguageJupyter NotebookMIT LicenseMIT

world-cup-2022

By: axel.

Version: 0.1.0

An EDA of FIFA WORLD CUP 2022

Prerequisites

Create environment

conda env create -f environment.yml
activate world_cup_2022

or

mamba env create -f environment.yml
activate world_cup_2022

Project organization

world_cup_2022
    ├── data
    │   ├── processed      <- The final, canonical data sets for modeling.
    │   └── raw            <- The original, immutable data dump.
    │
    ├── notebooks          <- Jupyter notebooks. Naming convention is a number (for ordering),
    │                         the creator's initials, and a short `-` delimited description, e.g.
    │                         `1.0-jvelezmagic-initial-data-exploration`.
    │
    ├── .gitignore         <- Files to ignore by `git`.
    │
    ├── environment.yml    <- The requirements file for reproducing the analysis environment.
    │
    └── README.md          <- The top-level README for developers using this project.

Project created for demonstration purposes for the course "Personalización Avanzada de Entorno para ciencia de Datos" by Platzi - @jvelezmagic.