Browse Source

fichiers

master
laneury.a 1 week ago
parent
commit
46dbd27393
  1. 22
      jeuTests.csv
  2. 8136
      pic-journalier-consommation-brute-2023.csv
  3. 28
      tuto.txt

22
jeuTests.csv

@ -1,11 +1,11 @@
Date,Pic journalier consommation (MW),Température moyenne (°C),Température référence (°C)
2016-12-03,72522.0,4.2,6.3
2015-05-08,48492.0,14.8,14.8
2012-08-12,43660.0,21.1,20.7
2017-04-16,49896.0,11.6,12.0
2019-03-06,68834.0,10.6,7.6
2018-01-12,76941.0,5.3,4.7
2016-07-11,55396.0,20.7,20.9
2022-02-05,67457.0,6.2,5.8
2023-01-25,83696.0,2.0,5.2
2021-05-11,54365.0,12.3,15.2
Date,Pic journalier consommation (MW),Température moyenne (°C),Température référence (°C)
2016-12-03,72522.0,4.2,6.3
2015-05-08,48492.0,14.8,14.8
2012-08-12,43660.0,21.1,20.7
2017-04-16,49896.0,11.6,12.0
2019-03-06,68834.0,10.6,7.6
2018-01-12,76941.0,5.3,4.7
2016-07-11,55396.0,20.7,20.9
2022-02-05,67457.0,6.2,5.8
2023-01-25,83696.0,2.0,5.2
2021-05-11,54365.0,12.3,15.2

1 Date Pic journalier consommation (MW) Température moyenne (°C) Température référence (°C)
2 2016-12-03 72522.0 4.2 6.3
3 2015-05-08 48492.0 14.8 14.8
4 2012-08-12 43660.0 21.1 20.7
5 2017-04-16 49896.0 11.6 12.0
6 2019-03-06 68834.0 10.6 7.6
7 2018-01-12 76941.0 5.3 4.7
8 2016-07-11 55396.0 20.7 20.9
9 2022-02-05 67457.0 6.2 5.8
10 2023-01-25 83696.0 2.0 5.2
11 2021-05-11 54365.0 12.3 15.2

8136
pic-journalier-consommation-brute-2023.csv

File diff suppressed because it is too large

28
tuto.txt

@ -1,15 +1,15 @@
git config --global user.name "laneury.a" && git config --global user.email ""
git clone https://paul-constans.ac-clermont.fr/gitea/laneury.a/Projet_KNN_arno_mathis_theo.git
git pull
ajouter un fichier dans git:
git add nom_du_fichier.format (ex:main.py)
git commit -m "le message que l'on veut OBLIGATOIRE"
mettre a jour fichier/serveur:
git pull
git push
Aide:
git config --global user.name "laneury.a" && git config --global user.email ""
git clone https://paul-constans.ac-clermont.fr/gitea/laneury.a/Projet_KNN_arno_mathis_theo.git
git pull
ajouter un fichier dans git:
git add nom_du_fichier.format (ex:main.py)
git commit -m "le message que l'on veut OBLIGATOIRE"
mettre a jour fichier/serveur:
git pull
git push
Aide:
git status #permet de voir ou on en est
Loading…
Cancel
Save