diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index acc6034..e7401c6 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -106,7 +106,7 @@ "state": { "type": "markdown", "state": { - "file": "ISEN/Daily/27-02-2025.md", + "file": "ISEN/Stat/CIPA3/Rapport Cours 1.md", "mode": "source", "source": false, "backlinks": true, @@ -121,7 +121,7 @@ } }, "icon": "lucide-file", - "title": "27-02-2025" + "title": "Rapport Cours 1" } } ], @@ -244,13 +244,13 @@ "state": { "type": "outline", "state": { - "file": "ISEN/Daily/27-02-2025.md", + "file": "ISEN/Stat/CIPA3/Rapport Cours 1.md", "followCursor": false, "showSearch": false, "searchQuery": "" }, "icon": "lucide-list", - "title": "Plan de 27-02-2025" + "title": "Plan de Rapport Cours 1" } }, { @@ -298,8 +298,9 @@ }, "active": "9ef6255ed11ce32c", "lastOpenFiles": [ - "ISEN/Daily/25-02-2025.md", "ISEN/Daily/27-02-2025.md", + "ISEN/Stat/CIPA3/Rapport Cours 1.md", + "ISEN/Daily/25-02-2025.md", "ISEN/Daily/30-01-2025.pdf", "ISEN/Daily/24-02-2025.md", "ISEN/Daily/03-02-2025.md", @@ -325,7 +326,6 @@ "ISEN/English/CIPA3/LinkedIn post.md", "ISEN/English/CIPA3/29 nov 2024.md", "ISEN/Daily/13-12-2024.md", - "ISEN/FHS/CIPA3/Contreverses/Controverses Cours 4.md", "ISEN/FHS/A2/Outils RH/~WRL2137.tmp", "ISEN/FHS/A2/Outils RH/~$ttre de motivation.docx", "ISEN/Maths/CIPA3/Fiche de révision DS1.pdf", diff --git a/ISEN/Stat/CIPA3/Rapport Cours 1.md b/ISEN/Stat/CIPA3/Rapport Cours 1.md new file mode 100644 index 0000000..66dcd42 --- /dev/null +++ b/ISEN/Stat/CIPA3/Rapport Cours 1.md @@ -0,0 +1,4 @@ +# Contexte +Nous avons a notre disposition un fichier contenant les notes de 2 classes dans 2 matière différente, nous allons donc analyser ces différentes notes en fonction de la classe. + +# \ No newline at end of file diff --git a/ISEN/Stat/CIPA3/script.py b/ISEN/Stat/CIPA3/script.py index 0bab8c8..ec9ba89 100644 --- a/ISEN/Stat/CIPA3/script.py +++ b/ISEN/Stat/CIPA3/script.py @@ -11,7 +11,6 @@ moyenne_globale_classe_A = notes_classe_A.mean() notes_classe_B = pd.concat([df['Note classe B maths'], df['Note classe B phys']]) moyenne_globale_classe_B = notes_classe_B.mean() - # Afficher les moyennes print("================== Moyennes ==================") print(moyennes)