From e8cfd3be605dd7a28e5f44e8fd0d16f19eacdc51 Mon Sep 17 00:00:00 2001 From: Florian Mathieu Date: Tue, 2 Jun 2026 10:53:03 +0200 Subject: [PATCH] correction commande d'installation de la bibliotheque pandas --- knn/EXERCICES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/knn/EXERCICES.md b/knn/EXERCICES.md index c1ea11a..b4493ba 100644 --- a/knn/EXERCICES.md +++ b/knn/EXERCICES.md @@ -16,7 +16,7 @@ Le fichier [pokemons.csv](pokemons.csv) qui va avec. Ne pas oublier d'installer la bibliothèque pandas ```python -pip install --upgrade --proxy=172.16.0.253:3128 pandas +pip install --upgrade pandas ``` Pour charger les données :