Skip to content

Commit

Permalink
Add README projet-5
Browse files Browse the repository at this point in the history
  • Loading branch information
anquetos committed Nov 8, 2023
1 parent 225f78f commit 690661f
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Ce dépôt contient une partie des projets réalisés dans le cadre du parcours
|:-----------------:|:--------:|:-------:|:-------:|:-------:|:-------:|:-------:|:-------:|:-------:|
|Jupyter<br>Notebook|&#10003; |&#10003; |&#10003; |&#10003; |&#10003; |&#10003; |&#10003; | |
|Python |&#10003; |&#10003; |&#10003; |&#10003; |&#10003; |&#10003; |&#10003; | |
|Numpy |&#10003; |&#10003; |&#10003; |&#10003; |&#10003; |&#10003; |&#10003; | |
|NumPy |&#10003; |&#10003; |&#10003; |&#10003; |&#10003; |&#10003; |&#10003; | |
|Pandas |&#10003; |&#10003; |&#10003; |&#10003; |&#10003; |&#10003; |&#10003; | |
|Matplotlib |&#10003; |&#10003; | | |&#10003; |&#10003; |&#10003; | |
|Seaborn |&#10003; |&#10003; | | | | | | |
Expand Down
21 changes: 21 additions & 0 deletions projets/projet-5/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Projet 5 : Optimiser la gestion des données d'une boutique

## &#128203; Scénario
Dans le cadre de ce projet, nous sommes *Data Analyst freelance* en mission chez BottleNeck, un marchand de vin très prestigieux.

## &#127919; Objectifs
Obtenir un jeu de données cohérent et complet à partir des fichiers qui nous ont été fournis puis étudier les ventes de la boutique en ligne. Il faudra également réaliser une étude univariée sur les prix de ventes des produits.

## &#128295; Outils utilisés
* **Pandas** : importation, préparation, nettoyage des données.
* **Pandas** et **Matplolib** : réalisation des analyses et visualisations.

## &#127891; Compétences acquises
* Gérer les erreurs et les incohérences présentes sur des données stockées.
* Classifier différents types de données.
* Réaliser une analyse univariée pour interpréter des données.

## Examples d'analyses réalisées dans le *notebook*
<img src='./images/output-example-01.png' width=960px />

<img src='./images/output-example-02.png' width=480px />
2 changes: 1 addition & 1 deletion projets/projet-5/analyse-des-ventes-bottleneck.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4618,7 +4618,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.2"
"version": "3.12.0"
},
"orig_nbformat": 4
},
Expand Down
Binary file added projets/projet-5/images/output-example-01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added projets/projet-5/images/output-example-02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 690661f

Please sign in to comment.